Uses of Interface
org.eclipse.ocl.examples.pivot.DynamicType

Packages that use DynamicType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
 

Uses of DynamicType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return DynamicType
 DynamicType PivotFactory.createDynamicType()
          Returns a new object of class 'Dynamic Type'.
 

Uses of DynamicType in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DynamicType
 class DynamicTypeImpl
          An implementation of the model object 'Dynamic Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return DynamicType
 DynamicType PivotFactoryImpl.createDynamicType()
           
 

Uses of DynamicType in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type DynamicType
 T1 PivotSwitch.caseDynamicType(DynamicType object)
          Returns the result of interpreting the object as an instance of 'Dynamic Type'.
 boolean PivotValidator.validateDynamicType(DynamicType dynamicType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitDynamicType(DynamicType object)
           
 R AbstractExtendingVisitor.visitDynamicType(DynamicType object)
           
 R AbstractNullVisitor.visitDynamicType(DynamicType object)
           
 R AbstractWrappingVisitor.visitDynamicType(DynamicType object)
           
 R Visitor.visitDynamicType(DynamicType object)