|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BooleanExpression | |
| org.omg.uml.behavioralelements.statemachines | |
| org.omg.uml.behavioralelements.usecases | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of BooleanExpression in org.omg.uml.behavioralelements.statemachines |
| Methods in org.omg.uml.behavioralelements.statemachines that return BooleanExpression | |
BooleanExpression |
Guard.getExpression()
Returns the value of attribute expression. |
BooleanExpression |
ChangeEvent.getChangeExpression()
Returns the value of attribute changeExpression. |
| Methods in org.omg.uml.behavioralelements.statemachines with parameters of type BooleanExpression | |
void |
Guard.setExpression(BooleanExpression newValue)
Sets the value of expression attribute. |
void |
ChangeEvent.setChangeExpression(BooleanExpression newValue)
Sets the value of changeExpression attribute. |
ChangeEvent |
ChangeEventClass.createChangeEvent(String name,
VisibilityKind visibility,
boolean isSpecification,
BooleanExpression changeExpression)
Creates an instance object having attributes initialized by the passed values. |
Guard |
GuardClass.createGuard(String name,
VisibilityKind visibility,
boolean isSpecification,
BooleanExpression expression)
Creates an instance object having attributes initialized by the passed values. |
| Uses of BooleanExpression in org.omg.uml.behavioralelements.usecases |
| Methods in org.omg.uml.behavioralelements.usecases that return BooleanExpression | |
BooleanExpression |
Extend.getCondition()
Returns the value of attribute condition. |
| Methods in org.omg.uml.behavioralelements.usecases with parameters of type BooleanExpression | |
void |
Extend.setCondition(BooleanExpression newValue)
Sets the value of condition attribute. |
Extend |
ExtendClass.createExtend(String name,
VisibilityKind visibility,
boolean isSpecification,
BooleanExpression condition)
Creates an instance object having attributes initialized by the passed values. |
| Uses of BooleanExpression in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return BooleanExpression | |
BooleanExpression |
Constraint.getBody()
Returns the value of attribute body. |
| Methods in org.omg.uml.foundation.core with parameters of type BooleanExpression | |
void |
Constraint.setBody(BooleanExpression newValue)
Sets the value of body attribute. |
Constraint |
ConstraintClass.createConstraint(String name,
VisibilityKind visibility,
boolean isSpecification,
BooleanExpression body)
Creates an instance object having attributes initialized by the passed values. |
| Uses of BooleanExpression in org.omg.uml.foundation.datatypes |
| Methods in org.omg.uml.foundation.datatypes that return BooleanExpression | |
BooleanExpression |
BooleanExpressionClass.createBooleanExpression()
The default factory operation used to create an instance object. |
BooleanExpression |
BooleanExpressionClass.createBooleanExpression(String language,
String body)
Creates an instance object having attributes initialized by the passed values. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||