org.topbraidcomposer.gef.diagram.figures
Interface ISubsumptionConnection

All Superinterfaces:
org.eclipse.draw2d.Connection, org.eclipse.draw2d.IFigure
All Known Implementing Classes:
SubsumptionConnection

public interface ISubsumptionConnection
extends org.eclipse.draw2d.IFigure, org.eclipse.draw2d.Connection


Field Summary
 
Fields inherited from interface org.eclipse.draw2d.Connection
PROPERTY_CONNECTION_ROUTER, PROPERTY_POINTS
 
Method Summary
 void setInferred(boolean value)
           
 
Methods inherited from interface org.eclipse.draw2d.Connection
getConnectionRouter, getPoints, getRoutingConstraint, getSourceAnchor, getTargetAnchor, setConnectionRouter, setPoints, setRoutingConstraint, setSourceAnchor, setTargetAnchor
 

Method Detail

setInferred

void setInferred(boolean value)