IBM Rational Software Modeler
Release 6.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z

E

EAST - Static variable in class com.ibm.xtools.presentation.services.decorator.IDecoratorTarget.Direction
East
EDGE - Static variable in interface com.ibm.xtools.notation.NotationPackage
The meta object id for the 'Edge' class
EDGE_FEATURE_COUNT - Static variable in interface com.ibm.xtools.notation.NotationPackage
The number of structural features of the the 'Edge' class
EDGE__BENDPOINTS - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Bendpoints' containment reference
EDGE__CHILDREN - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Children' containment reference list
EDGE__DIAGRAM - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Diagram' reference
EDGE__EANNOTATIONS - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'EAnnotations' containment reference list
EDGE__ELEMENT - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Element' reference
EDGE__SOURCE - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Source' reference
EDGE__SOURCE_ANCHOR - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Source Anchor' containment reference
EDGE__SOURCE_EDGES - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Source Edges' reference list
EDGE__STYLES - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Styles' containment reference list
EDGE__TARGET - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Target' reference
EDGE__TARGET_ANCHOR - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Target Anchor' containment reference
EDGE__TARGET_EDGES - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Target Edges' reference list
EDGE__TYPE - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Type' attribute
EDGE__VISIBLE - Static variable in interface com.ibm.xtools.notation.NotationPackage
The feature id for the 'Visible' attribute
EMFEventType - class com.ibm.xtools.emf.validation.EMFEventType.
An enumeration of named EMF event types.
ENABLE_TRACE - Static variable in class com.ibm.xtools.patterns.core.PatternInstanceOption
A constant for enabling traceability.
ENot - class com.ibm.xtools.emf.query.conditions.eobjects.ENot.
An EObjectCondition that negates the result of evaluation of another EObjectCondition.
ENot(EObjectCondition) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.ENot
Constructor of this negating EObjectCondition
EObjectAttributeValueCondition - class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition.
An EObjectStructuralFeatureValueCondition subclass used to handle evaluation of the value held by an EAttribute
EObjectAttributeValueCondition(EAttribute, Condition, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition, EAttribute, Condition, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition, EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition, EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(PruneHandler, EObjectCondition, EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectCondition - class com.ibm.xtools.emf.query.conditions.eobjects.EObjectCondition.
A subclass and the counterpart of a Condition object to be used on EObject arguments.
EObjectCondition() - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectCondition
A simple constructor.
EObjectCondition(PruneHandler) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectCondition
A constructor that takes in a PruneHandler instaince to use for pruning
EObjectConditionAdapter - class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionAdapter.
This is an adapter class that takes in a Condition object and wraps it in order to adapt it to an EObjectCondition.
EObjectConditionAdapter(Condition) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionAdapter
A simple constructor that takes in the Condition object to adapt.
EObjectConditionAdapter(Condition, PruneHandler) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionAdapter
A constructor that takes in the Condition object to adapt, and the PruneHandler to use.
EObjectConditionDelegator - class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionDelegator.
A utility EObjectCondition class to act as a place holder for another EObjectCondition condition object where all the calls to it is simply forwarded to the wrapped EObjectCondition.
EObjectConditionDelegator() - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionDelegator
A simple constructor, initlaizes the wrapped EObjectCondition to null.
EObjectConditionDelegator(EObjectCondition) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionDelegator
A constructor that uses the argument EObjectCondition as its wrapped EObjectCondition.
EObjectContainmentFeatureCondition - class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectContainmentFeatureCondition.
A subclass of EObjectCondition that tests for the containing feature of a given EObject to see if it is the same as a specific EReference
EObjectContainmentFeatureCondition(EReference) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectContainmentFeatureCondition
A simple constructor, it defaults to using PruneHandler.NEVER
EObjectContainmentFeatureCondition(EReference, PruneHandler) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectContainmentFeatureCondition
A simple constructor, it initializes this EObjectContainmentFeatureCondition with the passed arguments.
EObjectInstanceCondition - class com.ibm.xtools.emf.query.conditions.eobjects.EObjectInstanceCondition.
A EObjectCondition that tests whether the argument eObject instance equals a given eObject.
EObjectInstanceCondition(EObject) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectInstanceCondition
A simple constructor that allows callers to initialize the EObject instance to use for equality testing by this EObjectInstanceCondition.
EObjectInstanceCondition(EObject, PruneHandler) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectInstanceCondition
A constructor that allows callers to initialize this EObjectInstanceCondition
EObjectReferenceValueCondition - class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition.
An EObjectStructuralFeatureValueCondition subclass used to handle evaluation of the value held by an EReference
EObjectReferenceValueCondition(EReference, EObjectCondition, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition, EReference, EObjectCondition, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition, EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition, EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(PruneHandler, EObjectCondition, EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferencerCondition - class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferencerCondition.
An EObjectCondition subclass that tests if a given EObject references another EObject
EObjectReferencerCondition(EObject, IEStructuralFeatureValueGetter) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferencerCondition
A constructor, initializes this EObjectReferencerCondition with the passed arguments.
EObjectReferencerCondition(EObject, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectReferencerCondition
* A constructor, initializes this EObjectReferencerCondition with the passed arguments.
EObjectStructuralFeatureCondition - class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureCondition.
The base abstract class of all EStructuralFeatures related conditions.
EObjectStructuralFeatureCondition(PruneHandler, EStructuralFeature) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureCondition
A constructor, initializes the EObjectStructuralFeatureCondition with basic values.
EObjectStructuralFeatureValueCondition - class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureValueCondition.
An EObjectStructuralFeatureCondition specialization and the base class of conditions that test for the values held by the various EStructuralFeature.
EObjectStructuralFeatureValueCondition(PruneHandler, EObjectCondition, EStructuralFeature, IEStructuralFeatureValueGetter, boolean, Condition, ConditionPolicy) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureValueCondition
The constructor of this EObjectStructuralFeatureValueCondition object, it initializes it with the proper values.
EObjectTypeRelationCondition - class com.ibm.xtools.emf.query.conditions.eobjects.EObjectTypeRelationCondition.
An EObjectCondition specilaization to be used for evaluating the inheritance/type relationship of an EObject to another using the EObjects' EClasses.
EObjectTypeRelationCondition(EClass) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A Simple constructor, it initializes the EObjectTypeRelationCondition with the given EClass.
EObjectTypeRelationCondition(EClass, PruneHandler) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A constructor, it initializes the EObjectTypeRelationCondition with the given EClass.
EObjectTypeRelationCondition(EClass, TypeRelation) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A constructor, it initializes the EObjectTypeRelationCondition with the given EClass and the TypeRelation specified.
EObjectTypeRelationCondition(EClass, TypeRelation, PruneHandler) - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A constructor, it initializes the EObjectTypeRelationCondition with the given EClass, the TypeRelation and the PruneHandler specified.
EQUIVALENT(Condition) - Method in class com.ibm.xtools.emf.query.conditions.Condition
This operation acts like a logical Equivalent (if-and-only-if)/( <->) between this Condition and the argument Condition.
EQUIVALENT(EObjectCondition) - Method in class com.ibm.xtools.emf.query.conditions.eobjects.EObjectCondition
This operation acts like a logical Equivalent (if-and-only-if)/( <->) between this EObjectCondition and the argument EObjectCondition.
EQUIVALENT(Condition) - Method in class com.ibm.xtools.transform.core.TransformCondition
Combine two transform conditions with an equivalency test
EStructuralFeatureValueGetter - class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter.
A default implementation of the IEStructuralFeatureValueGetter interface.
EStructuralFeatureValueGetter() - Constructor for class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter
 
EXCEPTIONS_CATCHING - Static variable in class com.ibm.xtools.patterns.framework.PatternsFrameworkDebugOptions
Whether or not exception catching should be traced.
EXCEPTIONS_THROWING - Static variable in class com.ibm.xtools.patterns.framework.PatternsFrameworkDebugOptions
Whether or not exception throwing should be traced.
EXPORT - Static variable in class com.ibm.xtools.emf.msl.EventTypes
An event type indicating that the notifier has a new export.
EXTENSIBLE - Static variable in interface com.ibm.xtools.transform.core.ITransformationDescriptor
Property ID for the transformation extensibility flag.
E_FALSE - Static variable in class com.ibm.xtools.emf.query.conditions.eobjects.EObjectCondition
A constant EObjectCondition object used to indicate a never satisfied condition
E_TRUE - Static variable in class com.ibm.xtools.emf.query.conditions.eobjects.EObjectCondition
A constant EObjectCondition object used to indicate an always satisfied condition
Edge - interface com.ibm.xtools.notation.Edge.
A representation of the model object 'Edge'.
EditingDomain - class com.ibm.xtools.emf.msl.EditingDomain.
A class that exposes an editing domain in the modeling platform.
EditingDomain() - Constructor for class com.ibm.xtools.emf.msl.EditingDomain
 
EnableTrace - Static variable in class com.ibm.xtools.patterns.core.PatternInstanceOption
 
EventTypes - class com.ibm.xtools.emf.msl.EventTypes.
A list of event types that the modeling platform supports.
ExportPlugin - class com.ibm.xtools.ras.export.ExportPlugin.
The main RAS export plugin class.
ExportPlugin() - Constructor for class com.ibm.xtools.ras.export.ExportPlugin
The constructor.
eContents(EObject, EObjectCondition) - Method in class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter
 
eContents(EObject, EObjectCondition) - Method in interface com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.IEStructuralFeatureValueGetter
Extract the contained EObjects of the argument eObject. and return them as a list.
eGet(EObject, EStructuralFeature, boolean) - Method in class com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter
 
eGet(EObject, EStructuralFeature, boolean) - Method in interface com.ibm.xtools.emf.query.conditions.eobjects.structuralfeatures.IEStructuralFeatureValueGetter
An EStructuralFeature's value getter.
eINSTANCE - Static variable in interface com.ibm.xtools.notation.NotationFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface com.ibm.xtools.notation.NotationPackage
The singleton instance of the package
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.DefaultcomponentprofileFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.DefaultcomponentprofilePackage
The singleton instance of the package
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DefaultprofileFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DefaultprofilePackage
The singleton instance of the package
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.DefaultpatternprofileFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.DefaultpatternprofilePackage
The singleton instance of the package
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.DefaultwebserviceprofileFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.DefaultwebserviceprofilePackage
The singleton instance of the package
eINSTANCE - Static variable in interface com.ibm.xtools.umlnotation.UmlnotationFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface com.ibm.xtools.umlnotation.UmlnotationPackage
The singleton instance of the package
eNAME - Static variable in interface com.ibm.xtools.notation.NotationPackage
The package name
eNAME - Static variable in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.DefaultcomponentprofilePackage
The package name
eNAME - Static variable in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DefaultprofilePackage
The package name
eNAME - Static variable in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.DefaultpatternprofilePackage
The package name
eNAME - Static variable in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.DefaultwebserviceprofilePackage
The package name
eNAME - Static variable in interface com.ibm.xtools.umlnotation.UmlnotationPackage
The package name
eNS_PREFIX - Static variable in interface com.ibm.xtools.notation.NotationPackage
The package namespace name
eNS_PREFIX - Static variable in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.DefaultcomponentprofilePackage
The package namespace name
eNS_PREFIX - Static variable in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DefaultprofilePackage
The package namespace name
eNS_PREFIX - Static variable in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.DefaultpatternprofilePackage
The package namespace name
eNS_PREFIX - Static variable in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.DefaultwebserviceprofilePackage
The package namespace name
eNS_PREFIX - Static variable in interface com.ibm.xtools.umlnotation.UmlnotationPackage
The package namespace name
eNS_URI - Static variable in interface com.ibm.xtools.notation.NotationPackage
The package namespace URI
eNS_URI - Static variable in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.DefaultcomponentprofilePackage
The package namespace URI
eNS_URI - Static variable in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DefaultprofilePackage
The package namespace URI
eNS_URI - Static variable in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.DefaultpatternprofilePackage
The package namespace URI
eNS_URI - Static variable in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.DefaultwebserviceprofilePackage
The package namespace URI
eNS_URI - Static variable in interface com.ibm.xtools.umlnotation.UmlnotationPackage
The package namespace URI
elementKind - Variable in class com.ibm.xtools.transform.uml2.UMLElementKindExtractor
Remember the model element kind.
enableTracing() - Method in interface com.ibm.xtools.pluglets.host.IPlugletHost
Used by the pluglet engine to determine whether the host has tracing enabled.
enableTracing() - Method in class com.ibm.xtools.pluglets.host.PlugletHost
 
endOfSubgroupReached() - Method in class com.ibm.xtools.patterns.framework.test.AbstractTestModule
 
endOfSubgroupReached() - Method in interface com.ibm.xtools.patterns.framework.test.ITestModule
This method should be called after a given subgroup of elements has been processed (passed to processElement()).
endRecording(IImportLog) - Method in interface com.ibm.xtools.ras.impord.log.IImportLogService
Finalize recording the import actions in IImportLog.
enqueue(PatternParameterValue.Added) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternInstance.PatternParameterValueQueue
Performs an enqueue on the queue, putting the input value to the end or bottom of the queue.
enqueue(PatternParameterValue.Removed) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternInstance.PatternParameterValueQueue
Performs an enqueue on the queue, putting the input value to the end or bottom of the queue.
ensureAtLeastOneStaticOperation(Interface, String) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure at least one static operation exists.
ensureAtLeastOneStaticOperation(String) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Interface
Ensure at least one static operation on this interface, if an operation doesn't exist create one with the given name.
ensureDefinition(AbstractPatternDefinition, Object) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternStore.Definition
Ensure a pattern definition already exists in the pattern store for the given pattern definition using the container object as the scope.
ensureDefinition(AbstractPatternDefinition, Object) - Method in class com.ibm.xtools.patterns.framework.uml2.persistence.PatternDefinitionStore
 
ensureDirectedAssociation(Class, Classifier, String, AggregationKind, int, int) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a directed association exists.
ensureDirectedAssociation(Class, String, Classifier, String) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a directed association exists.
ensureDirectedAssociation(String, Classifier, String) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure a directed association exists going from this class to the given associated classifier.
ensureDirectedAssociation(String, Classifier, AggregationKind, int, int) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure a directed association exists going from this class to the given associated classifier.
ensureInterfaceImplementation(Interface, Class) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure an interface implementation exists.
ensureInterfaceImplementation(Class) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Interface
Ensure given realizing class has an implementation relationship to this interface.
ensureInterfaceOperations(Interface, Class) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure that operations that are defined on the interface are realized by the class.
ensureInterfaceOperations(Class) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Interface
Ensure operations are realized from interface on to the realizing class.
ensureOperation(Class, String) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure an operation exists within the given class.
ensureOperation(Class, String, VisibilityKind) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure an operation exists within the given class.
ensureOperation(Class, String, VisibilityKind, boolean) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure an operation exists within the given class.
ensureOperation(String) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure an operation exists with the given name on this class.
ensureOperation(String, VisibilityKind) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure an operation exists with the given name and visibility kind on this class.
ensureOperation(String, VisibilityKind, boolean) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure an operation exists with the given name, visibility kind and static property.
ensureParameter(Operation, Type, ParameterDirectionKind) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a parameter exists within the given operation.
ensureParameter(Operation, String, Type, ParameterDirectionKind) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a parameter exists within the given operation.
ensureParameter(Type, ParameterDirectionKind) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Operation
Ensure a parameter exists on this operation.
ensureParameter(String, Type, ParameterDirectionKind) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Operation
Ensure a parameters exists on tihs operation.
ensureProject() - Method in class com.ibm.xtools.patterns.framework.test.JavaProjectHandler
Ensures a Java project in the current workspace.
ensureSharedAggregateAssociation(Class, String, Classifier, String) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a shared aggregation association exists.
ensureSharedAggregateAssociation(String, Classifier, String) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure a shared aggregation assocation exists between this class and the owned classifier.
ensureStaticAttribute(Class, String, Type) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a static attribute exists within the given class.
ensureStaticAttribute(Class, String, Type, VisibilityKind) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a static attribute exists within the given class.
ensureStaticAttribute(String, Type) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure a static attribute on this class.
ensureStaticAttribute(String, Type, VisibilityKind) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure a static attribute exists on this class with the given name, type and visibility kind.
ensureStaticOperation(Class, String) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a static operation exists within the given class.
ensureStaticOperation(Class, String, VisibilityKind) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a static operation exists within the given class.
ensureStaticOperation(Interface, String) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
Ensure a static operation exists within the given interface.
ensureStaticOperation(String) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensure a static operation exists on this class.
ensureStaticOperation(String, VisibilityKind) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensures a static operation exists on this class.
ensureStaticOperation(String) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Interface
Ensure a static operation with the given name on this interface.
ensureUsageRelationship(Class, Classifier) - Method in class com.ibm.xtools.patterns.framework.uml2.AbstractPatternInstance
 
ensureUsageRelationship(Classifier) - Method in class com.ibm.xtools.patterns.framework.uml2.adapters.Class
Ensures a usage relationship exists between this class and the used classifier.
enumerate(AbstractPatternParameter, PatternParameterValue.Consumer) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternInstance.PatternParameterValueQueue
Enumerates the pattern parameter values on the queue filtered by parameter.
enumerate(PatternParameterValue.Added.Consumer) - Method in class com.ibm.xtools.patterns.framework.PatternParameterValue.Added
Enumerate through all the individual items that compose the value, for example step through each held object that comprises the value and allow the consumer interface to consume each one individually.
enumerate(PatternParameterValue.Maintained.Consumer) - Method in class com.ibm.xtools.patterns.framework.PatternParameterValue.Maintained
Enumerate the values of the maintained value, invoking the consume interface with each one.
enumerate(PatternParameterValue.Removed.Consumer) - Method in class com.ibm.xtools.patterns.framework.PatternParameterValue.Removed
Enumerate through all the removed values contained within this removed pattern parameter value instance.
enumerate(PatternParameterValue.Consumer) - Method in class com.ibm.xtools.patterns.framework.PatternParameterValue.Replaced
Enumerate through all the replaced values contained within this replaced pattern parameter value instance.
equals(Object) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternDefinition
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternParameter
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.ParameterArgument
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.PatternIdentity
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.PatternMetatype
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.PatternMultiplicity
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.java.PatternMetatype
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.uml2.PatternMetatype.Enumeration
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.util.MutableBoolean
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.util.MutableInteger
 
equals(Object) - Method in class com.ibm.xtools.patterns.framework.util.MutableObject
 
equals(Object) - Method in class com.ibm.xtools.traceability.TraceRelationship
 
error(String, String) - Method in class com.ibm.xtools.pluglets.Pluglet
Displays an error dialog with an OK button and the given title.
error(String) - Method in class com.ibm.xtools.pluglets.Pluglet
Displays an error dialog with an OK button.
error(String, String) - Method in interface com.ibm.xtools.pluglets.host.IPlugletMessageDialog
Displays an error dialog with an OK button.
evaluate(EObject, String, IProgressMonitor) - Method in interface com.ibm.xtools.emf.query.ocl.IOclQueryHelper
Evaluates the OCL expression specified by oclExpression using self as the context for the expression evaluation.
evaluate(EObject) - Method in class com.ibm.xtools.emf.query.ocl.conditions.OclCondition
Evaluates the OCL condition.
execute(IProvider) - Method in interface com.ibm.xtools.common.core.service.IOperation
Executes this operation on the specified provider.
execute(IProvider) - Method in class com.ibm.xtools.common.ui.services.properties.GetPropertySourceOperation
 
execute(IProgressMonitor) - Method in class com.ibm.xtools.emf.msl.ResourceSetOperation
Execute this operation.
execute(IProvider) - Method in class com.ibm.xtools.presentation.services.decorator.CreateDecoratorsOperation
 
execute(IDefaultExportDataModel, IProgressMonitor) - Method in interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask
Executes the task.
execute(IImportDataModel, IAuxiliaryImportServices, IProgressMonitor) - Method in interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask
Executes the task.
execute(ITransformContext) - Method in class com.ibm.xtools.transform.core.AbstractContentExtractor
Retrieve the elements related to the source object that will be processed by the associated transform.
execute(ITransformContext) - Method in class com.ibm.xtools.transform.core.AbstractRule
When a rule is executed, it will: determine whether a target object already exists.
execute(ITransformContext) - Method in class com.ibm.xtools.transform.core.AbstractTransform
Execute the transform with the given context.
execute(ITransformContext) - Method in class com.ibm.xtools.transform.core.ListContentExtractor
 
execute(ITransformContext) - Method in class com.ibm.xtools.transform.core.Transform
 
execute(ITransformContext) - Method in class com.ibm.xtools.transform.uml2.UMLElementKindExtractor
 
execute(ITransformContext) - Method in class com.ibm.xtools.transform.uml2.UMLKindTransform
 
execute(ITransformContext) - Method in class com.ibm.xtools.transform.uml2.UMLTransform
Ensure that the transformation will execute in a write operation and in a single undo interval.
executeOclStatement(EObject, EClass, String, IProgressMonitor) - Method in interface com.ibm.xtools.emf.query.ocl.IOclQueryHelper
Deprecated. Use the IOclQueryHelper.evaluate(EObject, String, IProgressMonitor) method, instead, because it preserves the ordering of collection-valued OCL expressions in case the expression is of an ordered collection (list) type
executePluglet(String, String[], String, String) - Method in class com.ibm.xtools.pluglets.engine.PlugletExecutor
Executes a pluglet.
executeQuery(EObject, EObjectCondition, IProgressMonitor) - Method in interface com.ibm.xtools.emf.query.IQueryHelper
Executes a query using queryRoot as the root of the subtree where to perform the search.
executeQueryUsingOclFilter(EObject, EClass, String, IProgressMonitor) - Method in interface com.ibm.xtools.emf.query.ocl.IOclQueryHelper
Executes a query using queryRoot as the root of the subtree where to perform the search and an OCL filter specified by oclFilter.
expand() - Method in class com.ibm.xtools.patterns.framework.AbstractPatternInstance
A hotspot instance-directed expand method.
expand(PatternParameterValue) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternParameter
A hot-spot method that can be overridden in parameter subclasses.
expand(PatternParameterValue.Added) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternParameter
A hot-spot method that can be overridden in parameter subclasses.
expand(PatternParameterValue.Maintained) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternParameter
A hot-spot method that can be overridden in parameter subclasses.
expand(PatternParameterValue.Removed) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternParameter
A hot-spot method that can be overridden in parameter subclasses.
expand(PatternParameterValue.Replaced) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternParameter
A hot-spot method that can be overridden in parameter subclasses.
expand(PatternParameterValue) - Method in class com.ibm.xtools.patterns.framework.PatternParameterDelegate
The general expand method takes a single pattern parameter value object and adapts this call into the appropriate pattern service interface calls.
expand(PatternParameterValue.Added) - Method in class com.ibm.xtools.patterns.framework.PatternParameterDelegate
The expand method turns around and invokes another expand method variant that takes the more general pattern parameter value.
expand(PatternParameterValue.Maintained) - Method in class com.ibm.xtools.patterns.framework.PatternParameterDelegate
The expand method turns around and invokes another expand method variant that takes the more general pattern parameter value.
expand(PatternParameterValue.Removed) - Method in class com.ibm.xtools.patterns.framework.PatternParameterDelegate
The removed variant of the expand method takes a single pattern parameter value object and adapts this call into the appropriate pattern service interface calls.
expand(PatternParameterValue.Replaced) - Method in class com.ibm.xtools.patterns.framework.PatternParameterDelegate
The replaced variant of the expand method takes a single pattern parameter value object and adapts this call into the appropriate pattern service interface calls.
expandPattern(AbstractPatternResult) - Method in class com.ibm.xtools.patterns.core.AbstractPatternInstance
Expands the pattern represented by this instance based on the current arguments supplied for the parameters.
expandPattern(AbstractPatternResult) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternInstance
 
expandPattern(MultiStatus) - Method in class com.ibm.xtools.patterns.framework.AbstractPatternInstance
 
expandPattern() - Method in class com.ibm.xtools.patterns.framework.PatternParameterValue.Unresolved
 

IBM Rational Software Modeler
Release 6.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.