|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.lp.Literal
Description of the Class
| Constructor Summary | |
Literal(boolean polarity,
java.lang.String predicateSymbol,
java.util.ArrayList args)
Constructor for the Literal object |
|
Literal(boolean polarity,
java.lang.String predicateSymbol,
Term[] args)
|
|
Literal(java.lang.String predicateSymbol,
java.util.ArrayList args)
Constructor for the Literal object |
|
Literal(java.lang.String predicateSymbol,
Term[] args)
|
|
| Method Summary | |
Term[] |
getArgs()
Gets the args attribute of the Literal object |
int |
getArity()
Gets the arity attribute of the Literal object |
boolean |
getPolarity()
Gets the polarity attribute of the Literal object |
java.lang.String |
getPredicateSymbol()
Gets the predicateSymbol attribute of the Literal object |
boolean |
isAtom()
Gets the atom attribute of the Literal 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 Literal(boolean polarity,
java.lang.String predicateSymbol,
java.util.ArrayList args)
polarity - Description of the ParameterpredicateSymbol - Description of the Parameterargs - Description of the Parameter
public Literal(boolean polarity,
java.lang.String predicateSymbol,
Term[] args)
public Literal(java.lang.String predicateSymbol,
java.util.ArrayList args)
predicateSymbol - Description of the Parameterargs - Description of the Parameter
public Literal(java.lang.String predicateSymbol,
Term[] args)
| Method Detail |
public boolean isAtom()
public boolean getPolarity()
public Term[] getArgs()
public java.lang.String getPredicateSymbol()
public int getArity()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||