quoggles.auxiliary
Class NodeListPair
java.lang.Object
|
+--quoggles.auxiliary.NodeListPair
- public class NodeListPair
- extends java.lang.Object
Pair of a Node and a List (indicating
output paths).
|
Field Summary |
private org.graffiti.graph.Node |
node
|
private int[] |
outputPaths
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
private org.graffiti.graph.Node node
outputPaths
private int[] outputPaths
NodeListPair
public NodeListPair(java.lang.Object n)
NodeListPair
public NodeListPair(org.graffiti.graph.Node n)
NodeListPair
public NodeListPair(org.graffiti.graph.Node n,
int[] op)
NodeListPair
public NodeListPair(java.lang.Object n,
int[] op)
getNode
public org.graffiti.graph.Node getNode()
- Returns:
- node saved in this class
setNode
public void setNode(org.graffiti.graph.Node node)
- Parameters:
node -
getOutputPaths
public int[] getOutputPaths()
- Returns:
- output paths int array saved in this class
setOutputPaths
public void setOutputPaths(int[] op)