public class QueueElement extends Object
| Constructor and Description |
|---|
QueueElement(Node n)
Constructor
|
QueueElement(Node n,
aterm.ATermAppl l) |
| Modifier and Type | Method and Description |
|---|---|
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
|
String |
toString()
To string
|
public QueueElement(Node n)
ATermAppl - The nodeATermAppl - The labelpublic QueueElement(Node n, aterm.ATermAppl l)
public void setLabel(aterm.ATermAppl l)
ATermAppl - The labelpublic void setNode(aterm.ATermAppl n)
ATermAppl - The nodepublic aterm.ATermAppl getLabel()
public aterm.ATermAppl getNode()
Copyright © 2019. All rights reserved.