|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Expression | |
| org.omg.uml.behavioralelements.commonbehavior | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of Expression in org.omg.uml.behavioralelements.commonbehavior |
| Methods in org.omg.uml.behavioralelements.commonbehavior that return Expression | |
Expression |
Argument.getValue()
Returns the value of attribute value. |
| Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type Expression | |
void |
Argument.setValue(Expression newValue)
Sets the value of value attribute. |
Argument |
ArgumentClass.createArgument(String name,
VisibilityKind visibility,
boolean isSpecification,
Expression value)
Creates an instance object having attributes initialized by the passed values. |
| Uses of Expression in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return Expression | |
Expression |
Attribute.getInitialValue()
Returns the value of attribute initialValue. |
Expression |
Parameter.getDefaultValue()
Returns the value of attribute defaultValue. |
| Methods in org.omg.uml.foundation.core with parameters of type Expression | |
void |
Attribute.setInitialValue(Expression newValue)
Sets the value of initialValue attribute. |
void |
Parameter.setDefaultValue(Expression newValue)
Sets the value of defaultValue attribute. |
Attribute |
AttributeClass.createAttribute(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
Multiplicity multiplicity,
ChangeableKind changeability,
ScopeKind targetScope,
OrderingKind ordering,
Expression initialValue)
Creates an instance object having attributes initialized by the passed values. |
Parameter |
ParameterClass.createParameter(String name,
VisibilityKind visibility,
boolean isSpecification,
Expression defaultValue,
ParameterDirectionKind kind)
Creates an instance object having attributes initialized by the passed values. |
| Uses of Expression in org.omg.uml.foundation.datatypes |
| Subinterfaces of Expression in org.omg.uml.foundation.datatypes | |
interface |
ActionExpression
ActionExpression object instance interface. |
interface |
ArgListsExpression
ArgListsExpression object instance interface. |
interface |
BooleanExpression
BooleanExpression object instance interface. |
interface |
IterationExpression
IterationExpression object instance interface. |
interface |
MappingExpression
MappingExpression object instance interface. |
interface |
ObjectSetExpression
ObjectSetExpression object instance interface. |
interface |
ProcedureExpression
ProcedureExpression object instance interface. |
interface |
TimeExpression
TimeExpression object instance interface. |
interface |
TypeExpression
TypeExpression object instance interface. |
| Methods in org.omg.uml.foundation.datatypes that return Expression | |
Expression |
ExpressionClass.createExpression()
The default factory operation used to create an instance object. |
Expression |
ExpressionClass.createExpression(String language,
String body)
Creates an instance object having attributes initialized by the passed values. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||