public interface IEntityLayout
extends org.eclipse.gef4.common.properties.IPropertyStore
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getItems()
Returns all graph items that are represented using this single entity.
|
IEntityLayout[] |
getPredecessingEntities()
Returns all entities that are direct predecessors of this entity.
|
IEntityLayout[] |
getSuccessingEntities()
Returns all entities that are direct successors of this entity.
|
IEntityLayout[] getSuccessingEntities()
GraphEntities
and contain at
least one successor node of node NGraphEntity
are:
GraphEntities
and contain at
least one node that is a successor of at least one node from subgraph S
GraphEntities
an empty array will
be returned.
Entities connected with this node by a bidirectional connection are
considered both successors and predecessors. Any subsequent changes to
the returned array do not affect this node.IEntityLayout[] getPredecessingEntities()
GraphEntities
and contain at
least one predecessor node of node NGraphEntity
are:
GraphEntities
and contain at
least one node that is a predecessor of at least one node from subgraph S
GraphEntities
an empty array will
be returned.
Entities connected with this node by a bidirectional connection are
considered both successors and predecessors. Any subsequent changes to
the returned array do not affect this node.java.lang.Object[] getItems()
Copyright (c) 2014 itemis AG and others. All rights reserved.