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