public class ChannelEdgeRouterData extends LayoutData
ChannelEdgeRouter
.Constructor and Description |
---|
ChannelEdgeRouterData() |
Modifier and Type | Method and Description |
---|---|
void |
apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph)
Applies this layout data to the specified
layoutGraphAdapter . |
ItemCollection<IEdge> |
getAffectedEdges()
Gets the collection of edges affected by this router.
|
void |
setAffectedEdges(ItemCollection<IEdge> value)
Sets the collection of edges affected by this router.
|
public void apply(LayoutGraphAdapter adapter, ILayoutAlgorithm layout, CopiedLayoutGraph layoutGraph)
LayoutData
layoutGraphAdapter
.apply
in class LayoutData
adapter
- The adapter to add the layout data to.layout
- The layout that shall use this layout data.layoutGraph
- The layout graph used for the layout calculation.public final ItemCollection<IEdge> getAffectedEdges()
ChannelEdgeRouter.AFFECTED_EDGES_DPKEY
,
setAffectedEdges(ItemCollection)
public final void setAffectedEdges(ItemCollection<IEdge> value)
value
- The AffectedEdges to set.ChannelEdgeRouter.AFFECTED_EDGES_DPKEY
,
getAffectedEdges()