Uses of Interface
org.eclipse.ocl.examples.domain.elements.DomainFeature

Packages that use DomainFeature
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
 

Uses of DomainFeature in org.eclipse.ocl.examples.domain.elements
 

Subinterfaces of DomainFeature in org.eclipse.ocl.examples.domain.elements
 interface DomainIteration
           
 interface DomainOperation
           
 interface DomainProperty
           
 

Methods in org.eclipse.ocl.examples.domain.elements with parameters of type DomainFeature
 boolean FeatureFilter.accept(DomainFeature asFeature)
           
 

Uses of DomainFeature in org.eclipse.ocl.examples.library.ecore
 

Classes in org.eclipse.ocl.examples.library.ecore that implement DomainFeature
 class EcoreExecutorProperty
           
 

Uses of DomainFeature in org.eclipse.ocl.examples.library.executor
 

Classes in org.eclipse.ocl.examples.library.executor that implement DomainFeature
 class AbstractExecutorProperty
           
 class ExecutorOperation
           
 class ExecutorProperty
           
 class ExecutorPropertyWithImplementation
           
 

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

Subinterfaces of DomainFeature in org.eclipse.ocl.examples.pivot
 interface Iteration
          A representation of the model object 'Iteration'.
 interface Operation
          A representation of the model object 'Operation'.
 interface Property
          A representation of the model object 'Property'.
 

Uses of DomainFeature in org.eclipse.ocl.examples.pivot.executor
 

Classes in org.eclipse.ocl.examples.pivot.executor that implement DomainFeature
 class PivotExecutorOperation
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DomainFeature
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class PropertyImpl
          An implementation of the model object 'Property'.
 class TuplePartImpl