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

Packages that use Property
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.helper   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.internal.operations   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return Property
 Property Class.createOwnedAttribute()
          Creates a new Property and appends it to the 'Owned Attribute' containment reference list.
 Property PivotFactory.createProperty()
          Returns a new object of class 'Property'.
 Property NavigationCallExp.getNavigationSource()
          Returns the value of the 'Navigation Source' reference.
 Property Property.getOpposite()
          Returns the value of the 'Opposite' reference.
 Property PropertyCallExp.getReferredProperty()
          Returns the value of the 'Referred Property' reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Property
 org.eclipse.emf.common.util.EList<Property> Property.getKeys()
          Returns the value of the 'Keys' reference list.
 org.eclipse.emf.common.util.EList<Property> Class.getOwnedAttributes()
          Returns the value of the 'Owned Attribute' containment reference list.
 org.eclipse.emf.common.util.EList<Property> AssociationClass.getUnownedAttributes()
          Returns the value of the 'Unowned Attribute' reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Property
 Environment AbstractEnvironmentFactory.createAttributeContext(Environment parent, Property property)
           
 Environment EnvironmentFactory.createAttributeContext(Environment parent, Property property)
          Creates an environment suitable for parsing OCL expressions on the specified property, which is some attribute in the client's metamodel.
protected  void AbstractEnvironment.setContextProperty(Property contextProperty)
          Assigns my context property.
 void NavigationCallExp.setNavigationSource(Property value)
          Sets the value of the 'Navigation Source' reference.
 void Property.setOpposite(Property value)
          Sets the value of the 'Opposite' reference.
 void PropertyCallExp.setReferredProperty(Property value)
          Sets the value of the 'Referred Property' reference.
 

Uses of Property in org.eclipse.ocl.examples.pivot.delegate
 

Methods in org.eclipse.ocl.examples.pivot.delegate with parameters of type Property
 ExpressionInOcl SettingBehavior.getExpressionInOcl(TypeManager typeManager, Property property)
          Return the feature body associated with structuralFeature, if necessary using ocl to create the relevant parsing environment for a textual definition..
 

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

Methods in org.eclipse.ocl.examples.pivot.ecore that return Property
 Property Ecore2PivotDeclarationSwitch.caseEAttribute(org.eclipse.emf.ecore.EAttribute eObject)
           
 Property Ecore2PivotDeclarationSwitch.caseEReference(org.eclipse.emf.ecore.EReference eObject)
           
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type Property
protected  void Ecore2PivotDeclarationSwitch.copyStructuralFeature(Property pivotElement, org.eclipse.emf.ecore.EStructuralFeature eObject, java.util.List<org.eclipse.emf.ecore.EAnnotation> excludedAnnotations)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreDeclarationVisitor.visitProperty(Property pivotProperty)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreReferenceVisitor.visitProperty(Property pivotProperty)
           
 

Uses of Property in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type Property
 Value EvaluationEnvironment.navigateAssociationClass(Type associationClass, Property navigationSource, java.lang.Object source)
          Obtains the instance of the specified association class that links the specified source element, optionally via the specified property.
 Value PivotEvaluationEnvironment.navigateAssociationClass(Type associationClass, Property navigationSource, java.lang.Object source)
          Ecore implementation of the enumeration literal value.
 

Uses of Property in org.eclipse.ocl.examples.pivot.helper
 

Methods in org.eclipse.ocl.examples.pivot.helper with parameters of type Property
 void OCLHelper.setAttributeContext(Type context, Property property)
          Sets the attribute context of the OCL expression for which syntax or parsing help is to be provided.
 void OCLHelper.setInstanceAttributeContext(java.lang.Object instance, Property property)
          Sets the operation context implied by the specified instance.
 

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

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

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Property
protected  Property NavigationCallExpImpl.navigationSource
          The cached value of the 'Navigation Source' reference.
protected  Property PropertyImpl.opposite
          The cached value of the 'Opposite' reference.
protected  Property PropertyCallExpImpl.referredProperty
          The cached value of the 'Referred Property' reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Property
protected  org.eclipse.emf.common.util.EList<Property> PropertyImpl.keys
          The cached value of the 'Keys' reference list.
protected  org.eclipse.emf.common.util.EList<Property> ClassImpl.ownedAttributes
          The cached value of the 'Owned Attribute' containment reference list.
protected  org.eclipse.emf.common.util.EList<Property> AssociationClassImpl.unownedAttributes
          The cached value of the 'Unowned Attribute' reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Property
 Property NavigationCallExpImpl.basicGetNavigationSource()
           
 Property PropertyImpl.basicGetOpposite()
           
 Property PropertyCallExpImpl.basicGetReferredProperty()
           
 Property ClassImpl.createOwnedAttribute()
           
 Property PivotFactoryImpl.createProperty()
           
 Property NavigationCallExpImpl.getNavigationSource()
           
 Property PropertyImpl.getOpposite()
           
 Property PropertyCallExpImpl.getReferredProperty()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Property
 org.eclipse.emf.common.util.EList<Property> PropertyImpl.getKeys()
           
 org.eclipse.emf.common.util.EList<Property> ClassImpl.getOwnedAttributes()
           
 org.eclipse.emf.common.util.EList<Property> AssociationClassImpl.getUnownedAttributes()
           
 java.util.Iterator<Property> PropertyImpl.iterator()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Property
 void NavigationCallExpImpl.setNavigationSource(Property newNavigationSource)
           
 void PropertyImpl.setOpposite(Property newOpposite)
           
 void PropertyCallExpImpl.setReferredProperty(Property newReferredProperty)
           
 

Uses of Property in org.eclipse.ocl.examples.pivot.internal.operations
 

Methods in org.eclipse.ocl.examples.pivot.internal.operations with parameters of type Property
static boolean PropertyOperations.validateBindingToAttribute(Property property, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          A binding of a property template parameter representing an attribute must be to an attribute.
 

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

Methods in org.eclipse.ocl.examples.pivot.uml that return Property
 Property UML2PivotDeclarationSwitch.caseProperty(org.eclipse.uml2.uml.Property umlProperty)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Property
protected  void UML2Pivot.copyProperty(Property pivotElement, org.eclipse.uml2.uml.Property umlProperty, java.util.List<org.eclipse.emf.ecore.EAnnotation> excludedAnnotations)
           
 org.eclipse.uml2.uml.Property Pivot2UMLDeclarationVisitor.visitProperty(Property pivotProperty)
           
 org.eclipse.emf.ecore.EObject Pivot2UMLReferenceVisitor.visitProperty(Property pivotProperty)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Property
 T PivotSwitch.caseProperty(Property object)
          Returns the result of interpreting the object as an instance of 'Property'.
 boolean PivotValidator.validateProperty_validateBindingToAttribute(Property property, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBindingToAttribute constraint of 'Property'.
 boolean PivotValidator.validateProperty(Property property, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitProperty(Property object)
           
 R AbstractExtendingVisitor.visitProperty(Property object)
           
 R AbstractNullVisitor.visitProperty(Property object)
           
 R Visitor.visitProperty(Property object)
           
 

Uses of Property in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return Property
protected  Property TypeCaches.CompleteClassPropertiesIterable.getInnerValue(Property element)
           
 Property TypeCaches.getPrimaryProperty(java.lang.String moniker)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return types with arguments of type Property
 java.lang.Iterable<Property> TypeCaches.getAllProperties(Property property)
           
protected  java.lang.Iterable<Property> TypeCaches.CompleteClassPropertiesIterable.getInnerIterable(Class model)
           
 java.lang.Iterable<Property> TypeCaches.getLocalProperties(Type type, java.lang.Boolean selectStatic)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Property
protected  void ToStringVisitor.appendPropertySignature(Property property)
           
protected  CallableImplementation TypeManager.computePropertyImplementation(Property property)
           
 java.lang.Iterable<Property> TypeCaches.getAllProperties(Property property)
           
 CallableImplementation TypeManager.getImplementation(Property property)
           
protected  Property TypeCaches.CompleteClassPropertiesIterable.getInnerValue(Property element)
           
 java.lang.Iterable<Constraint> TypeCaches.getLocalConstraints(Property property)
           
 void TypeCaches.installPropertyDeclaration(Property thisProperty)
          Create implicit an opposite property if there is no explicit opposite.
 java.lang.String ToStringVisitor.visitProperty(Property property)
           
 

Uses of Property in org.eclipse.ocl.examples.pivot.values
 

Methods in org.eclipse.ocl.examples.pivot.values with parameters of type Property
 Value TupleValue.getValue(Property part)
          Queries the value of the specified tuple part.
 

Uses of Property in org.eclipse.ocl.examples.pivot.values.impl
 

Methods in org.eclipse.ocl.examples.pivot.values.impl with parameters of type Property
 Value TupleValueImpl.getValue(Property part)
           
 

Uses of Property in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return Property
 Property ReferenceCS.getOpposite()
          Returns the value of the 'Opposite' reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type Property
 org.eclipse.emf.common.util.EList<Property> ReferenceCS.getKeys()
          Returns the value of the 'Keys' reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type Property
 void ReferenceCS.setOpposite(Property value)
          Sets the value of the 'Opposite' reference.
 

Uses of Property in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as Property
protected  Property ReferenceCSImpl.opposite
          The cached value of the 'Opposite' reference.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type Property
protected  org.eclipse.emf.common.util.EList<Property> ReferenceCSImpl.keys
          The cached value of the 'Keys' reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return Property
 Property ReferenceCSImpl.basicGetOpposite()
           
 Property ReferenceCSImpl.getOpposite()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type Property
 org.eclipse.emf.common.util.EList<Property> ReferenceCSImpl.getKeys()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type Property
 void ReferenceCSImpl.setOpposite(Property newOpposite)
           
 

Uses of Property in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type Property
 ScopeAdapter PivotScopeVisitor.visitProperty(Property pivotElement)
           
 

Uses of Property in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type Property
<T extends StructuralFeatureCS>
T
Pivot2CSConversion.refreshStructuralFeature(java.lang.Class<T> csClass, org.eclipse.emf.ecore.EClass csEClass, Property object)
           
 ElementCS BaseDeclarationVisitor.visitProperty(Property object)
           
 

Uses of Property in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return Property
 Property PropertyContextDeclCS.getProperty()
          Returns the value of the 'Property' reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type Property
 void PropertyContextDeclCS.setProperty(Property value)
          Sets the value of the 'Property' reference.
 

Uses of Property in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as Property
protected  Property PropertyContextDeclCSImpl.property
          The cached value of the 'Property' reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return Property
 Property PropertyContextDeclCSImpl.basicGetProperty()
           
 Property PropertyContextDeclCSImpl.getProperty()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type Property
 void PropertyContextDeclCSImpl.setProperty(Property newProperty)
           
 

Uses of Property in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot that return Property
protected  Property EssentialOCLLeft2RightVisitor.getBadProperty()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type Property
protected  OclExpression EssentialOCLLeft2RightVisitor.resolvePropertyCallExp(NamedExpCS csNameExp, Property property)
           
 

Uses of Property in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type Property
protected  java.lang.String BaseLabelProvider.image(Property ele)
           
protected  java.lang.String BaseLabelProvider.text(Property ele)
           
 

Uses of Property in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type Property
protected  java.lang.String OCLinEcoreLabelProvider.image(Property ele)