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

Packages that use AndConstraint
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 AndConstraint in be.ac.vub.cocompose.io.xmi
 

Methods in be.ac.vub.cocompose.io.xmi with parameters of type AndConstraint
 void XMIElementType.visitAndConstraint(AndConstraint andConstraint)
          Visits an AndConstraint.
 

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

Methods in be.ac.vub.cocompose.lang that return AndConstraint
 AndConstraint ModelFactory.createAndConstraint()
          Creates an AndConstraint.
 

Methods in be.ac.vub.cocompose.lang with parameters of type AndConstraint
 void DefaultModelVisitor.visitAndConstraint(AndConstraint andConstraint)
          Visits an AndConstraint.
 void DefaultSuperModelVisitor.visitAndConstraint(AndConstraint andConstraint)
          Visits an AndConstraint.
 void ModelVisitor.visitAndConstraint(AndConstraint andConstraint)
          Visits an AndConstraint.
 

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

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

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

Classes in be.ac.vub.cocompose.lang.impl.constraints that implement AndConstraint
 class DefaultAndConstraint
          Boolean "and" composite constraint.