Modifier and Type | Method and Description |
---|---|
IConstraint |
IUmlModel.createConstraint()
Create a Constraint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDurationConstraint |
Modifier and Type | Method and Description |
---|---|
<T extends IConstraint> |
IModelElement.getConstraintDefinition(Class<T> filteredClass)
Get the list of ObConstraint to the ConstraintDefinition association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IConstraint> |
IModelElement.getConstraintDefinition()
Get the list of ObConstraint to the ConstraintDefinition association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addConstraintDefinition(IConstraint element)
Add a ObConstraint to the 'ConstraintDefinition' association.
|
void |
IModelElement.removeConstraintDefinition(IConstraint element)
Remove an ObConstraint from the 'ConstraintDefinition' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardConstraintDefinition(Class<? extends IConstraint> filteredClass)
Returns the number elements in the ConstraintDefinition association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitConstraint(IConstraint theConstraint) |
Object |
DefaultMetamodelVisitor.visitConstraint(IConstraint theConstraint) |
Object |
AbstractMetamodelVisitor.visitConstraint(IConstraint theConstraint) |