|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.lp.Term
org.semanticweb.lp.FunctorTerm
Description of the Class
| Constructor Summary | |
FunctorTerm(java.lang.String functor,
java.util.ArrayList args)
Constructor for the FunctorTerm object |
|
FunctorTerm(java.lang.String functor,
Term[] args)
|
|
| Method Summary | |
Term[] |
getArgs()
Gets the args attribute of the FunctorTerm object |
int |
getArity()
Gets the arity attribute of the FunctorTerm object |
java.lang.String |
getFunctor()
Gets the functor attribute of the FunctorTerm object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FunctorTerm(java.lang.String functor,
java.util.ArrayList args)
functor - Description of the Parameterargs - Description of the Parameter
public FunctorTerm(java.lang.String functor,
Term[] args)
| Method Detail |
public Term[] getArgs()
public int getArity()
public java.lang.String getFunctor()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||