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

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

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

Methods in org.eclipse.ocl.examples.pivot that return DynamicProperty
 DynamicProperty PivotFactory.createDynamicProperty()
          Returns a new object of class 'Dynamic Property'.
 DynamicProperty DynamicType.createOwnedProperty()
          Creates a new DynamicProperty and appends it to the 'Owned Property' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type DynamicProperty
 java.util.List<DynamicProperty> DynamicType.getOwnedProperty()
          Returns the value of the 'Owned Property' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DynamicProperty
 class DynamicPropertyImpl
          An implementation of the model object 'Dynamic Property'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type DynamicProperty
protected  org.eclipse.emf.common.util.EList<DynamicProperty> DynamicTypeImpl.ownedProperty
          The cached value of the 'Owned Property' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return DynamicProperty
 DynamicProperty PivotFactoryImpl.createDynamicProperty()
           
 DynamicProperty DynamicTypeImpl.createOwnedProperty()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type DynamicProperty
 java.util.List<DynamicProperty> DynamicTypeImpl.getOwnedProperty()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type DynamicProperty
 T PivotSwitch.caseDynamicProperty(DynamicProperty object)
          Returns the result of interpreting the object as an instance of 'Dynamic Property'.
 boolean PivotValidator.validateDynamicProperty(DynamicProperty dynamicProperty, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitDynamicProperty(DynamicProperty object)
           
 R AbstractExtendingVisitor.visitDynamicProperty(DynamicProperty object)
           
 R AbstractNullVisitor.visitDynamicProperty(DynamicProperty object)
           
 R Visitor.visitDynamicProperty(DynamicProperty object)