Uses of Interface
be.ac.vub.cocompose.lang.core.ModelTransformation

Packages that use ModelTransformation
be.ac.vub.cocompose.eclipse.model   
be.ac.vub.cocompose.eclipse.model.core   
be.ac.vub.cocompose.io.xmi   
be.ac.vub.cocompose.lang   
be.ac.vub.cocompose.lang.impl   
be.ac.vub.cocompose.lang.impl.core   
 

Uses of ModelTransformation in be.ac.vub.cocompose.eclipse.model
 

Methods in be.ac.vub.cocompose.eclipse.model that return ModelTransformation
 ModelTransformation EclipseModelFactory.createModelTransformation()
          Creates a ModelTransformation.
 

Uses of ModelTransformation in be.ac.vub.cocompose.eclipse.model.core
 

Classes in be.ac.vub.cocompose.eclipse.model.core that implement ModelTransformation
 class EclipseModelTransformation
          Eclipse implementation of a ModelTransformation.
 

Uses of ModelTransformation in be.ac.vub.cocompose.io.xmi
 

Methods in be.ac.vub.cocompose.io.xmi with parameters of type ModelTransformation
 void XMIElementType.visitModelTransformation(ModelTransformation modelTransformation)
          Visits a ModelTransformation.
 

Uses of ModelTransformation in be.ac.vub.cocompose.lang
 

Methods in be.ac.vub.cocompose.lang that return ModelTransformation
 ModelTransformation ModelFactory.createModelTransformation()
          Creates a ModelTransformation.
 

Methods in be.ac.vub.cocompose.lang with parameters of type ModelTransformation
 void DefaultModelVisitor.visitModelTransformation(ModelTransformation modelTransformation)
          Visits a ModelTransformation.
 void DefaultSuperModelVisitor.visitModelTransformation(ModelTransformation modelTransformation)
          Visits a ModelTransformation.
 void ModelVisitor.visitModelTransformation(ModelTransformation modelTransformation)
          Visits a ModelTransformation.
 

Uses of ModelTransformation in be.ac.vub.cocompose.lang.impl
 

Methods in be.ac.vub.cocompose.lang.impl that return ModelTransformation
 ModelTransformation DefaultModelFactory.createModelTransformation()
          Creates a ModelTransformation.
 

Uses of ModelTransformation in be.ac.vub.cocompose.lang.impl.core
 

Classes in be.ac.vub.cocompose.lang.impl.core that implement ModelTransformation
 class DefaultModelTransformation
          Default implementation for a ModelTransformation