|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.tableau.completion.queue.QueueElement
public class QueueElement
Structured stored on the completion queue
Constructor Summary | |
---|---|
QueueElement(Node n)
Constructor |
|
QueueElement(Node n,
aterm.ATermAppl l)
|
Method Summary | |
---|---|
aterm.ATermAppl |
getLabel()
Get the label |
aterm.ATermAppl |
getNode()
Get the node |
void |
setLabel(aterm.ATermAppl l)
Set label |
void |
setNode(aterm.ATermAppl n)
Set the node |
java.lang.String |
toString()
To string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueueElement(Node n)
ATermAppl
- The nodeATermAppl
- The labelpublic QueueElement(Node n, aterm.ATermAppl l)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void setLabel(aterm.ATermAppl l)
ATermAppl
- The labelpublic void setNode(aterm.ATermAppl n)
ATermAppl
- The nodepublic aterm.ATermAppl getLabel()
public aterm.ATermAppl getNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |