|
||||||||||
| 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.ListTerm
org.semanticweb.lp.NonEmptyListTerm
Description of the Class
| Constructor Summary | |
NonEmptyListTerm()
Constructor for the NonEmptyListTerm object |
|
NonEmptyListTerm(Term head,
Term rest)
Constructor for the NonEmptyListTerm object |
|
| Method Summary | |
Term |
getHead()
Gets the head attribute of the NonEmptyListTerm object |
Term |
getRest()
Gets the rest attribute of the NonEmptyListTerm object |
void |
setHead(Term head)
Sets the head attribute of the NonEmptyListTerm object |
void |
setRest(Term rest)
Sets the rest attribute of the NonEmptyListTerm object |
java.lang.String |
toString()
Description of the Method |
java.lang.String |
toString1()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NonEmptyListTerm()
public NonEmptyListTerm(Term head,
Term rest)
head - Description of the Parameterrest - Description of the Parameter| Method Detail |
public Term getHead()
public Term getRest()
public void setRest(Term rest)
rest - The new rest valuepublic void setHead(Term head)
head - The new head valuepublic java.lang.String toString()
public java.lang.String toString1()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||