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

Packages that use ImplementationPattern
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 ImplementationPattern in be.ac.vub.cocompose.eclipse.model
 

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

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

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

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

Methods in be.ac.vub.cocompose.io.xmi with parameters of type ImplementationPattern
 void XMIElementAttributesReader.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.
 void XMIElementAttributesWriter.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.
 void XMIElementType.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.
 void XMIElementWriter.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.
 

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

Methods in be.ac.vub.cocompose.lang that return ImplementationPattern
 ImplementationPattern ModelFactory.createImplementationPattern()
          Creates an ImplementationPattern.
 

Methods in be.ac.vub.cocompose.lang with parameters of type ImplementationPattern
 void DefaultModelVisitor.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.
 void DefaultSuperModelVisitor.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.
 void ModelVisitor.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.
 

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

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

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

Classes in be.ac.vub.cocompose.lang.impl.core that implement ImplementationPattern
 class DefaultImplementationPattern
          Embedded implementation for concepts.
 

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

Methods in be.ac.vub.cocompose.operations with parameters of type ImplementationPattern
 void CopyElement.visitImplementationPattern(ImplementationPattern implementationPattern)
          Visits an ImplementationPattern.