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

Packages that use ExpressionInOCL
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.common   
org.eclipse.ocl.examples.codegen.dynamic   
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.codegen.oclinjunit   
org.eclipse.ocl.examples.debug.core   
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.stepper   
org.eclipse.ocl.examples.debug.ui.launching   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.context   
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.helper   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.library   
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.validity.locator   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.console.actions   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.markup   
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type ExpressionInOCL
 CGValuedElement AS2CGVisitor.visitExpressionInOCL(ExpressionInOCL element)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.codegen.common
 

Methods in org.eclipse.ocl.examples.codegen.common with parameters of type ExpressionInOCL
 LibraryOperation CodeGenHelper.loadClass(ExpressionInOCL query, java.io.File targetFolder, java.lang.String packageName, java.lang.String className, boolean saveSource)
          Return the <%...%> escaped name for a type.
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.codegen.dynamic
 

Methods in org.eclipse.ocl.examples.codegen.dynamic with parameters of type ExpressionInOCL
 LibraryOperation JavaGenModelCodeGenHelper.loadClass(ExpressionInOCL query, java.io.File targetFolder, java.lang.String packageName, java.lang.String className, boolean saveSource)
           
 

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

Fields in org.eclipse.ocl.examples.codegen.oclinecore declared as ExpressionInOCL
protected  ExpressionInOCL OCLinEcoreCG2JavaVisitor.expInOcl
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.codegen.oclinjunit
 

Fields in org.eclipse.ocl.examples.codegen.oclinjunit declared as ExpressionInOCL
protected  ExpressionInOCL JUnitCG2JavaClassVisitor.expInOcl
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinjunit with parameters of type ExpressionInOCL
protected  CGPackage JUnitCodeGenerator.createCGPackage(ExpressionInOCL expInOcl, java.lang.String packageName, java.lang.String className)
           
protected  java.lang.String JUnitCodeGenerator.generate(ExpressionInOCL expInOcl, java.lang.String packageName, java.lang.String className)
           
static java.lang.String JUnitCodeGenerator.generateClassFile(MetaModelManager metaModelManager, ExpressionInOCL query, java.lang.String packageName, java.lang.String className)
           
 

Constructors in org.eclipse.ocl.examples.codegen.oclinjunit with parameters of type ExpressionInOCL
JUnitCG2JavaClassVisitor(JavaCodeGenerator codeGenerator, ExpressionInOCL expInOcl, java.util.List<CGValuedElement> sortedGlobals)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.debug.core
 

Methods in org.eclipse.ocl.examples.debug.core that return ExpressionInOCL
 ExpressionInOCL OCLEvaluationContext.getExpressionObject()
           
 

Constructors in org.eclipse.ocl.examples.debug.core with parameters of type ExpressionInOCL
OCLEvaluationContext(ExpressionInOCL expressionObject, org.eclipse.emf.ecore.EObject contextObject)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.debug.evaluator
 

Fields in org.eclipse.ocl.examples.debug.evaluator declared as ExpressionInOCL
protected  ExpressionInOCL OCLVMEvaluator.expressionInOCL
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator that return ExpressionInOCL
 ExpressionInOCL OCLVMEvaluator.getDebuggable()
           
 ExpressionInOCL OCLVMEvaluator.getExpressionInOCL()
           
static ExpressionInOCL OCLVMEvaluator.loadExpression(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.common.util.URI constraintURI)
           
static ExpressionInOCL OCLVMEvaluator.loadExpression(MetaModelManager metaModelManager, org.eclipse.emf.common.util.URI constraintURI, boolean keepDebug)
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator that return types with arguments of type ExpressionInOCL
 IVMEvaluationVisitor<ExpressionInOCL> OCLVMEvaluationVisitorImpl.getClonedEvaluator()
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator with parameters of type ExpressionInOCL
 IOCLVMEvaluationEnvironment OCLVMEnvironmentFactory.createEvaluationEnvironment(IVMModelManager modelManager, ExpressionInOCL expressionInOCL)
           
 java.lang.Object OCLVMEvaluationVisitor.evaluate(ExpressionInOCL expressionInOCL)
           
 java.lang.Object OCLVMEvaluationVisitorDecorator.evaluate(ExpressionInOCL expressionInOCL)
          Delegates to my decorated visitor.
 

Constructors in org.eclipse.ocl.examples.debug.evaluator with parameters of type ExpressionInOCL
OCLVMEvaluator(OCLVMEnvironmentFactory envFactory, ExpressionInOCL expressionInOCL, org.eclipse.emf.ecore.EObject context)
           
OCLVMRootEvaluationEnvironment(MetaModelManager metaModelManager, IVMModelManager modelManager, ExpressionInOCL expressionInOCL, long id)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.debug.stepper
 

Methods in org.eclipse.ocl.examples.debug.stepper with parameters of type ExpressionInOCL
 IStepper OCLStepperVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.debug.ui.launching
 

Methods in org.eclipse.ocl.examples.debug.ui.launching with parameters of type ExpressionInOCL
protected  java.lang.String MainTab.getDisplayString(ExpressionInOCL expressionInOCL)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return ExpressionInOCL
 ExpressionInOCL PivotFactory.createExpressionInOCL()
          Returns a new object of class 'Expression In OCL'.
 ExpressionInOCL OpaqueExpression.getExpressionInOCL()
          Returns the value of the 'Expression In OCL' containment reference.
 ExpressionInOCL OCL.getSpecification(Constraint constraint)
          Return the Constraint specification as an ExpressionInOCL, parsing any OpaqueExpression that may be encountered.
 ExpressionInOCL OpaqueExpression.getValidExpressionInOCL()
           
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type ExpressionInOCL
 boolean OCL.check(java.lang.Object context, ExpressionInOCL specification)
          Checks whether a constraint, specified simply as an OCL expression, is satisfied by an object.
 EvaluationVisitor AbstractEnvironmentFactory.createEvaluationVisitor(Environment environment, java.lang.Object context, ExpressionInOCL expression, DomainModelManager modelManager)
           
 EvaluationVisitor EnvironmentFactory.createEvaluationVisitor(Environment environment, java.lang.Object context, ExpressionInOCL expression, DomainModelManager modelManager)
          Creates a new evaluation visitor, for the evaluation of an OCL expression on a context using an environment and a modelManager.
 EvaluationVisitor OCL.createEvaluationVisitor(java.lang.Object context, ExpressionInOCL expression)
          Creates a new evaluation visitor, for the evaluation of an OCL expression in a context.
 Query OCL.createQuery(ExpressionInOCL specification)
          Creates a new Query encapsulating a query expression with the current environment and extent map.
 java.lang.Object OCL.evaluate(java.lang.Object context, ExpressionInOCL expression)
          Evaluates a query expression on a context object (which is bound to the self variable).
 void OpaqueExpression.setExpressionInOCL(ExpressionInOCL value)
          Sets the value of the 'Expression In OCL' containment reference.
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.pivot.context
 

Methods in org.eclipse.ocl.examples.pivot.context that return ExpressionInOCL
 ExpressionInOCL AbstractParserContext.getExpression(BaseResource resource)
           
 ExpressionInOCL ParserContext.getExpression(BaseResource resource)
          Extract an Abstract Syntax ExpressionInOCL fronm a Concrete Syntax resource.
 ExpressionInOCL AbstractParserContext.parse(org.eclipse.emf.ecore.EObject owner, java.lang.String expression)
           
 ExpressionInOCL ParserContext.parse(org.eclipse.emf.ecore.EObject owner, java.lang.String expression)
          Create an Abstract Syntax ExpressionInOCL containing the parsed expression on behalf of a potential owner.
 ExpressionInOCL AbstractParserContext.parse(java.lang.String expression)
          Deprecated. 
 ExpressionInOCL ParserContext.parse(java.lang.String expression)
          Deprecated. specify owner/owningList for use in diagnostics
 

Methods in org.eclipse.ocl.examples.pivot.context with parameters of type ExpressionInOCL
 void AbstractParserContext.initialize(Base2PivotConversion conversion, ExpressionInOCL expression)
           
 void ClassContext.initialize(Base2PivotConversion conversion, ExpressionInOCL expression)
           
 void EClassContext.initialize(Base2PivotConversion conversion, ExpressionInOCL expression)
           
 void EInvocationContext.initialize(Base2PivotConversion conversion, ExpressionInOCL expression)
           
 void EObjectContext.initialize(Base2PivotConversion conversion, ExpressionInOCL expression)
           
 void OperationContext.initialize(Base2PivotConversion conversion, ExpressionInOCL expression)
           
 void ParserContext.initialize(Base2PivotConversion conversion, ExpressionInOCL expression)
          Callback to initialize the ExpressionInOCL with the derived context such as a contextvariable for the self type, parameter and result variables.
 void AbstractBase2PivotConversion.setClassifierContext(ExpressionInOCL pivotSpecification, Type contextType)
           
 void Base2PivotConversion.setClassifierContext(ExpressionInOCL pivotSpecification, Type contextType)
           
 void AbstractBase2PivotConversion.setContextVariable(ExpressionInOCL pivotSpecification, java.lang.String selfVariableName, Type contextType)
           
 void Base2PivotConversion.setContextVariable(ExpressionInOCL pivotSpecification, java.lang.String selfVariableName, Type contextType)
           
 void AbstractBase2PivotConversion.setOperationContext(ExpressionInOCL pivotSpecification, Operation contextOperation, java.lang.String resultName)
           
 void AbstractBase2PivotConversion.setParameterVariables(ExpressionInOCL pivotSpecification, java.util.List<Parameter> parameters)
           
 void Base2PivotConversion.setParameterVariables(ExpressionInOCL pivotSpecification, java.util.List<Parameter> parameters)
           
 void AbstractBase2PivotConversion.setParameterVariables(ExpressionInOCL pivotSpecification, java.util.Map<java.lang.String,Type> parameters)
           
 void Base2PivotConversion.setParameterVariables(ExpressionInOCL pivotSpecification, java.util.Map<java.lang.String,Type> parameters)
           
 void AbstractBase2PivotConversion.setPropertyContext(ExpressionInOCL pivotSpecification, Property contextProperty)
           
 void AbstractBase2PivotConversion.setResultVariable(ExpressionInOCL pivotSpecification, Operation contextOperation, java.lang.String resultName)
           
 void Base2PivotConversion.setResultVariable(ExpressionInOCL pivotSpecification, Operation contextOperation, java.lang.String resultName)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.delegate that return ExpressionInOCL
protected  ExpressionInOCL AbstractDelegatedBehavior.getExpressionInOCL(ClassContext parserContext, Constraint constraint)
           
protected  ExpressionInOCL AbstractDelegatedBehavior.getExpressionInOCL(ClassContext parserContext, OpaqueExpression specification)
           
 ExpressionInOCL OCLInvocationDelegate.getExpressionInOCL(MetaModelManager metaModelManager, Constraint constraint)
           
 ExpressionInOCL OCLValidationDelegate.getExpressionInOCL(MetaModelManager metaModelManager, Constraint constraint)
           
 ExpressionInOCL InvocationBehavior.getExpressionInOCL(MetaModelManager metaModelManager, Operation operation)
          Return the operation body associated with operation, if necessary using ocl to create the relevant parsing environment for a textual definition.
 ExpressionInOCL SettingBehavior.getExpressionInOCL(MetaModelManager metaModelManager, Property property)
          Return the feature body associated with structuralFeature, if necessary using ocl to create the relevant parsing environment for a textual definition..
 

Methods in org.eclipse.ocl.examples.pivot.delegate with parameters of type ExpressionInOCL
protected  boolean OCLValidationDelegate.validateExpressionInOCL(org.eclipse.emf.ecore.EClassifier eClassifier, java.lang.Object value, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context, java.lang.String constraintName, java.lang.String source, int code, ExpressionInOCL query)
           
 

Constructors in org.eclipse.ocl.examples.pivot.delegate with parameters of type ExpressionInOCL
OCLValidationDelegate.CheckingConstraintEvaluator(org.eclipse.emf.ecore.EClassifier eClassifier, ExpressionInOCL query)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type ExpressionInOCL
 java.lang.Object EvaluationVisitor.evaluate(ExpressionInOCL expressionInOCL)
           
 java.lang.Object EvaluationVisitorImpl.evaluate(ExpressionInOCL expressionInOCL)
           
 java.lang.Object TracingEvaluationVisitor.evaluate(ExpressionInOCL expressionInOCL)
           
 java.lang.Object AbstractEvaluationVisitorDecorator.visitExpressionInOCL(ExpressionInOCL expression)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitExpressionInOCL(ExpressionInOCL expression)
           
 java.lang.Object TracingEvaluationVisitor.visitExpressionInOCL(ExpressionInOCL expression)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.helper that return ExpressionInOCL
 ExpressionInOCL OCLHelper.createBodyCondition(java.lang.String expression)
          Creates an operation body.
 ExpressionInOCL OCLHelperImpl.createBodyCondition(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createDerivedValueExpression(java.lang.String expression)
          Creates a property derived value expression.
 ExpressionInOCL OCLHelperImpl.createDerivedValueExpression(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createInvariant(java.lang.String expression)
          Creates an invariant constraint in the current classifier context.
 ExpressionInOCL OCLHelperImpl.createInvariant(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createPostcondition(java.lang.String expression)
          Creates an operation postcondition constraint.
 ExpressionInOCL OCLHelperImpl.createPostcondition(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createPrecondition(java.lang.String expression)
          Creates an operation precondition constraint.
 ExpressionInOCL OCLHelperImpl.createPrecondition(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createQuery(java.lang.String expression)
          Creates a query expression in the current classifier context.
 ExpressionInOCL OCLHelperImpl.createQuery(java.lang.String expression)
           
protected  ExpressionInOCL OCLHelperImpl.createSpecification(java.lang.String expression)
           
 

Methods in org.eclipse.ocl.examples.pivot.helper with parameters of type ExpressionInOCL
static java.lang.Object HelperUtil.getConstraintContext(Environment env, java.lang.Object element, ExpressionInOCL expr)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement ExpressionInOCL
 class ExpressionInOCLImpl
          An implementation of the model object 'Expression In Ocl'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as ExpressionInOCL
protected  ExpressionInOCL OpaqueExpressionImpl.expressionInOCL
          The cached value of the 'Expression In OCL' containment reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ExpressionInOCL
 ExpressionInOCL PivotFactoryImpl.createExpressionInOCL()
           
 ExpressionInOCL ExpressionInOCLImpl.getExpressionInOCL()
           
 ExpressionInOCL OpaqueExpressionImpl.getExpressionInOCL()
           
 ExpressionInOCL OpaqueExpressionImpl.getValidExpressionInOCL()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type ExpressionInOCL
 org.eclipse.emf.common.notify.NotificationChain OpaqueExpressionImpl.basicSetExpressionInOCL(ExpressionInOCL newExpressionInOCL, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void OpaqueExpressionImpl.setExpressionInOCL(ExpressionInOCL newExpressionInOCL)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.pivot.library
 

Fields in org.eclipse.ocl.examples.pivot.library declared as ExpressionInOCL
protected  ExpressionInOCL ConstrainedProperty.expression
           
protected  ExpressionInOCL ConstrainedOperation.expressionInOCL
           
 

Constructors in org.eclipse.ocl.examples.pivot.library with parameters of type ExpressionInOCL
ConstrainedOperation(ExpressionInOCL expressionInOCL)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type ExpressionInOCL
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 

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

Constructors in org.eclipse.ocl.examples.pivot.uml with parameters of type ExpressionInOCL
UMLOCLEValidator.ConstraintEvaluatorWithDiagnostics(ExpressionInOCL expression, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, org.eclipse.emf.ecore.EObject diagnosticEObject, boolean mayUseNewLines)
           
UMLOCLEValidator.ConstraintEvaluatorWithoutDiagnostics(ExpressionInOCL expression)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type ExpressionInOCL
 T1 PivotSwitch.caseExpressionInOCL(ExpressionInOCL object)
          Returns the result of interpreting the object as an instance of 'Expression In OCL'.
 boolean PivotValidator.validateExpressionInOCL(ExpressionInOCL expressionInOCL, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 R AbstractExtendingVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 R AbstractNullVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 R AbstractWrappingVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 R Visitor.visitExpressionInOCL(ExpressionInOCL object)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.utilities declared as ExpressionInOCL
protected  ExpressionInOCL ConstraintEvaluator.expression
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return ExpressionInOCL
static ExpressionInOCL PivotUtil.createExpressionInOCLError(java.lang.String string)
           
static ExpressionInOCL PivotUtil.getContainingExpressionInOCL(Element element)
           
static ExpressionInOCL PivotUtil.getExpressionInOCL(NamedElement contextElement, OpaqueExpression specification)
          Return an OCL AST from a ValueSpecification in the context of a NamedElement.
static ExpressionInOCL PivotUtil.getExpressionInOCL(NamedElement contextElement, java.lang.String expression)
          Return an OCL AST from a string in the context of a NamedElement.
static ExpressionInOCL PivotUtil.getValidExpressionInOCL(NamedElement contextElement, java.lang.String expression)
          Return an OCL AST from a string in the context of a NamedElement.
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type ExpressionInOCL
static void PivotUtil.checkExpression(ExpressionInOCL expressionInOCL)
          Check that expressionInOCL was successfully compiled.
static void PivotUtil.setBody(ExpressionInOCL expressionInOCL, OCLExpression oclExpression, java.lang.String stringExpression)
          Define oclExpression as the bodyExpression of an expressionInOCL, and if non-null also define stringExpression as the OCL-languaged body.
static void PivotUtil.setMessage(ExpressionInOCL expressionInOCL, OCLExpression oclExpression, java.lang.String stringExpression)
          Deprecated. 
 java.lang.Object AS2MonikerVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 java.lang.String ToStringVisitor.visitExpressionInOCL(ExpressionInOCL expression)
          Renders an ExpressionInOCL with its context variables and body.
 

Constructors in org.eclipse.ocl.examples.pivot.utilities with parameters of type ExpressionInOCL
ConstraintEvaluator(ExpressionInOCL expression)
          Construct an helper for the evaluation of an expression
QueryImpl(OCL ocl, ExpressionInOCL specification)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.validity.locator
 

Fields in org.eclipse.ocl.examples.validity.locator declared as ExpressionInOCL
protected  ExpressionInOCL PivotUIConstraintLocator.DebugStarter.constraint
           
 

Methods in org.eclipse.ocl.examples.validity.locator that return ExpressionInOCL
protected  ExpressionInOCL AbstractPivotConstraintLocator.getQuery(Constraint constraint)
           
protected  ExpressionInOCL DelegateUIConstraintLocator.DebugStarter.loadExpression(org.eclipse.core.runtime.IProgressMonitor monitor, BaseCSResource csResource)
          Extract the embedded ExpressionInOCL.
protected  ExpressionInOCL UMLUIConstraintLocator.DebugStarter.loadExpression(org.eclipse.core.runtime.IProgressMonitor monitor, BaseCSResource csResource)
          Extract the embedded ExpressionInOCL.
 

Methods in org.eclipse.ocl.examples.validity.locator with parameters of type ExpressionInOCL
protected  EvaluationVisitor AbstractPivotConstraintLocator.createEvaluationVisitor(MetaModelManager metaModelManager, ExpressionInOCL query, java.lang.Object contextObject, org.eclipse.emf.common.util.Monitor monitor)
           
protected  org.eclipse.debug.core.ILaunch DelegateUIConstraintLocator.DebugStarter.launchDebugger(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.emf.ecore.EObject contextObject, ExpressionInOCL expressionInOCL)
          Create and launch an internal launch configuration to debug expressionInOCL applied to contextObject.
protected  org.eclipse.debug.core.ILaunch PivotUIConstraintLocator.DebugStarter.launchDebugger(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.emf.ecore.EObject contextObject, ExpressionInOCL expressionInOCL)
          Create and launch an internal launch configuration to debug expressionInOCL applied to contextObject.
protected  org.eclipse.debug.core.ILaunch UMLUIConstraintLocator.DebugStarter.launchDebugger(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.emf.ecore.EObject contextObject, ExpressionInOCL expressionInOCL)
          Create and launch an internal launch configuration to debug expressionInOCL applied to contextObject.
 

Constructors in org.eclipse.ocl.examples.validity.locator with parameters of type ExpressionInOCL
AbstractPivotConstraintLocator.AbstractConstraintLocator(MetaModelManager metaModelManager, ExpressionInOCL expression, java.lang.Object object)
           
PivotUIConstraintLocator.DebugStarter(org.eclipse.swt.widgets.Shell shell, MetaModelManager metaModelManager, org.eclipse.emf.ecore.EObject contextObject, ExpressionInOCL constraint)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ExpressionInOCL
 void CS2PivotConversion.refreshContextVariable(ExpressionInOCL pivotSpecification)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with parameters of type ExpressionInOCL
 ElementCS CompleteOCLDeclarationVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.xtext.console.actions
 

Methods in org.eclipse.ocl.examples.xtext.console.actions that return ExpressionInOCL
protected  ExpressionInOCL DebugAction.DebugStarter.loadExpression(org.eclipse.core.runtime.IProgressMonitor monitor, BaseCSResource csResource)
          Extract the embedded ExpressionInOCL.
 

Methods in org.eclipse.ocl.examples.xtext.console.actions with parameters of type ExpressionInOCL
protected  org.eclipse.debug.core.ILaunch DebugAction.DebugStarter.launchDebugger(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.emf.ecore.EObject contextObject, ExpressionInOCL expressionInOCL)
          Create and launch an internal launch configuration to debug expressionInOCL applied to contextObject.
 

Uses of ExpressionInOCL in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type ExpressionInOCL
 ElementCS EssentialOCLDeclarationVisitor.visitExpressionInOCL(ExpressionInOCL object)
           
 

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

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

Uses of ExpressionInOCL in org.eclipse.ocl.examples.xtext.markup
 

Methods in org.eclipse.ocl.examples.xtext.markup that return ExpressionInOCL
protected  ExpressionInOCL MarkupToHTML.createQuery(java.lang.String oclString)