net.sf.fmj.filtergraph
Class Link

java.lang.Object
  extended by 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

Constructor Summary
Link(OutputPin sourcePin, InputPin destPin)
           
 
Method Summary
 Node getDestNode()
           
 InputPin getDestPin()
           
 Node getSourceNode()
           
 OutputPin getSourcePin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Link

public Link(OutputPin sourcePin,
            InputPin destPin)
Method Detail

getDestNode

public Node getDestNode()

getSourceNode

public Node getSourceNode()

getDestPin

public InputPin getDestPin()

getSourcePin

public OutputPin getSourcePin()