UML.Semantic.Foundation.DataTypes
Class ObjectSetExpression

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

public class ObjectSetExpression
extends Expression

In the metamodel ObjectSetExpression defines a statement which will evaluate to a set of instances when it is evaluated. ObjectSetExpressions are commonly used to designate the target instances in an Action.


Constructor Summary
ObjectSetExpression()
           
 
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

ObjectSetExpression

public ObjectSetExpression()