|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- source graph typeT
- target graph typepublic interface IGraphTransformer<S,T>
Interface for graph transformations.
Method Summary | |
---|---|
void |
transferLayout(TransformationData<S,T> data)
Apply the layout of the target graphs to the original source graph instance. |
void |
transform(TransformationData<S,T> data)
Transform the source graph structure into one ore more instances of the target graph type. |
Method Detail |
---|
void transform(TransformationData<S,T> data)
data
- the transformation data instance that holds the source graph
and is enriched with the new target graphsvoid transferLayout(TransformationData<S,T> data)
data
- the transformation data instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |