org.infolayer.ocl
Interface Evaluable

All Known Implementing Classes:
Action, OclExpression

public interface Evaluable

Common interface for OclExpression and Action


Method Summary
 java.lang.Object eval(Bindings bindings)
           
 UmlClassifier getType()
           
 boolean isQuery()
           
 

Method Detail

eval

public java.lang.Object eval(Bindings bindings)

getType

public UmlClassifier getType()

isQuery

public boolean isQuery()