Uses of Interface
org.infolayer.model.OperationImpl

Packages that use OperationImpl
org.infolayer.model   
org.infolayer.model.op   
 

Uses of OperationImpl in org.infolayer.model
 

Classes in org.infolayer.model that implement OperationImpl
 class OperationImplOcl
           
 class OpImplJava
           
 class PredefinedOperation
           
 

Methods in org.infolayer.model that return OperationImpl
 OperationImpl UmlOperation.getImplementation()
          Returns the implementation for of the given operation *NOT* performing a dynamic lookup (in contrast to getExecPermission and eval (Otherwise, invocation of super methods would be difficult)
 

Methods in org.infolayer.model with parameters of type OperationImpl
 UmlOperation UmlClassifier.addOperation(java.lang.String name, OperationImpl impl, int modifiers, java.lang.String description)
          Creates a new UmlOperation with the given name, implementation, modifiers, sql generator and description.
 

Uses of OperationImpl in org.infolayer.model.op
 

Classes in org.infolayer.model.op that implement OperationImpl
 class OpAny
           
 class OpBoolean
          Defines boolean OCL operations.
 class OpCollection
          Defines OCL collection operations.
 class OpInfolayerStatic
           
 class OpInteger
          Registers the integer OCL methods
 class OpObject
          Defines OCL operations for Object
 class OpType
          Defines OCL methods for OclType