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

U

uml - Variable in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
UMLAdapterFactory - Class in org.eclipse.ocl.uml.util
The Adapter Factory for the model.
UMLAdapterFactory() - Constructor for class org.eclipse.ocl.uml.util.UMLAdapterFactory
Creates an instance of the adapter factory
UMLEnvironment - Class in org.eclipse.ocl.uml
Implementation of the Environment for parsing OCL expressions on UML models.
UMLEnvironment(EPackage.Registry, ResourceSet) - Constructor for class org.eclipse.ocl.uml.UMLEnvironment
Initializes me with a package registry for looking up the Ecore representations of UML packages and a resource set for looking up UML packages in UML resources.
UMLEnvironment(EPackage.Registry, ResourceSet, Resource) - Constructor for class org.eclipse.ocl.uml.UMLEnvironment
Initializes me with a package registry for looking up the Ecore representations of UML packages, a resource set for looking up UML packages in UML resources, and a resource from which to load myself.
UMLEnvironment(Environment<Package, Classifier, Operation, Property, EnumerationLiteral, Parameter, State, CallOperationAction, SendSignalAction, Constraint, Class, EObject>) - Constructor for class org.eclipse.ocl.uml.UMLEnvironment
Initializes me with a parent environment.
UMLEnvironmentFactory - Class in org.eclipse.ocl.uml
Implementation of the EnvironmentFactory for parsing OCL expressions on UML models.
UMLEnvironmentFactory() - Constructor for class org.eclipse.ocl.uml.UMLEnvironmentFactory
Initializes me.
UMLEnvironmentFactory(ResourceSet) - Constructor for class org.eclipse.ocl.uml.UMLEnvironmentFactory
Initializes me with a resource set that the environments I create will use (along with its package registry) to look up UML packages and their Ecore definitions.
UMLEnvironmentFactory(EPackage.Registry, ResourceSet) - Constructor for class org.eclipse.ocl.uml.UMLEnvironmentFactory
Initializes me with a resource set and package registry that the environments I create will use to look up UML packages and their Ecore definitions.
UMLEvaluationEnvironment - Class in org.eclipse.ocl.uml
Implementation of the EvaluationEnvironment for evaluation of OCL expressions on instances of UML models (i.e., on M0 models).
UMLEvaluationEnvironment(UMLEnvironmentFactory) - Constructor for class org.eclipse.ocl.uml.UMLEvaluationEnvironment
Initializes me.
UMLEvaluationEnvironment(EvaluationEnvironment<Classifier, Operation, Property, Class, EObject>) - Constructor for class org.eclipse.ocl.uml.UMLEvaluationEnvironment
Initializes me with my parent evaluation environment (nesting scope).
UMLEvaluationOptions - Class in org.eclipse.ocl.uml.options
Options applicable to the UMLEvaluationEnvironment to customize its evaluation behaviour.
UMLFactory - Interface in org.eclipse.ocl.uml
The Factory for the model.
UMLFactoryImpl - Class in org.eclipse.ocl.uml.impl
An implementation of the model Factory
UMLFactoryImpl() - Constructor for class org.eclipse.ocl.uml.impl.UMLFactoryImpl
Creates an instance of the factory
UMLOCLStandardLibrary - Class in org.eclipse.ocl.uml
An extensible implementation of the OCLStandardLibrary which provides the OCL Standard Library predefined M1 types and the associated operations related to them.
UMLOCLStandardLibrary() - Constructor for class org.eclipse.ocl.uml.UMLOCLStandardLibrary
 
UMLPackage - Interface in org.eclipse.ocl.uml
The Package for the model.
UMLPackage.Literals - Interface in org.eclipse.ocl.uml
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type UMLPackageImpl - Class in org.eclipse.ocl.uml.impl
An implementation of the model Package
UMLParsingOptions - Class in org.eclipse.ocl.uml.options
Options applicable to the UMLEnvironment to customize its parsing behaviour.
UMLReflection<PK,C,O,P,EL,PM,S,COA,SSA,CT> - Interface in org.eclipse.ocl.utilities
An interface providing reflection service for the metaclasses that the OCL borrows from UML.
UMLSwitch<T> - Class in org.eclipse.ocl.uml.util
The Switch for the model's inheritance hierarchy.
UMLSwitch() - Constructor for class org.eclipse.ocl.uml.util.UMLSwitch
Creates an instance of the switch
UMLValidator - Class in org.eclipse.ocl.uml.util
The Validator for the model
UMLValidator() - Constructor for class org.eclipse.ocl.uml.util.UMLValidator
Creates an instance of the switch
umlValidator - Variable in class org.eclipse.ocl.uml.util.UMLValidator
The cached base package validator
undefine(Object) - Method in class org.eclipse.ocl.ecore.EcoreEnvironment
 
undefine(Object) - Method in interface org.eclipse.ocl.Environment
Removes the definition of an additional operation or property.
undefine(Object) - Method in class org.eclipse.ocl.uml.UMLEnvironment
 
unescape(String) - Static method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Obtains the unescaped name (assuming that it is escaped) for another attempt to look it up.
unescape(IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
Escaping support based on the QVT specification (8.4.3).
UNESCAPED_STRING_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
The default value of the 'Unescaped String Symbol' attribute
unescapedStringSymbol - Variable in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
The cached value of the 'Unescaped String Symbol' attribute
UnicodeSupport - Class in org.eclipse.ocl.util
A proxy interface to isolate dependencies on the ICU4J library for internationalization/UNICODE support.
union(Collection<? extends E>, Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::union(set : Set(T)) : Set(T) Set::union(bag : Bag(T)) : Bag(T) Bag::union(set : Set(T)) : Bag(T) Bag::union(bag : Bag(T)) : Bag(T) Sequence::union(s : Sequence(T)) : Sequence(T) operations.
UNION - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
UNION_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
UNLIMITED - Static variable in interface org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp
Java value denoting the OCL unlimited value.
UNLIMITED_EDEFAULT - Static variable in class org.eclipse.ocl.ecore.impl.UnlimitedNaturalLiteralExpImpl
The default value of the 'Unlimited' attribute
UNLIMITED_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
The default value of the 'Unlimited' attribute
UNLIMITED_EDEFAULT - Static variable in class org.eclipse.ocl.uml.impl.UnlimitedNaturalLiteralExpImpl
The default value of the 'Unlimited' attribute
UNLIMITED_NATURAL - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Unlimited Natural' literal value
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.ecore.EcorePackage.Literals
The meta object literal for the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The meta object id for the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.uml.UMLPackage.Literals
The meta object literal for the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The meta object id for the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP__CLIENT_DEPENDENCY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Client Dependency' reference list
UNLIMITED_NATURAL_LITERAL_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
UNLIMITED_NATURAL_LITERAL_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'EAnnotations' containment reference list
UNLIMITED_NATURAL_LITERAL_EXP__EGENERIC_TYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
UNLIMITED_NATURAL_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'End Position' attribute
UNLIMITED_NATURAL_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute
UNLIMITED_NATURAL_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'End Position' attribute
UNLIMITED_NATURAL_LITERAL_EXP__ETYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EType' reference
UNLIMITED_NATURAL_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Integer Symbol' attribute
UNLIMITED_NATURAL_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Integer Symbol' attribute feature
UNLIMITED_NATURAL_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Integer Symbol' attribute
UNLIMITED_NATURAL_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Integer Symbol' attribute
UNLIMITED_NATURAL_LITERAL_EXP__LOWER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
UNLIMITED_NATURAL_LITERAL_EXP__MANY - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Many' attribute
UNLIMITED_NATURAL_LITERAL_EXP__NAME - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Name' attribute
UNLIMITED_NATURAL_LITERAL_EXP__NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name' attribute
UNLIMITED_NATURAL_LITERAL_EXP__NAME_EXPRESSION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name Expression' containment reference
UNLIMITED_NATURAL_LITERAL_EXP__NAMESPACE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Namespace' reference
UNLIMITED_NATURAL_LITERAL_EXP__NATURAL_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Natural Type' of 'Unlimited Natural Literal Exp'
UNLIMITED_NATURAL_LITERAL_EXP__ORDERED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Ordered' attribute
UNLIMITED_NATURAL_LITERAL_EXP__OWNED_COMMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Comment' containment reference list
UNLIMITED_NATURAL_LITERAL_EXP__OWNED_ELEMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Element' reference list
UNLIMITED_NATURAL_LITERAL_EXP__OWNER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owner' reference
UNLIMITED_NATURAL_LITERAL_EXP__QUALIFIED_NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Qualified Name' attribute
UNLIMITED_NATURAL_LITERAL_EXP__REQUIRED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Required' attribute
UNLIMITED_NATURAL_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Start Position' attribute
UNLIMITED_NATURAL_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute
UNLIMITED_NATURAL_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Start Position' attribute
UNLIMITED_NATURAL_LITERAL_EXP__TYPE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Type' reference
UNLIMITED_NATURAL_LITERAL_EXP__UNIQUE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Unique' attribute
UNLIMITED_NATURAL_LITERAL_EXP__UNLIMITED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Unlimited' attribute
UNLIMITED_NATURAL_LITERAL_EXP__UNLIMITED - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Unlimited' attribute feature
UNLIMITED_NATURAL_LITERAL_EXP__UNLIMITED - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Unlimited' attribute
UNLIMITED_NATURAL_LITERAL_EXP__UNLIMITED - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Unlimited' attribute
UNLIMITED_NATURAL_LITERAL_EXP__UPPER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
UNLIMITED_NATURAL_LITERAL_EXP__VISIBILITY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Visibility' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Unlimited Natural Literal Exp CS' class
UNLIMITED_NATURAL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Unlimited Natural Literal Exp CS' class
UNLIMITED_NATURAL_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Integer Symbol' attribute feature
UNLIMITED_NATURAL_LITERAL_EXP_CS__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Integer Symbol' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Symbol' attribute
UNLIMITED_NATURAL_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Unlimited Natural Literal Exp CS' class
UNLIMITED_NATURAL_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The number of structural features of the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The number of structural features of the 'Unlimited Natural Literal Exp' class
UNLIMITED_NATURAL_NAME - Static variable in interface org.eclipse.ocl.types.PrimitiveType
 
UnlimitedNaturalLiteralExp - Interface in org.eclipse.ocl.ecore
A representation of the model object 'Unlimited Natural Literal Exp'
UnlimitedNaturalLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Unlimited Natural Literal Exp'
UnlimitedNaturalLiteralExp - Interface in org.eclipse.ocl.uml
A representation of the model object 'Unlimited Natural Literal Exp'
UnlimitedNaturalLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Unlimited Natural Literal Exp CS'
unlimitedNaturalLiteralExpCS(UnlimitedNaturalLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
UnlimitedNaturalLiteralExpCS
UnlimitedNaturalLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Unlimited Natural Literal Exp CS'
UnlimitedNaturalLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
UnlimitedNaturalLiteralExpImpl - Class in org.eclipse.ocl.ecore.impl
An implementation of the model object 'Unlimited Natural Literal Exp'
UnlimitedNaturalLiteralExpImpl() - Constructor for class org.eclipse.ocl.ecore.impl.UnlimitedNaturalLiteralExpImpl
 
UnlimitedNaturalLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Unlimited Natural Literal Exp'
UnlimitedNaturalLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
UnlimitedNaturalLiteralExpImpl - Class in org.eclipse.ocl.uml.impl
An implementation of the model object 'Unlimited Natural Literal Exp'
UnlimitedNaturalLiteralExpImpl() - Constructor for class org.eclipse.ocl.uml.impl.UnlimitedNaturalLiteralExpImpl
 
UnlimitedNaturalLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Unlimited Natural Literal Exp' model objects
UnlimitedNaturalLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.UnlimitedNaturalLiteralExpOperations
 
UNPARSER - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in un-parsing an OCL expression or constraint.
unquote(String) - Method in class org.eclipse.ocl.lpg.AbstractParser
Removes the "s surrounding a quoted string, if any.
UNRELATED_TYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Result of UMLReflection.getRelationship(C, C) indicating that the first classifier is not related by generalization to the second classifier (being different from it and neither a subtype nor a supertype).
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.ecore.EcorePackage.Literals
The meta object literal for the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The meta object id for the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.uml.UMLPackage.Literals
The meta object literal for the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The meta object id for the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP__CLIENT_DEPENDENCY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Client Dependency' reference list
UNSPECIFIED_VALUE_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
UNSPECIFIED_VALUE_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'EAnnotations' containment reference list
UNSPECIFIED_VALUE_EXP__EGENERIC_TYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
UNSPECIFIED_VALUE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'End Position' attribute
UNSPECIFIED_VALUE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute
UNSPECIFIED_VALUE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'End Position' attribute
UNSPECIFIED_VALUE_EXP__ETYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EType' reference
UNSPECIFIED_VALUE_EXP__LOWER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
UNSPECIFIED_VALUE_EXP__MANY - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Many' attribute
UNSPECIFIED_VALUE_EXP__NAME - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Name' attribute
UNSPECIFIED_VALUE_EXP__NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name' attribute
UNSPECIFIED_VALUE_EXP__NAME_EXPRESSION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name Expression' containment reference
UNSPECIFIED_VALUE_EXP__NAMESPACE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Namespace' reference
UNSPECIFIED_VALUE_EXP__ORDERED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Ordered' attribute
UNSPECIFIED_VALUE_EXP__OWNED_COMMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Comment' containment reference list
UNSPECIFIED_VALUE_EXP__OWNED_ELEMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Element' reference list
UNSPECIFIED_VALUE_EXP__OWNER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owner' reference
UNSPECIFIED_VALUE_EXP__QUALIFIED_NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Qualified Name' attribute
UNSPECIFIED_VALUE_EXP__REQUIRED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Required' attribute
UNSPECIFIED_VALUE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Start Position' attribute
UNSPECIFIED_VALUE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute
UNSPECIFIED_VALUE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Start Position' attribute
UNSPECIFIED_VALUE_EXP__TYPE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Type' reference
UNSPECIFIED_VALUE_EXP__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Type End Position' attribute
UNSPECIFIED_VALUE_EXP__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type End Position' attribute
UNSPECIFIED_VALUE_EXP__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Type End Position' attribute
UNSPECIFIED_VALUE_EXP__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Type Start Position' attribute
UNSPECIFIED_VALUE_EXP__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type Start Position' attribute
UNSPECIFIED_VALUE_EXP__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Type Start Position' attribute
UNSPECIFIED_VALUE_EXP__UNIQUE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Unique' attribute
UNSPECIFIED_VALUE_EXP__UPPER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
UNSPECIFIED_VALUE_EXP__VISIBILITY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Visibility' attribute
UNSPECIFIED_VALUE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The number of structural features of the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Unspecified Value Exp' class
UNSPECIFIED_VALUE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The number of structural features of the 'Unspecified Value Exp' class
UnspecifiedValueExp - Interface in org.eclipse.ocl.ecore
A representation of the model object 'Unspecified Value Exp'
UnspecifiedValueExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Unspecified Value Exp'
UnspecifiedValueExp - Interface in org.eclipse.ocl.uml
A representation of the model object 'Unspecified Value Exp'
UnspecifiedValueExpImpl - Class in org.eclipse.ocl.ecore.impl
An implementation of the model object 'Unspecified Value Exp'
UnspecifiedValueExpImpl() - Constructor for class org.eclipse.ocl.ecore.impl.UnspecifiedValueExpImpl
 
UnspecifiedValueExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Unspecified Value Exp'
UnspecifiedValueExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
UnspecifiedValueExpImpl - Class in org.eclipse.ocl.uml.impl
An implementation of the model object 'Unspecified Value Exp'
UnspecifiedValueExpImpl() - Constructor for class org.eclipse.ocl.uml.impl.UnspecifiedValueExpImpl
 
USE_BACKSLASH_ESCAPE_PROCESSING - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to process backslash escape sequences ( \n, \r, etc.) the way it is done in Java or not to perform such processing to support backwards compatibility.
USE_COMPARE_TO_OPERATION - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to interpolate <, <=, >, and >= operations when a model type defines a Java-style compareTo(...)
UtilitiesAdapterFactory - Class in org.eclipse.ocl.utilities.util
The Adapter Factory for the model.
UtilitiesAdapterFactory() - Constructor for class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates an instance of the adapter factory
UtilitiesFactory - Interface in org.eclipse.ocl.utilities
The Factory for the model.
UtilitiesFactoryImpl - Class in org.eclipse.ocl.utilities.impl
An implementation of the model Factory
UtilitiesFactoryImpl() - Constructor for class org.eclipse.ocl.utilities.impl.UtilitiesFactoryImpl
Creates an instance of the factory
UtilitiesPackage - Interface in org.eclipse.ocl.utilities
The Package for the model.
UtilitiesPackage.Literals - Interface in org.eclipse.ocl.utilities
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type UtilitiesPackageImpl - Class in org.eclipse.ocl.utilities.impl
An implementation of the model Package
UtilitiesSwitch<T1> - Class in org.eclipse.ocl.utilities.util
The Switch for the model's inheritance hierarchy.
UtilitiesSwitch() - Constructor for class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Creates an instance of the switch
UTILITY - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in a utility method (not really a parsing phase).
utilityError(String, String, Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
utilityError(String, String, Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().utilityProblem with a ProblemHandler.errorSeverity.
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Convenience method typically invoking handleProblem with a utilityProblem processing phase.
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 

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