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

Packages that use LibraryProperty
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.inliner   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.domain.library   
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.library.executor   
org.eclipse.ocl.examples.library.oclany   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.library   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.uml   
 

Uses of LibraryProperty in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type LibraryProperty
protected  boolean AS2CGVisitor.isEcoreProperty(LibraryProperty libraryProperty)
           
 

Uses of LibraryProperty in org.eclipse.ocl.examples.codegen.cgmodel
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return LibraryProperty
 LibraryProperty CGLibraryPropertyCallExp.getLibraryProperty()
          Returns the value of the 'Library Property' attribute.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type LibraryProperty
 void CGLibraryPropertyCallExp.setLibraryProperty(LibraryProperty value)
          Sets the value of the 'Library Property' attribute.
 

Uses of LibraryProperty in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as LibraryProperty
protected static LibraryProperty CGLibraryPropertyCallExpImpl.LIBRARY_PROPERTY_EDEFAULT
          The default value of the 'Library Property' attribute.
protected  LibraryProperty CGLibraryPropertyCallExpImpl.libraryProperty
          The cached value of the 'Library Property' attribute.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return LibraryProperty
 LibraryProperty CGModelFactoryImpl.createLibraryPropertyFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LibraryProperty CGLibraryPropertyCallExpImpl.getLibraryProperty()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type LibraryProperty
 void CGLibraryPropertyCallExpImpl.setLibraryProperty(LibraryProperty newLibraryProperty)
           
 

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

Classes in org.eclipse.ocl.examples.codegen.inliner that implement LibraryProperty
static class PropertyInliners.BoxedExplicitNavigationProperty
          Deprecated.  
static class PropertyInliners.UnboxedCompositionProperty
          Deprecated.  
static class PropertyInliners.UnboxedExplicitNavigationProperty
          Deprecated.  
 

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

Classes in org.eclipse.ocl.examples.codegen.java that implement LibraryProperty
 class UnboxedCompositionProperty
           
 class UnboxedExplicitNavigationProperty
           
 class UnboxedOppositeNavigationProperty
           
 

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

Classes in org.eclipse.ocl.examples.domain.library that implement LibraryProperty
 class AbstractProperty
           
 class UnsupportedOperation
          UnsupportedOperation realises an unimplemented library operation.
 

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

Classes in org.eclipse.ocl.examples.library.classifier that implement LibraryProperty
 class MetaclassInstanceTypeProperty
          MetaclassInstanceTypeProperty realizes the Metaclass::instanceType library property.
 

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

Classes in org.eclipse.ocl.examples.library.collection that implement LibraryProperty
 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 LibraryProperty in org.eclipse.ocl.examples.library.ecore
 

Classes in org.eclipse.ocl.examples.library.ecore that implement LibraryProperty
 class EcoreExecutorProperty
           
 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.
 

Methods in org.eclipse.ocl.examples.library.ecore that return LibraryProperty
 LibraryProperty EcoreExecutorProperty.getImplementation()
           
 

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

Classes in org.eclipse.ocl.examples.library.enumeration that implement LibraryProperty
 class EnumerationOwnedLiteralProperty
          EnumerationOwnedLiteralProperty realizes the Enumeration::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
          Deprecated. 
protected  LibraryProperty ExecutorPropertyWithImplementation.implementation
           
 

Methods in org.eclipse.ocl.examples.library.executor that return LibraryProperty
 LibraryProperty ExecutorProperty.getImplementation()
           
 LibraryProperty ExecutorPropertyWithImplementation.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)
          Deprecated. 
ExecutorPropertyWithImplementation(java.lang.String name, DomainInheritance executorType, int propertyIndex, LibraryProperty implementation)
           
 

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

Classes in org.eclipse.ocl.examples.library.oclany that implement LibraryProperty
 class OclAnyUnsupportedOperation
          OclAnyUnsupportedOperation reports an unsupported operation.
 

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 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 LibraryProperty in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return LibraryProperty
 LibraryProperty MetaModelManager.getImplementation(java.lang.Object sourceValue, Property property)
           
protected  LibraryProperty ImplementationManager.getPropertyImplementation(java.lang.Object sourceValue, Property property)
           
 LibraryProperty ImplementationManager.ExplicitNavigator.getPropertyImplementation(java.lang.Object sourceValue, Property property)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.uml that return LibraryProperty
 LibraryProperty UMLExplicitNavigator.getPropertyImplementation(java.lang.Object sourceValue, Property property)