snap.graph
Class NodeActionPair
java.lang.Object
|
+--snap.graph.NodeActionPair
- public class NodeActionPair
- extends java.lang.Object
Part of a connection between two visualizations; a NodeActionPair
contains a Node and the Action to be fired on that node.
- Author:
- Varun Saini - vsaini@vt.edu, Chris North - north@cs.vt.edu, Nathan Conklin - nathan@conklinfamily.net, Umer Farooq - ufarooq@vt.edu, Aniket Prabhune - aprabhun@vt.edu
Constructor Summary |
NodeActionPair(snap.graph.Node node,
java.lang.String action)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeActionPair
public NodeActionPair(snap.graph.Node node,
java.lang.String action)
setAction
public void setAction(java.lang.String action)
getAction
public java.lang.String getAction()
setNode
public void setNode(snap.graph.Node node)
getNode
public snap.graph.Node getNode()