|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.grappa.ALDGrappaNodeInfo
public class ALDGrappaNodeInfo
Serializable object attached to nodes in Grappa to store meta information.
Constructor Summary | |
---|---|
ALDGrappaNodeInfo()
Default constructor. |
|
ALDGrappaNodeInfo(String name)
Constructor with predefined name. |
|
ALDGrappaNodeInfo(String name,
Integer id)
Operator with predefined name and ID. |
Method Summary | |
---|---|
String |
getNodeName()
Returns name of node. |
Integer |
getRefID()
Returns the reference ID of the node. |
void |
setNodeName(String name)
Set (new) name for operator. |
void |
setRefID(Integer id)
Set (new) reference ID. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ALDGrappaNodeInfo()
public ALDGrappaNodeInfo(String name)
name
- Name of the node.public ALDGrappaNodeInfo(String name, Integer id)
name
- Name of the operator.id
- Reference ID.Method Detail |
---|
public String getNodeName()
public void setNodeName(String name)
name
- New name of operator.public void setRefID(Integer id)
id
- Reference ID of node.public Integer getRefID()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |