Uses of Interface
be.ac.vub.cocompose.lang.constraints.ElementConstraint

Packages that use ElementConstraint
be.ac.vub.cocompose.io.xmi   
be.ac.vub.cocompose.lang   
be.ac.vub.cocompose.lang.impl   
be.ac.vub.cocompose.lang.impl.constraints   
 

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

Methods in be.ac.vub.cocompose.io.xmi with parameters of type ElementConstraint
 void XMIElementType.visitElementConstraint(ElementConstraint elementConstraint)
          Visits an ElementConstraint.
 void XMIElementWriter.visitElementConstraint(ElementConstraint elementConstraint)
          Visits an ElementConstraint.
 

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

Methods in be.ac.vub.cocompose.lang that return ElementConstraint
 ElementConstraint ModelFactory.createElementConstraint()
          Creates an ElementConstraint.
 

Methods in be.ac.vub.cocompose.lang with parameters of type ElementConstraint
 void DefaultModelVisitor.visitElementConstraint(ElementConstraint elementConstraint)
          Visits an ElementConstraint.
 void DefaultSuperModelVisitor.visitElementConstraint(ElementConstraint elementConstraint)
          Visits an ElementConstraint.
 void ModelVisitor.visitElementConstraint(ElementConstraint elementConstraint)
          Visits an ElementConstraint.
 

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

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

Uses of ElementConstraint in be.ac.vub.cocompose.lang.impl.constraints
 

Classes in be.ac.vub.cocompose.lang.impl.constraints that implement ElementConstraint
 class DefaultElementConstraint
          Model element constraint.