|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ProcedureExpression | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of ProcedureExpression in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return ProcedureExpression | |
ProcedureExpression |
Method.getBody()
Returns the value of attribute body. |
| Methods in org.omg.uml.foundation.core with parameters of type ProcedureExpression | |
void |
Method.setBody(ProcedureExpression newValue)
Sets the value of body attribute. |
Method |
MethodClass.createMethod(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
boolean isQuery,
ProcedureExpression body)
Creates an instance object having attributes initialized by the passed values. |
| Uses of ProcedureExpression in org.omg.uml.foundation.datatypes |
| Methods in org.omg.uml.foundation.datatypes that return ProcedureExpression | |
ProcedureExpression |
ProcedureExpressionClass.createProcedureExpression()
The default factory operation used to create an instance object. |
ProcedureExpression |
ProcedureExpressionClass.createProcedureExpression(String language,
String body)
Creates an instance object having attributes initialized by the passed values. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||