simtools.diagram
Interface DiagramConnection

All Known Implementing Classes:
TestComponent.TestShapeLink

public interface DiagramConnection

An interface for diagram elements that connect other elements : the diagram connectors

Version:
1.0 1999
Author:
Claude Cazenave

Method Summary
 DiagramConnector input()
          Gets the input of the link
 DiagramConnector output()
          Gets the ioutput of the link
 

Method Detail

input

DiagramConnector input()
Gets the input of the link

Returns:
the input connector

output

DiagramConnector output()
Gets the ioutput of the link

Returns:
the output connector