Modifier and Type | Method and Description |
---|---|
Collection<ConstraintFacade> |
ModelElementFacade.getConstraints()
Gets all constraints belonging to the model element.
|
Collection<ConstraintFacade> |
ModelElementFacade.getConstraints(String kind)
Returns the constraints of the argument kind that have been placed onto this model.
|
Collection<ConstraintFacade> |
OperationFacade.getPostconditions()
The postcondition constraints belonging to this operation.
|
Collection<ConstraintFacade> |
OperationFacade.getPreconditions()
The precondition constraints belonging to this operation.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.