public interface ISubgraphLayout extends IEntityLayout
Modifier and Type | Method and Description |
---|---|
void |
addNodes(INodeLayout[] nodes)
Adds nodes to this subgraph.
|
int |
countNodes()
Returns the number of nodes pruned into this subgraph.
|
INodeLayout[] |
getNodes()
Returns all the nodes belonging to this subgraph.
|
void |
removeNodes(INodeLayout[] nodes)
Removes nodes from this subgraph.
|
getItems, getPredecessingEntities, getSuccessingEntities
INodeLayout[] getNodes()
int countNodes()
void addNodes(INodeLayout[] nodes)
nodes
- array of nodes to addvoid removeNodes(INodeLayout[] nodes)
nodes
- array of nodes to removeCopyright (c) 2014 itemis AG and others. All rights reserved.