Uses of Interface
de.cau.cs.kieler.kiml.service.formats.ITransformationHandler

Packages that use ITransformationHandler
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 ITransformationHandler in de.cau.cs.kieler.kiml.graphviz.dot.transform
 

Classes in de.cau.cs.kieler.kiml.graphviz.dot.transform that implement ITransformationHandler
 class DotHandler
          A transformer for Graphviz Dot.
 

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

Classes in de.cau.cs.kieler.kiml.service that implement ITransformationHandler
 class KGraphHandler
          Transformer for the KGraph model and XMI serialization.
 

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

Classes in de.cau.cs.kieler.kiml.service.formats that implement ITransformationHandler
 class AbstractEmfHandler<T extends EObject>
          An abstract superclass for EMF-based transformers.
 

Methods in de.cau.cs.kieler.kiml.service.formats that return ITransformationHandler
 ITransformationHandler<?> GraphFormatData.getHandler()
          Returns the graph transformation handler for this graph format.
 

Methods in de.cau.cs.kieler.kiml.service.formats with parameters of type ITransformationHandler
 void GraphFormatData.setHandler(ITransformationHandler<?> thehandler)
          Sets the graph transformation handler.