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

Packages that use Parameter
org.eclipse.ocl.examples.codegen.generator   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.context   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.model   
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.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of Parameter in org.eclipse.ocl.examples.codegen.generator
 

Methods in org.eclipse.ocl.examples.codegen.generator with parameters of type Parameter
 org.eclipse.emf.codegen.ecore.genmodel.GenParameter AbstractGenModelHelper.getGenParameter(Parameter parameter)
           
 org.eclipse.emf.codegen.ecore.genmodel.GenParameter GenModelHelper.getGenParameter(Parameter parameter)
           
 

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.
 Parameter TypedMultiplicityElement.makeParameter()
           
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Parameter
 java.util.List<Parameter> Iteration.getOwnedAccumulator()
          Returns the value of the 'Owned Accumulator' containment reference list.
 java.util.List<Parameter> Iteration.getOwnedIterator()
          Returns the value of the 'Owned Iterator' containment reference list.
 java.util.List<Parameter> Operation.getOwnedParameter()
          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.context
 

Method parameters in org.eclipse.ocl.examples.pivot.context with type arguments of type Parameter
 void AbstractBase2PivotConversion.setParameterVariables(ExpressionInOCL pivotSpecification, java.util.List<Parameter> parameters)
           
 void Base2PivotConversion.setParameterVariables(ExpressionInOCL pivotSpecification, java.util.List<Parameter> parameters)
           
 

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

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.ownedAccumulator
          The cached value of the 'Owned Accumulator' containment reference list.
protected  org.eclipse.emf.common.util.EList<Parameter> IterationImpl.ownedIterator
          The cached value of the 'Owned Iterator' containment reference list.
protected  org.eclipse.emf.common.util.EList<Parameter> OperationImpl.ownedParameter
          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()
           
 Parameter TypedMultiplicityElementImpl.makeParameter()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Parameter
 java.util.List<Parameter> IterationImpl.getOwnedAccumulator()
           
 java.util.List<Parameter> IterationImpl.getOwnedIterator()
           
 java.util.List<Parameter> OperationImpl.getOwnedParameter()
           
 

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.manager
 

Method parameters in org.eclipse.ocl.examples.pivot.manager with type arguments of type Parameter
protected  void MetaModelManager.resolveAllOperations(java.util.Set<Operation> allOperations, Type forType, boolean selectStatic, java.lang.String operationName, java.util.List<Parameter> parameters)
          Return all matching operations.
 

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

Methods in org.eclipse.ocl.examples.pivot.model that return Parameter
protected  Parameter AbstractContents.createParameter(java.lang.String name, Type type, boolean isRequired)
           
 

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 EssentialOCLPrettyPrintVisitor.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.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.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with parameters of type Parameter
 ElementCS CompleteOCLDeclarationVisitor.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.StringBuilder s, java.util.List<Parameter> parameters)