Interface Connection
- All Known Implementing Classes:
 BasicConnection,LookupConnection
public interface Connection
Represents a directed connection between anchorpoints on two blocks.
- 
Method Summary
 
- 
Method Details
- 
getOrigin
AnchorPoint getOrigin()- Returns:
 - The origin anchorpoint. May return null if this connection is no longer valid.
 
 - 
getTerminus
AnchorPoint getTerminus()- Returns:
 - The terminus anchorpoint. May return null if this connection is no longer valid.
 
 
 -