net.sf.fmj.filtergraph
Class Link
java.lang.Object
net.sf.fmj.filtergraph.Link
public class Link
- extends java.lang.Object
A link between two nodes, from the output pin of one node to the input pin of another.
- Author:
- Ken Larson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Link
public Link(OutputPin sourcePin,
InputPin destPin)
getDestNode
public Node getDestNode()
getSourceNode
public Node getSourceNode()
getDestPin
public InputPin getDestPin()
getSourcePin
public OutputPin getSourcePin()