|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |