Package nl.rrd.wool.model.nodepointer
Class WoolNodePointerExternal
- java.lang.Object
-
- nl.rrd.wool.model.nodepointer.WoolNodePointer
-
- nl.rrd.wool.model.nodepointer.WoolNodePointerExternal
-
public class WoolNodePointerExternal extends WoolNodePointer
A pointer to a node that is part of a different dialogue than the dialogue of which the node that is being referred from is a part.- See Also:
WoolReply
-
-
Field Summary
-
Fields inherited from class nl.rrd.wool.model.nodepointer.WoolNodePointer
nodeId
-
-
Constructor Summary
Constructors Constructor Description WoolNodePointerExternal(String dialogueId, String nodeId)
-
Method Summary
Modifier and Type Method Description booleanequals(Object obj)StringgetDialogueId()Returns the identifier of theWoolDialoguethat this pointer refers to.inthashCode()StringtoString()-
Methods inherited from class nl.rrd.wool.model.nodepointer.WoolNodePointer
getNodeId, setNodeId
-
-
-
-
Method Detail
-
getDialogueId
public String getDialogueId()
Returns the identifier of theWoolDialoguethat this pointer refers to.- Returns:
- the identifier of the
WoolDialoguethat this pointer refers to.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWoolNodePointer
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classWoolNodePointer
-
-