Uses of Interface
org.infolayer.ocl.Evaluable

Packages that use Evaluable
org.infolayer.asoq   
org.infolayer.ocl   
 

Uses of Evaluable in org.infolayer.asoq
 

Classes in org.infolayer.asoq that implement Evaluable
 class Action
          return value/type is handled using a special variable
 class CallOperationAction
           
 class CollectionAction
           
 class ConditionalAction
           
 class GroupAction
           
 class LoopAction
           
 class OclAction
           
 class Procedure
           
 class WritePropertyAction
           
 class WriteVariableAction
           
 

Methods in org.infolayer.asoq that return Evaluable
 Evaluable AsoqParser.parseAsoq()
           
 

Uses of Evaluable in org.infolayer.ocl
 

Classes in org.infolayer.ocl that implement Evaluable
 class AsCollectionExp
           
 class CollectionLiteralExp
           
 class IfExp
           
 class InStateExp
           
 class IterateExp
           
 class IteratorExp
           
 class LetExp
          Local variable definition and assignment.
 class LiteralExp
           
 class OclAsTypeExp
           
 class OclExpression
           
 class OclRoot
          Dummy OCL expression that stores the source code and may later be used to translate NPEs to OclUndefined
 class OperationCallExp
           
 class PropertyExp
           
 class TupleLiteralExp
           
 class TuplePropertyExp
           
 class VarDef
          Please note: VarDef can mean a single variable definition as well as a set of variable definitions, depending on the context.