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

Packages that use ImplementationRolePart
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   
be.ac.vub.cocompose.operations   
 

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

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

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

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

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

Methods in be.ac.vub.cocompose.io.xmi with parameters of type ImplementationRolePart
 void XMIElementType.visitImplementationRolePart(ImplementationRolePart rolePart)
          Visits an ImplementationRolePart.
 

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

Methods in be.ac.vub.cocompose.lang that return ImplementationRolePart
 ImplementationRolePart ModelFactory.createImplementationRolePart()
          Creates an ImplementationRolePart.
 

Methods in be.ac.vub.cocompose.lang with parameters of type ImplementationRolePart
 void DefaultModelVisitor.visitImplementationRolePart(ImplementationRolePart rolePart)
          Visits an ImplementationRolePart.
 void DefaultSuperModelVisitor.visitImplementationRolePart(ImplementationRolePart rolePart)
          Visits an ImplementationRolePart.
 void ModelVisitor.visitImplementationRolePart(ImplementationRolePart rolePart)
          Visits an ImplementationRolePart.
 

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

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

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

Classes in be.ac.vub.cocompose.lang.impl.core that implement ImplementationRolePart
 class DefaultImplementationRolePart
          The Implementation Generator role part language element.
 

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

Methods in be.ac.vub.cocompose.operations with parameters of type ImplementationRolePart
 void CopyElement.visitImplementationRolePart(ImplementationRolePart rolePart)
          Visits an ImplementationRolePart.