Uses of Interface
org.eclipse.ocl.examples.xtext.base.basecs.ParameterCS

Packages that use ParameterCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return ParameterCS
 ParameterCS BaseCSFactory.createParameterCS()
          Returns a new object of class 'Parameter CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> OperationCS.getOwnedParameter()
          Returns the value of the 'Owned Parameter' containment reference list.
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement ParameterCS
 class ParameterCSImpl
          An implementation of the model object 'Parameter CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl with type parameters of type ParameterCS
protected  org.eclipse.emf.common.util.EList<ParameterCS> OperationCSImpl.ownedParameter
          The cached value of the 'Owned Parameter' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return ParameterCS
 ParameterCS BaseCSFactoryImpl.createParameterCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> OperationCSImpl.getOwnedParameter()
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type ParameterCS
 T BaseCSSwitch.caseParameterCS(ParameterCS object)
          Returns the result of interpreting the object as an instance of 'Parameter CS'.
 boolean BaseCSValidator.validateParameterCS(ParameterCS parameterCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitParameterCS(ParameterCS object)
           
 R AbstractExtendingBaseCSVisitor.visitParameterCS(ParameterCS object)
           
 R AbstractNullBaseCSVisitor.visitParameterCS(ParameterCS object)
           
 R BaseCSVisitor.visitParameterCS(ParameterCS object)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ParameterCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitParameterCS(ParameterCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitParameterCS(ParameterCS csElement)
           
 Element BaseCSLeft2RightVisitor.visitParameterCS(ParameterCS object)
           
 Continuation<?> BaseCSPreOrderVisitor.visitParameterCS(ParameterCS csParameter)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ParameterCS
BaseCSPreOrderVisitor.ParameterContinuation(CS2PivotConversion context, ParameterCS csElement)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> DefOperationCS.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterCS> OperationContextDeclCS.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with type parameters of type ParameterCS
protected  org.eclipse.emf.common.util.EList<ParameterCS> DefOperationCSImpl.parameters
          The cached value of the 'Parameters' containment reference list.
protected  org.eclipse.emf.common.util.EList<ParameterCS> OperationContextDeclCSImpl.parameters
          The cached value of the 'Parameters' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> DefOperationCSImpl.getParameters()
           
 org.eclipse.emf.common.util.EList<ParameterCS> OperationContextDeclCSImpl.getParameters()
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.completeocl.cs2as
 

Constructor parameters in org.eclipse.ocl.examples.xtext.completeocl.cs2as with type arguments of type ParameterCS
CompleteOCLCSContainmentVisitor.OperationDeclScopeFilter(Type sourceType, java.util.List<ParameterCS> csParameters)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.completeocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type ParameterCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_DefParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=UnrestrictedName ownedType=TypeExpCS)
protected  void AbstractCompleteOCLSemanticSequencer.sequence_ParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=UnrestrictedName? ownedType=TypeExpCS)
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type ParameterCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_ParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: ( name=UnrestrictedName ownedType=TypedMultiplicityRefCS? (qualifier+='ordered' | qualifier+='!ordered' | qualifier+='unique' | qualifier+='!unique')* ownedAnnotation+=AnnotationElementCS* )
 

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

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

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCS.getOwnedAccumulator()
          Returns the value of the 'Owned Accumulator' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCS.getOwnedIterator()
          Returns the value of the 'Owned Iterator' containment reference list.
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl
 

Fields in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl with type parameters of type ParameterCS
protected  org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.ownedAccumulator
          The cached value of the 'Owned Accumulator' containment reference list.
protected  org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.ownedIterator
          The cached value of the 'Owned Iterator' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.getOwnedAccumulator()
           
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.getOwnedIterator()
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclstdlib.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type ParameterCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_AccumulatorCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=Identifier ownedType=TypedMultiplicityRefCS)
protected  void AbstractOCLstdlibSemanticSequencer.sequence_IteratorCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=Identifier ownedType=TypedMultiplicityRefCS)
protected  void AbstractOCLstdlibSemanticSequencer.sequence_ParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=Identifier ownedType=TypedMultiplicityRefCS)