nct.visualization.cytoscape.dual
Class NodePairSet

java.lang.Object
  extended by nct.visualization.cytoscape.dual.NodePairSet

public class NodePairSet
extends java.lang.Object

This class keeps track of a set of unordered pairs of nodes


Constructor Summary
NodePairSet()
           
 
Method Summary
 void add(giny.model.Node one, giny.model.Node two)
           
 boolean contains(giny.model.Node one, giny.model.Node two)
           
 java.util.Map getOuterMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodePairSet

public NodePairSet()
Method Detail

add

public void add(giny.model.Node one,
                giny.model.Node two)

contains

public boolean contains(giny.model.Node one,
                        giny.model.Node two)

getOuterMap

public java.util.Map getOuterMap()