UML.Semantic.Foundation.DataTypes
Class ProcedureExpression

java.lang.Object
  |
  +--UML.Semantic.Foundation.DataTypes.Expression
        |
        +--UML.Semantic.Foundation.DataTypes.ProcedureExpression

public class ProcedureExpression
extends Expression

In the metamodel ProcedureExpression defines a statement which will result in an instance of Procedure when it is evaluated.


Constructor Summary
ProcedureExpression()
           
 
Methods inherited from class UML.Semantic.Foundation.DataTypes.Expression
getBody, getElementType, getLanguage, setBody, setElementType, setLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcedureExpression

public ProcedureExpression()