Uses of Interface
org.eclipse.ocl.examples.domain.library.LibraryProperty

Packages that use LibraryProperty
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.enumeration   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.library   
 

Uses of LibraryProperty in org.eclipse.ocl.examples.domain.library
 

Classes in org.eclipse.ocl.examples.domain.library that implement LibraryProperty
 class AbstractProperty
           
 

Uses of LibraryProperty in org.eclipse.ocl.examples.library.collection
 

Classes in org.eclipse.ocl.examples.library.collection that implement LibraryProperty
 class CollectionClassifierElementTypeProperty
          CollectionClassifierElementTypeProperty realizes the CollectionClassifier::elementType() library property.
 

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

Classes in org.eclipse.ocl.examples.library.ecore that implement LibraryProperty
 class EcoreLibraryOppositeProperty
          An EcoreLibraryOppositeProperty provides the LibraryProperty to implement a PropertyCallExp using the inverse navigation of an EStructuralFeature.
 class EcoreLibraryProperty
          An EcoreLibraryProperty provides the LibraryProperty to implement a PropertyCallExp using an EStructuralFeature.
 

Constructors in org.eclipse.ocl.examples.library.ecore with parameters of type LibraryProperty
EcoreExecutorProperty(java.lang.String name, EcoreExecutorType executorType, int propertyIndex, LibraryProperty implementation)
           
 

Uses of LibraryProperty in org.eclipse.ocl.examples.library.enumeration
 

Classes in org.eclipse.ocl.examples.library.enumeration that implement LibraryProperty
 class EnumerationClassifierOwnedLiteralProperty
          EnumerationClassifierOwnedLiteralProperty realizes the EnumerationClassifier::ownedLiteral() library property.
 

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

Fields in org.eclipse.ocl.examples.library.executor declared as LibraryProperty
protected  LibraryProperty ExecutorProperty.implementation
           
 

Methods in org.eclipse.ocl.examples.library.executor that return LibraryProperty
 LibraryProperty ExecutorProperty.getImplementation()
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type LibraryProperty
ExecutorProperty(java.lang.String name, DomainInheritance executorType, int propertyIndex, LibraryProperty implementation)
           
 

Uses of LibraryProperty in org.eclipse.ocl.examples.pivot.ecore
 

Classes in org.eclipse.ocl.examples.pivot.ecore that implement LibraryProperty
 class EObjectProperty
          An EObjectProperty provides the standard LibraryProperty to implement a PropertyCallExp.
 

Uses of LibraryProperty in org.eclipse.ocl.examples.pivot.library
 

Classes in org.eclipse.ocl.examples.pivot.library that implement LibraryProperty
 class CompositionProperty
          The static instance of CompositionProperty supports evaluation of a property call that navigates a relationship to a container.
 class ConstrainedProperty
          An instance of ConstrainedProperty supports evaluation of a relationship defined by constraints.
 class ExplicitNavigationProperty
          The static instance of ExplicitNavigationProperty supports evaluation of a property call that navigates a relationship.
 class ImplicitNonCompositionProperty
          The static instance of ImplicitNonCompositionProperty supports evaluation of implicit properties for opposites of non-composition relationships.
 class TuplePartProperty