Uses of Class
de.cau.cs.kieler.kiml.service.formats.TransformationData

Packages that use TransformationData
de.cau.cs.kieler.kiml.graphviz.dot.transform The package which contains the functionality to transform a KGraph instance to a Dot instance. 
de.cau.cs.kieler.kiml.service Layout service classes that are used both in the client UI and in server applications. 
de.cau.cs.kieler.kiml.service.formats KIML support for graph formats. 
 

Uses of TransformationData in de.cau.cs.kieler.kiml.graphviz.dot.transform
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.transform with parameters of type TransformationData
 void DotImporter.transferLayout(TransformationData<GraphvizModel,KNode> transData)
          Apply the layout of the target graphs to the original source graph instance.
 void DotExporter.transferLayout(TransformationData<KNode,GraphvizModel> transData)
          Applies the layout information attached to the given Dot instance to the KGraph instance using the mapping created by a previous call to transform.
 void DotImporter.transform(TransformationData<GraphvizModel,KNode> transData)
          Transform the source graph structure into one ore more instances of the target graph type.
 void DotExporter.transform(TransformationData<KNode,GraphvizModel> transData)
          Transforms the KGraph instance to a Dot instance using the given command.
 

Uses of TransformationData in de.cau.cs.kieler.kiml.service
 

Methods in de.cau.cs.kieler.kiml.service with parameters of type TransformationData
 void KGraphHandler.deserialize(String serializedGraph, TransformationData<KNode,KNode> transData)
          Create a graph instance from serial representation.
 

Uses of TransformationData in de.cau.cs.kieler.kiml.service.formats
 

Methods in de.cau.cs.kieler.kiml.service.formats with parameters of type TransformationData
 void AbstractEmfHandler.deserialize(String serializedGraph, TransformationData<T,KNode> transData)
          Create a graph instance from serial representation.
 void ITransformationHandler.deserialize(String serializedGraph, TransformationData<T,KNode> transData)
          Create a graph instance from serial representation.
 void IGraphTransformer.transferLayout(TransformationData<S,T> data)
          Apply the layout of the target graphs to the original source graph instance.
 void IGraphTransformer.transform(TransformationData<S,T> data)
          Transform the source graph structure into one ore more instances of the target graph type.