uci.uml.Foundation.Data_Types
Class ObjectSetExpression

java.lang.Object
  |
  +--uci.uml.Foundation.Data_Types.Expression
        |
        +--uci.uml.Foundation.Data_Types.ObjectSetExpression

public class ObjectSetExpression
extends Expression

See Also:
Serialized Form

Fields inherited from class uci.uml.Foundation.Data_Types.Expression
_body, _language, C, JAVA, OCL, POSSIBLE_LANGUAGES, UNSPEC
 
Constructor Summary
ObjectSetExpression()
           
 
Methods inherited from class uci.uml.Foundation.Data_Types.Expression
dbgString, getBody, getId, getLanguage, getNamedProperty, getOCLTypeStr, newElementID, setBody, setBody, setLanguage, setLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSetExpression

public ObjectSetExpression()