A B C D E F G H I K L M N O P Q R S T U V X

D

DEF_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Def CS' class
DEF_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Def CS' class
DEF_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute
DEF_CS__DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Def Expression CS' containment reference
DEF_CS__DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Def Expression CS' containment reference feature
DEF_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute
DEF_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute
DEF_CS__INV_OR_DEF_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Inv Or Def CS' reference
DEF_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference
DEF_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute
DEF_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute
DEF_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Def CS' class
DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Def Expression CS' class
DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Def Expression CS' class
DEF_EXPRESSION_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute
DEF_EXPRESSION_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute
DEF_EXPRESSION_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute
DEF_EXPRESSION_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference
DEF_EXPRESSION_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Expression CS' containment reference feature
DEF_EXPRESSION_CS__OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Operation CS' containment reference
DEF_EXPRESSION_CS__OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Operation CS' containment reference feature
DEF_EXPRESSION_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute
DEF_EXPRESSION_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute
DEF_EXPRESSION_CS__VARIABLE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable CS' containment reference
DEF_EXPRESSION_CS__VARIABLE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variable CS' containment reference feature
DEF_EXPRESSION_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Def Expression CS' class
defaultCase(EObject) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.ocl.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.ocl.uml.util.UMLSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'EObject'
DefCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Def CS'
defCS(DefCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
DefCS
DefCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Def CS'
DefCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.DefCSImpl
 
DefExpressionCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Def Expression CS'
defExpressionCS - Variable in class org.eclipse.ocl.cst.impl.DefCSImpl
The cached value of the 'Def Expression CS' containment reference
DefExpressionCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Def Expression CS'
DefExpressionCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
defineAttribute(EClassifier, Variable<EClassifier, EParameter>, Constraint) - Method in class org.eclipse.ocl.ecore.EcoreEnvironment
 
defineAttribute(C, Variable<C, PM>, CT) - Method in interface org.eclipse.ocl.Environment
In processing an additional attribute definition, constructs the property and associates it with its definition constraint.
defineAttribute(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Defines an additional attribute in the context classifier, for use in formulating OCL queries and constraints.
defineAttribute(Classifier, Variable<Classifier, Parameter>, Constraint) - Method in class org.eclipse.ocl.uml.UMLEnvironment
 
defineOperation(EClassifier, String, EClassifier, List<Variable<EClassifier, EParameter>>, Constraint) - Method in class org.eclipse.ocl.ecore.EcoreEnvironment
 
defineOperation(C, String, C, List<Variable<C, PM>>, CT) - Method in interface org.eclipse.ocl.Environment
In processing an additional operation definition, constructs the operation and associates it with its definition constraint.
defineOperation(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Defines an additional operation in the context classifier, for use in formulating OCL queries and constraints.
defineOperation(Classifier, String, Classifier, List<Variable<Classifier, Parameter>>, Constraint) - Method in class org.eclipse.ocl.uml.UMLEnvironment
 
DEFINITION - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied definition expressions.
DEFINITION_CONSTRAINS_FEATURE - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to reference the defined property or operation in a def: expression as a constrained element of the constraint, in addition to the context classifier.
deleteElement(String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
deleteElement(String) - Method in interface org.eclipse.ocl.Environment
Removes a variable when it goes out of scope.
DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Der Value CS' class
DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Der Value CS' class
DER_VALUE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute
DER_VALUE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute
DER_VALUE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute
DER_VALUE_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference
DER_VALUE_CS__INIT_OR_DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Init Or Der Value CS' containment reference
DER_VALUE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute
DER_VALUE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute
DER_VALUE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Der Value CS' class
deregisterEnvironment(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Method in interface org.eclipse.ocl.Environment.Registry
Removes the specified environment from the registry.
DERIVATION - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied derived value expressions.
DerValueCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Der Value CS'
DerValueCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Der Value CS'
DerValueCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.DerValueCSImpl
 
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.ocl.ecore.util.EcoreValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.ocl.types.util.TypesValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.ocl.uml.util.UMLValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.ocl.ecore.util.EcoreValidator
A constant for the source of diagnostic codes from this package
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
A constant for the source of diagnostic codes from this package
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.ocl.types.util.TypesValidator
A constant for the source of diagnostic codes from this package
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.ocl.uml.util.UMLValidator
A constant for the source of diagnostic codes from this package
dispose() - Method in class org.eclipse.ocl.AbstractEnvironment
I dispose my type resolver, if it is an AbstractTypeResolver and I am the root environment (which owns the resolver).
dispose() - Method in class org.eclipse.ocl.AbstractTypeResolver
Disposes me by unloading my resource, if and only if I created it in the first place.
dispose() - Method in interface org.eclipse.ocl.Environment.Internal
Disposes of any objects that I have created that should be cleaned up.
dispose() - Method in class org.eclipse.ocl.OCL
Disposes any objects that I have created while I have been in use.
dispose(Object) - Static method in class org.eclipse.ocl.util.ObjectUtil
Disposes of the specified object.
DIV - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
DIV_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
DIVIDE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
DIVIDE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
documentCS(OCLDocumentCS, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Analyzes a top-level document CS.
doSwitch(EObject) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.eclipse.ocl.ecore.util.EcoreSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.ocl.ecore.util.EcoreSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.ocl.ecore.util.EcoreSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.eclipse.ocl.uml.util.UMLSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.ocl.uml.util.UMLSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.ocl.uml.util.UMLSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitchSuperTypes(EClass, EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
 
DOT - Static variable in enum org.eclipse.ocl.cst.DotOrArrowEnum
The 'Dot' literal value
DOT_OR_ARROW_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Dot Or Arrow Enum' enum
DOT_OR_ARROW_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Dot Or Arrow Enum' enum
DotOrArrowEnum - Enum in org.eclipse.ocl.cst
A representation of the literals of the enumeration 'Dot Or Arrow Enum', and utility methods for working with them
dumpTokens() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I K L M N O P Q R S T U V X