public interface INodeLayout
extends org.eclipse.gef4.common.attributes.IAttributeStore
INodeLayout
represents a node of a graph within the layout model.Modifier and Type | Method and Description |
---|---|
IEdgeLayout[] |
getIncomingConnections()
Returns all connections that have this node as a target.
|
IEdgeLayout[] |
getOutgoingConnections()
Returns all connections that have this node as a source.
|
INodeLayout[] |
getPredecessingNodes()
Returns all nodes that are direct predecessors of this node.
|
INodeLayout[] |
getSuccessingNodes()
Returns all nodes that are direct successors of this node.
|
INodeLayout[] getSuccessingNodes()
INodeLayout[] getPredecessingNodes()
IEdgeLayout[] getIncomingConnections()
IEdgeLayout[] getOutgoingConnections()
Copyright (c) 2014 itemis AG and others. All rights reserved.