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
           
 
Constructor Summary
NodeListPair(org.graffiti.graph.Node n)
           
NodeListPair(org.graffiti.graph.Node n, int[] op)
           
NodeListPair(java.lang.Object n)
           
NodeListPair(java.lang.Object n, int[] op)
           
 
Method Summary
 org.graffiti.graph.Node getNode()
           
 int[] getOutputPaths()
           
 void setNode(org.graffiti.graph.Node node)
           
 void setOutputPaths(int[] op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

private org.graffiti.graph.Node node

outputPaths

private int[] outputPaths
Constructor Detail

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)
Method Detail

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)