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

Packages that use ImplementationGenerator
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.core   
be.ac.vub.cocompose.lang.impl   
be.ac.vub.cocompose.lang.impl.core   
be.ac.vub.cocompose.operations   
 

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

Methods in be.ac.vub.cocompose.eclipse.model that return ImplementationGenerator
 ImplementationGenerator EclipseModelFactory.createImplementationGenerator()
          Creates an ImplementationGenerator.
 

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

Classes in be.ac.vub.cocompose.eclipse.model.core that implement ImplementationGenerator
 class EclipseImplementationGenerator
          The ImplementationGenerator language element for Eclipse.
 

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

Methods in be.ac.vub.cocompose.io.xmi with parameters of type ImplementationGenerator
 void XMIElementType.visitImplementationGenerator(ImplementationGenerator implementationGenerator)
          Visits an ImplementationGenerator.
 void XMIElementWriter.visitImplementationGenerator(ImplementationGenerator implementationGenerator)
          Visits an ImplementationGenerator.
 

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

Methods in be.ac.vub.cocompose.lang that return ImplementationGenerator
 ImplementationGenerator ModelFactory.createImplementationGenerator()
          Creates an ImplementationGenerator.
 

Methods in be.ac.vub.cocompose.lang with parameters of type ImplementationGenerator
 void DefaultModelVisitor.visitImplementationGenerator(ImplementationGenerator implementationGenerator)
          Visits an ImplementationGenerator.
 void DefaultSuperModelVisitor.visitImplementationGenerator(ImplementationGenerator implementationGenerator)
          Visits an ImplementationGenerator.
 void ModelVisitor.visitImplementationGenerator(ImplementationGenerator implementationGenerator)
          Visits an ImplementationGenerator.
 

Uses of ImplementationGenerator in be.ac.vub.cocompose.lang.core
 

Methods in be.ac.vub.cocompose.lang.core that return ImplementationGenerator
 ImplementationGenerator ImplementationRolePart.getImplementationGenerator()
          Gets the implementation generator for this role part.
 

Methods in be.ac.vub.cocompose.lang.core with parameters of type ImplementationGenerator
 void ImplementationRolePart.setImplementationGenerator(ImplementationGenerator implementationGenerator)
          Sets the implementation generator for this role part.
 

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

Methods in be.ac.vub.cocompose.lang.impl that return ImplementationGenerator
 ImplementationGenerator DefaultModelFactory.createImplementationGenerator()
          Creates an ImplementationGenerator.
 

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

Classes in be.ac.vub.cocompose.lang.impl.core that implement ImplementationGenerator
 class DefaultImplementationGenerator
          The Implementation Generator language element.
 

Methods in be.ac.vub.cocompose.lang.impl.core that return ImplementationGenerator
 ImplementationGenerator DefaultImplementationRolePart.getImplementationGenerator()
          Gets the implementation generator for this role part.
 

Methods in be.ac.vub.cocompose.lang.impl.core with parameters of type ImplementationGenerator
 void DefaultImplementationRolePart.setImplementationGenerator(ImplementationGenerator implementationGenerator)
          Sets the implementation generator for this role part.
 

Uses of ImplementationGenerator in be.ac.vub.cocompose.operations
 

Methods in be.ac.vub.cocompose.operations with parameters of type ImplementationGenerator
 void CopyElement.visitImplementationGenerator(ImplementationGenerator implementationGenerator)
          Visits an ImplementationGenerator.