org.infolayer.model
Class UmlExpression

java.lang.Object
  extended byorg.infolayer.model.SimpleElement
      extended byorg.infolayer.model.UmlExpression
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable
Direct Known Subclasses:
UmlBooleanExpression

public class UmlExpression
extends SimpleElement


Constructor Summary
UmlExpression()
           
 
Method Summary
 java.lang.Object eval(UmlClassifier type, java.lang.Object instance)
           
 
Methods inherited from class org.infolayer.model.SimpleElement
getProperty, getPropertyCount, getPropertyInfo, setProperty, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmlExpression

public UmlExpression()
Method Detail

eval

public java.lang.Object eval(UmlClassifier type,
                             java.lang.Object instance)