|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompoundGraphMoveBuilder<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
Method Summary | |
---|---|
IChildCompoundGraph<N,E> |
getDestinationChildGraph()
|
ISubCompoundGraph<N,E> |
getMovedComponents()
Gets the moved nodes and edges that were created in the destination graph as a subgraph of the destination graph. |
ISubCompoundGraph<N,E> |
getSourceSubgraph()
|
void |
makeMove()
Make a move of subgraph into the destination graph |
void |
setDestinatChildCompoundGraph(IChildCompoundGraph<? extends N,? extends E> childCompoundGraph)
Sets the child compound graph that is to be moved to. |
void |
setSourceSubgraph(ISubCompoundGraph<? extends N,? extends E> sourceSubCompoundGraph)
Sets the subgraph which is to be moved. |
Method Detail |
---|
ISubCompoundGraph<N,E> getSourceSubgraph()
IChildCompoundGraph<N,E> getDestinationChildGraph()
void setSourceSubgraph(ISubCompoundGraph<? extends N,? extends E> sourceSubCompoundGraph)
sourceSubCompoundGraph
- void setDestinatChildCompoundGraph(IChildCompoundGraph<? extends N,? extends E> childCompoundGraph)
childCompoundGraph
- void makeMove()
ISubCompoundGraph<N,E> getMovedComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |