Uses of Interface
org.eclipse.ocl.examples.domain.ids.ParametersId

Packages that use ParametersId
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.ids.impl   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
 

Uses of ParametersId in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type ParametersId
protected  boolean OCLinEcoreTablesUtils.isLambdaParameterList(ParametersId parametersId)
           
 

Uses of ParametersId in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return ParametersId
 ParametersId DomainLambdaType.getParametersId()
           
 ParametersId DomainOperation.getParametersId()
          Return the unique identity of the ordered list of parameters of this operation.
 ParametersId DomainParameterTypes.getParametersId()
           
 

Uses of ParametersId in org.eclipse.ocl.examples.domain.ids
 

Methods in org.eclipse.ocl.examples.domain.ids that return ParametersId
 ParametersId LambdaTypeId.getParametersId()
           
 ParametersId OperationId.getParametersId()
           
static ParametersId IdManager.getParametersId(DomainType[] parameterTypes)
           
static ParametersId IdManager.getParametersId(TypeId... typeIds)
          Return the parametersId for a given type list.
 

Methods in org.eclipse.ocl.examples.domain.ids with parameters of type ParametersId
static LambdaTypeId IdManager.getLambdaTypeId(java.lang.String name, ParametersId parametersId)
          Return the named lambda typeId with the defined type parameters.
 OperationId TypeId.getOperationId(int templateParameters, java.lang.String name, ParametersId parametersId)
          Return the OperationId for an Operation of this typeId.
 

Uses of ParametersId in org.eclipse.ocl.examples.domain.ids.impl
 

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement ParametersId
 class ParametersIdImpl
          ParametersId provides a hashed list of typeIds suitable for characterizing an operation signature.
 

Fields in org.eclipse.ocl.examples.domain.ids.impl declared as ParametersId
protected  ParametersId GeneralizedLambdaTypeIdImpl.parametersId
           
protected  ParametersId GeneralizedOperationIdImpl.parametersId
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl that return ParametersId
 ParametersId GeneralizedLambdaTypeIdImpl.getParametersId()
           
 ParametersId GeneralizedOperationIdImpl.getParametersId()
           
 ParametersId SpecializedLambdaTypeIdImpl.getParametersId()
           
 ParametersId SpecializedOperationIdImpl.getParametersId()
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl with parameters of type ParametersId
 OperationId AbstractElementId.OperationIdsMap.getId(int templateParameters, java.lang.String name, ParametersId parametersId)
           
 OperationId AbstractMetaclassId.getOperationId(int templateParameters, java.lang.String name, ParametersId parametersId)
           
 OperationId AbstractTemplateableIdImpl.getOperationId(int templateParameters, java.lang.String name, ParametersId parametersId)
           
 OperationId AbstractTypeId.getOperationId(int templateParameters, java.lang.String name, ParametersId parametersId)
           
 OperationId GeneralizedTypeIdImpl.getOperationId(int templateParameters, java.lang.String name, ParametersId parametersId)
           
 OperationId TemplateParameterIdImpl.getOperationId(int templateParameters, java.lang.String name, ParametersId parametersId)
           
 boolean GeneralizedOperationIdImpl.matches(java.lang.Integer thoseTemplateParameters, java.lang.String thatName, ParametersId thatParametersId)
           
 boolean GeneralizedLambdaTypeIdImpl.matches(java.lang.String thatName, ParametersId thatParametersId)
           
protected  GeneralizedOperationIdImpl AbstractElementId.OperationIdsMap.newId(java.lang.Integer hashCode, java.lang.Integer templateParameters, java.lang.String name, ParametersId parametersId)
           
 

Constructors in org.eclipse.ocl.examples.domain.ids.impl with parameters of type ParametersId
GeneralizedLambdaTypeIdImpl(java.lang.Integer hashCode, java.lang.String name, ParametersId parametersId)
           
GeneralizedOperationIdImpl(java.lang.Integer hashCode, TypeId parentId, int templateParameters, java.lang.String name, ParametersId parametersId)
           
 

Uses of ParametersId in org.eclipse.ocl.examples.library.executor
 

Methods in org.eclipse.ocl.examples.library.executor that return ParametersId
 ParametersId ExecutorOperation.getParametersId()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ParametersId
 ParametersId LambdaTypeImpl.getParametersId()
           
 ParametersId OperationImpl.getParametersId()
           
 

Uses of ParametersId in org.eclipse.ocl.examples.pivot.manager
 

Method parameters in org.eclipse.ocl.examples.pivot.manager with type arguments of type ParametersId
 java.lang.Iterable<java.util.List<DomainOperation>> AbstractTypeServer.MapValues.apply(java.util.Map<ParametersId,java.util.List<DomainOperation>> operations)