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

Packages that use Parameter
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return Parameter
 Parameter Iteration.createOwnedAccumulator()
          Creates a new Parameter and appends it to the 'Owned Accumulator' containment reference list.
 Parameter Iteration.createOwnedIterator()
          Creates a new Parameter and appends it to the 'Owned Iterator' containment reference list.
 Parameter Operation.createOwnedParameter()
          Creates a new Parameter and appends it to the 'Owned Parameter' containment reference list.
 Parameter PivotFactory.createParameter()
          Returns a new object of class 'Parameter'.
 Parameter Variable.getRepresentedParameter()
          Returns the value of the 'Represented Parameter' reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> Iteration.getOwnedAccumulators()
          Returns the value of the 'Owned Accumulator' containment reference list.
 org.eclipse.emf.common.util.EList<Parameter> Iteration.getOwnedIterators()
          Returns the value of the 'Owned Iterator' containment reference list.
 org.eclipse.emf.common.util.EList<Parameter> Operation.getOwnedParameters()
          Returns the value of the 'Owned Parameter' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Parameter
 void Variable.setRepresentedParameter(Parameter value)
          Sets the value of the 'Represented Parameter' reference.
 

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

Methods in org.eclipse.ocl.examples.pivot.ecore that return Parameter
 Parameter Ecore2PivotDeclarationSwitch.caseEParameter(org.eclipse.emf.ecore.EParameter eObject)
           
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type Parameter
 org.eclipse.emf.ecore.EObject Pivot2EcoreDeclarationVisitor.visitParameter(Parameter pivotParameter)
           
 

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

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

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Parameter
protected  Parameter VariableImpl.representedParameter
          The cached value of the 'Represented Parameter' reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Parameter
protected  org.eclipse.emf.common.util.EList<Parameter> IterationImpl.ownedAccumulators
          The cached value of the 'Owned Accumulator' containment reference list.
protected  org.eclipse.emf.common.util.EList<Parameter> IterationImpl.ownedIterators
          The cached value of the 'Owned Iterator' containment reference list.
protected  org.eclipse.emf.common.util.EList<Parameter> OperationImpl.ownedParameters
          The cached value of the 'Owned Parameter' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Parameter
 Parameter VariableImpl.basicGetRepresentedParameter()
           
 Parameter IterationImpl.createOwnedAccumulator()
           
 Parameter IterationImpl.createOwnedIterator()
           
 Parameter OperationImpl.createOwnedParameter()
           
 Parameter PivotFactoryImpl.createParameter()
           
 Parameter VariableImpl.getRepresentedParameter()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> IterationImpl.getOwnedAccumulators()
           
 org.eclipse.emf.common.util.EList<Parameter> IterationImpl.getOwnedIterators()
           
 org.eclipse.emf.common.util.EList<Parameter> OperationImpl.getOwnedParameters()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Parameter
 void VariableImpl.setRepresentedParameter(Parameter newRepresentedParameter)
           
 

Uses of Parameter in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Parameter
 java.lang.Object PrettyPrintExprVisitor.visitParameter(Parameter object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml that return Parameter
 Parameter UML2PivotDeclarationSwitch.caseParameter(org.eclipse.uml2.uml.Parameter eObject)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Parameter
 org.eclipse.uml2.uml.Parameter Pivot2UMLDeclarationVisitor.visitParameter(Parameter pivotParameter)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Parameter
 T PivotSwitch.caseParameter(Parameter object)
          Returns the result of interpreting the object as an instance of 'Parameter'.
 boolean PivotValidator.validateParameter(Parameter parameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitParameter(Parameter object)
           
 R AbstractExtendingVisitor.visitParameter(Parameter object)
           
 R AbstractNullVisitor.visitParameter(Parameter object)
           
 R Visitor.visitParameter(Parameter object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Parameter
 java.lang.String ToStringVisitor.visitParameter(Parameter parameter)
           
 

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

Method parameters in org.eclipse.ocl.examples.xtext.base.cs2pivot with type arguments of type Parameter
protected  void BasePreOrderVisitor.OperationContinuation.refreshParameters(java.util.List<ParameterCS> csParameters, java.util.List<Parameter> pivotParameters)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type Parameter
 ElementCS BaseDeclarationVisitor.visitParameter(Parameter object)
           
 

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

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

Method parameters in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with type arguments of type Parameter
protected  void BaseLabelProvider.appendParameters(java.lang.StringBuffer s, java.util.List<Parameter> parameters)
           
 

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

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