Uses of Class
org.eclipse.ocl.examples.domain.library.AbstractProperty

Packages that use AbstractProperty
org.eclipse.ocl.examples.codegen.inliner   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.library.classifier   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.enumeration   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.library   
org.eclipse.ocl.examples.pivot.uml   
 

Uses of AbstractProperty in org.eclipse.ocl.examples.codegen.inliner
 

Subclasses of AbstractProperty in org.eclipse.ocl.examples.codegen.inliner
static class PropertyInliners.BoxedExplicitNavigationProperty
          Deprecated.  
static class PropertyInliners.UnboxedCompositionProperty
          Deprecated.  
static class PropertyInliners.UnboxedExplicitNavigationProperty
          Deprecated.  
 

Uses of AbstractProperty in org.eclipse.ocl.examples.codegen.java
 

Subclasses of AbstractProperty in org.eclipse.ocl.examples.codegen.java
 class UnboxedCompositionProperty
           
 class UnboxedExplicitNavigationProperty
           
 class UnboxedOppositeNavigationProperty
           
 

Uses of AbstractProperty in org.eclipse.ocl.examples.library.classifier
 

Subclasses of AbstractProperty in org.eclipse.ocl.examples.library.classifier
 class MetaclassInstanceTypeProperty
          MetaclassInstanceTypeProperty realizes the Metaclass::instanceType library property.
 

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

Subclasses of AbstractProperty in org.eclipse.ocl.examples.library.collection
 class CollectionElementTypeProperty
          CollectionElementTypeProperty realizes the Collection::elementType library property.
 class CollectionLowerProperty
          CollectionLowerProperty realizes the Collection::lower() library property.
 class CollectionUpperProperty
          CollectionUpperProperty realizes the Collection::upper() library property.
 

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

Subclasses of AbstractProperty in org.eclipse.ocl.examples.library.ecore
 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.
 

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

Subclasses of AbstractProperty in org.eclipse.ocl.examples.library.enumeration
 class EnumerationOwnedLiteralProperty
          EnumerationOwnedLiteralProperty realizes the Enumeration::ownedLiteral() library property.
 

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

Subclasses of AbstractProperty in org.eclipse.ocl.examples.pivot.ecore
 class EObjectProperty
          An EObjectProperty provides the standard LibraryProperty to implement a PropertyCallExp.
 

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

Subclasses of AbstractProperty in org.eclipse.ocl.examples.pivot.library
 class BaseProperty
          The static instance of ExplicitNavigationProperty supports evaluation of a property call that navigates a relationship.
 class CompositionProperty
          An instance of ImplicitContainerProperty 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
          An instance of ExplicitNavigationProperty supports evaluation of a property call that navigates a relationship.
 class ExtensionProperty
          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 StaticProperty
          The static instance of ExplicitNavigationProperty supports evaluation of a property call that navigates a relationship.
 class StereotypeProperty
          An instance of StereotypeProperty supports evaluation of a property call that accesses a stereotype extension property.
 class TuplePartProperty
           
 

Uses of AbstractProperty in org.eclipse.ocl.examples.pivot.uml
 

Subclasses of AbstractProperty in org.eclipse.ocl.examples.pivot.uml
 class InstanceSlotNavigationProperty
          An instance of InstanceSlotNavigationProperty supports evaluation of a property call that navigates a relationship to a UML InstanceSpecification slot.