|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that two
types are exactly the same.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a super type of another.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a direct base type of another.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a direct sub type of another.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a sub type of another.
event type
indicating that a feature of the notifier has been set.
Notification.SET
).
Shape Style
' class
Size
' class
Smoothness
' enum
Solution
' class
Solution
' class
Solution
' class
Sorting
' enum
Sorting Direction
' enum
Sorting Style
' class
Specification
' class
Style
' class
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is a sub type of another.
String value that would later be used in Condition
evaluation.
- StringAdapter() -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringAdapter
-
- StringCondition - class com.ibm.xtools.emf.query.conditions.strings.StringCondition.
- An abstract
Condition
object that tests for
String related values. - StringCondition(StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringCondition
- Constructs this
StringCondition
with a
StringAdapter
adapter to adapt argument objects to
String objects in order to do the evaluation
- StringLength - class com.ibm.xtools.emf.query.conditions.strings.StringLength.
- A Condition object that tests for
String length values. - StringLength(int) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringLength
- A simple constructor that takes one int argument to test strings' length
against It evaluates to
true
when the evaluated
String length equals the length
initialization argument.
- StringLength(int, StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringLength
- A constructor that takes one int argument to test strings' length against
and a
StringAdapter
.
- StringLength(int, int) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringLength
- A constructor that takes two int arguments representing a range to test
strings' length against.
- StringLength(int, int, StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringLength
- A constructor that takes two int arguments representing a range to test
strings' length against.
- StringRegularExpressionValue - class com.ibm.xtools.emf.query.conditions.strings.StringRegularExpressionValue.
- A
StringValue
condition subclass that tests for
String using regular expression.
- StringRegularExpressionValue(String) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringRegularExpressionValue
- A simple constructor that takes the regular expression to use for
matching.
- StringRegularExpressionValue(String, StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringRegularExpressionValue
- A constructor that takes the regular expression to use for matching, and
a
StringAdapter
for adapting the evaluated object to
string before matching them.
- StringRegularExpressionValue(String, boolean, StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringRegularExpressionValue
- A constructor that takes the regular expression to use for matching, a
StringAdapter
for adapting the evaluated object to string
before matching them and a boolean flag indicating whether the pattern
matching should be case-sensitive or not.
- StringValue - class com.ibm.xtools.emf.query.conditions.strings.StringValue.
- A
String related condition class that compares a String value to another.
- StringValue(String) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringValue
- A simple constructor that takes an initialization
String to match against.
- StringValue(String, boolean) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringValue
- A simple constructor that takes an initialization
String to match against.
- StringValue(String, boolean, StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.StringValue
- A simple constructor that takes an initialization
String to match against,
a StringAdapter
for adapting the evaluated object to string before matching
them and a boolean flag indicating whether the pattern matching
should be case-sensitive or not.
- Style - interface com.ibm.xtools.notation.Style.
-
A representation of the model object 'Style'.
- SubStringValue - class com.ibm.xtools.emf.query.conditions.strings.SubStringValue.
- A
StringValue
condition subclass that checks to see if the
initialization String
value is a sub-string to the one being evaluated.
- SubStringValue(String) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.SubStringValue
- A simple constructor that takes an initialization
String to
see if it is a sub-string of those being evaluated
It defaults to using the StringAdapter.DEFAULT for adapting the evaluated
object to string before checking them, and it defaults to being case-sensitive.
- SubStringValue(String, StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.SubStringValue
- A constructor that takes an initialization
String to
see if it is a sub-string of those being evaluated and a StringAdapter
for
adapting the evaluated object to string before checking them.
- SubStringValue(String, boolean) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.SubStringValue
- A constructor that takes an initialization
String to
see if it is a sub-string of those being evaluated and a boolean
flag indicating whether the matching should be case-sensitive or not.
- SubStringValue(String, boolean, StringAdapter) -
Constructor for class com.ibm.xtools.emf.query.conditions.strings.SubStringValue
- A constructor that takes an initialization
String to
see if it is a sub-string of those being evaluated, a boolean
flag indicating whether the matching should be case-sensitive or not and
and a StringAdapter
for adapting the evaluated object to string before checking them.
- save(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Save the asset to the given file path
- save(OutputStream, URI) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Save the asset to the given output stream
- save(URI) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Save the asset to the given uri
- save() -
Method in interface com.ibm.xtools.ras.type.descriptor.IArtifactDescriptorManager
- Persists the artifact descriptors being managed to an XML document that
will be used instead of the default artifact descriptors that are shipped
with the plugin.
- saveDiagram(Diagram) -
Static method in class com.ibm.xtools.viz.ui.UMLDiagramResourceUtil
- Saves the visualization diagram specified by
diagram
.
- saveDiagramAs(Diagram, String) -
Static method in class com.ibm.xtools.viz.ui.UMLDiagramResourceUtil
- Saves the diagram specified by
diagram
to the location
specified by file
- saveDiagramAs(Diagram, URI) -
Static method in class com.ibm.xtools.viz.ui.UMLDiagramResourceUtil
- Saves the diagram specified by
diagram
to the location
specified by uri
- saveModel(Model) -
Static method in class com.ibm.xtools.modeler.UMLModeler
- Saves the UML model specified by
model
.
- saveModelAs(Model, String) -
Static method in class com.ibm.xtools.modeler.UMLModeler
- Saves the model specified by
model
to the location
specified by file
- saveModelAs(Model, URI) -
Static method in class com.ibm.xtools.modeler.UMLModeler
- Saves the model specified by
model
to the location
specified by uri
- saveProfile(Profile) -
Static method in class com.ibm.xtools.modeler.UMLModeler
- Saves the UML profile specified by
profile
.
- saveProfileAs(Profile, String) -
Static method in class com.ibm.xtools.modeler.UMLModeler
- Saves the profile specified by
profile
to the location
specified by file
- saveProfileAs(Profile, URI) -
Static method in class com.ibm.xtools.modeler.UMLModeler
- Saves the profile specified by
profile
to the location
specified by uri
- selectionChanged(IAction, ISelection) -
Method in class com.ibm.xtools.patterns.framework.test.AbstractTestAction
-
- setAcceptAllLicenses(boolean) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Accept all the licenses associated with the artifacts packaged with the
asset.
- setAcceptCondition(Condition) -
Method in class com.ibm.xtools.transform.core.AbstractTransformElement
- Set a condition that will be used by the canAccept method
to determine if the context is acceptable.
- setAccessRights(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Access Rights
'
attribute. setAccessRights(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Access Rights
'
attribute. setArtifact(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.ArtifactActivity
- Sets the value of the '
Artifact
'
reference. setArtifact(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.ArtifactDependency
- Sets the value of the '
Artifact
'
reference. setAssetFactory(IAssetFactory) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Set the asset factory with which to create the elements in this
Artifact
.
- setAssetFactory(IAssetFactory) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Set the asset factory with which to create the elements in this asset.
- setAssetFactory(IAssetFactory) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Context
- Set the asset factory with which to create the elements in this
Context
.
- setAssetFactory(IAssetFactory) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Descriptor
- Set the asset factory with which to create the elements in this
Descriptor
.
- setAssetFactory(IAssetFactory) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DescriptorGroup
- Set the asset factory with which to create the elements in this
DescriptorGroup
.
- setAssetFactory(IAssetFactory) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Solution
- Set the asset factory with which to create the elements in this
Solution
.
- setAssetFactory(IAssetFactory) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Usage
- Set the asset factory with which to create the elements in this
Usage
.
- setAssetId(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedAsset
- Sets the value of the '
Asset Id
'
attribute. setAssetPath(String) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the asset file path for the import data model.
- setAssetReader(IRASAssetReader) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Get the asset reader.
- setAssetTargetPath(String) -
Method in interface com.ibm.xtools.ras.export.data.IDefaultExportDataModel
- Set the asset's target file system path.
- setAssetWriter(String) -
Method in interface com.ibm.xtools.ras.export.data.IDefaultExportDataModel
- Sets the asset writer ID.
- setAvoidObstructions(boolean) -
Method in interface com.ibm.xtools.notation.RoutingStyle
- Sets the value of the '
Avoid Obstructions
' attribute
- setBendpoints(Bendpoints) -
Method in interface com.ibm.xtools.notation.Edge
- Sets the value of the '
Bendpoints
' containment reference
- setBindable(Boolean) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Bindable
' attribute
- setBindingRule(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.VariabilityPointBinding
- Sets the value of the '
Binding Rule
'
attribute. setBold(boolean) -
Method in interface com.ibm.xtools.notation.FontStyle
- Sets the value of the '
Bold
' attribute
- setCanonical(boolean) -
Method in interface com.ibm.xtools.notation.CanonicalStyle
- Sets the value of the '
Canonical
' attribute
- setCaseSensitive(boolean) -
Method in class com.ibm.xtools.ras.profile.management.artifact.filter.AbstractCaseSensitiveFilterImpl
-
- setCaseSensitive(boolean) -
Method in interface com.ibm.xtools.ras.profile.management.artifact.filter.ICaseSensitiveArtifactFilter
- Sets whether or the filter should match in a case sensitive manner
- setCategory(String) -
Method in interface com.ibm.xtools.common.ui.services.properties.descriptors.ICompositeSourcePropertyDescriptor
- Sets the property category name
- setClassification(Classification) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Classification
'
containment reference. setClosestDistance(boolean) -
Method in interface com.ibm.xtools.notation.RoutingStyle
- Sets the value of the '
Closest Distance
' attribute
- setCollapsed(boolean) -
Method in interface com.ibm.xtools.notation.DrawerStyle
- Sets the value of the '
Collapsed
' attribute
- setContext(Context) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.ArtifactActivity
- Sets the value of the '
Context
'
reference. setContext(Context) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.ArtifactContext
- Sets the value of the '
Context
'
reference. setContext(Context) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.ContextRef
- Sets the value of the '
Context
'
reference. setContext(Context) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Descriptor
- Sets the value of the '
Context
'
reference. setContext(Context) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.VariabilityPoint
- Sets the value of the '
Context
'
reference. setData(byte[]) -
Method in interface com.ibm.xtools.notation.Image
- Sets the value of the '
Data
' attribute
- setDate(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Date
'
attribute. setDate(Date) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Date
'
attribute. setDefaultValue(Object) -
Method in class com.ibm.xtools.common.ui.services.properties.descriptors.CompositeSourcePropertyDescriptor
- Assigns a default value to this property
- setDefaultValue(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Attribute
- Sets the value of the '
Default Value
' attribute
- setDefaultValue(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Default Value
' attribute
- setDelimiters(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Property
- Sets the value of the '
Delimiters
' attribute
- setDependencyType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.ArtifactDependency
- Sets the value of the '
Dependency Type
'
attribute. setDeployablesInstallSite(String) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the installation location to the given site on the local filesystem
for deploying features and plugins.
- setDescription(String) -
Method in interface com.ibm.xtools.notation.DescriptionStyle
- Sets the value of the '
Description
' attribute
- setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Condition
- Sets the value of the '
Description
' containment reference
- setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.InterfaceSpec
- Sets the value of the '
Description
' containment reference
- setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Operation
- Sets the value of the '
Description
' containment reference
- setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Activity
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Context
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DescriptorGroup
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Profile
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedAsset
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedProfile
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.VariabilityPoint
- Sets the value of the '
Description
'
containment reference. setDescription(Description) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Description
' containment reference
- setDescription(String) -
Method in class com.ibm.xtools.transform.core.AbstractTransformElement
- Set the description for this transformation element.
- setDesign(Design) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Solution
- Sets the value of the '
Design
' containment reference
- setDesign(Design) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.Solution
- Sets the value of the '
Design
' containment reference
- setDialog(IPlugletMessageDialog) -
Method in class com.ibm.xtools.pluglets.Pluglet
- Sets the host's
IPlugletMessageDialog
implementation.
- setDigestName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Digest Name
'
attribute. setDigestValue(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Digest Value
'
attribute. setDirection(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Parameter
- Sets the value of the '
Direction
' attribute
- setDirectory(String) -
Method in class com.ibm.xtools.pluglets.Pluglet
- Sets the full path of the pluglet directory.
- setDirty() -
Method in class com.ibm.xtools.transform.ui.AbstractTransformConfigTab
- Indicate that the contents of the tab is dirty and requires an apply.
- setEObjectCondition(EObjectCondition) -
Method in class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionDelegator
- Sets the wrapped
EObjectCondition
used by this
EObjectConditionDelegator
.
- setEStructuralFeatureValueGetter(IEStructuralFeatureValueGetter) -
Method in class com.ibm.xtools.emf.query.ocl.conditions.OclCondition
- A setter function that sets the
IEStructuralFeatureValueGetter
to be used by this
OclCondition
- setElement(EObject) -
Method in interface com.ibm.xtools.notation.View
- Sets the value of the '
Element
' reference
- setErrorMessage(String) -
Method in class com.ibm.xtools.transform.ui.AbstractTransformConfigTab
- Set an error message in the dialog's UI.
- setFile(String) -
Method in class com.ibm.xtools.pluglets.Pluglet
- Sets the full path of the pluglet file.
- setFillColor(int) -
Method in interface com.ibm.xtools.notation.FillStyle
- Sets the value of the '
Fill Color
' attribute
- setFilterCondition(Condition) -
Method in class com.ibm.xtools.transform.core.AbstractContentExtractor
- Set a condition that the extractor will use to filter the contents
of the elements that it will extract.
- setFilterObject(Object) -
Method in class com.ibm.xtools.ras.profile.management.artifact.filter.AbstractArtifactAttributeFilterImpl
-
- setFilterObject(Object) -
Method in interface com.ibm.xtools.ras.profile.management.artifact.filter.IArtifactAttributeFilter
- Sets the
Object
that is used to compare against during the
filtering process.
- setFiltering(Filtering) -
Method in interface com.ibm.xtools.notation.FilteringStyle
- Sets the value of the '
Filtering
' attribute
- setFilteringKeys(List) -
Method in interface com.ibm.xtools.notation.FilteringStyle
- Sets the value of the '
Filtering Keys
' attribute
- setFontColor(int) -
Method in interface com.ibm.xtools.notation.FontStyle
- Sets the value of the '
Font Color
' attribute
- setFontHeight(int) -
Method in interface com.ibm.xtools.notation.FontStyle
- Sets the value of the '
Font Height
' attribute
- setFontName(String) -
Method in interface com.ibm.xtools.notation.FontStyle
- Sets the value of the '
Font Name
' attribute
- setFullName(String) -
Method in class com.ibm.xtools.pluglets.Pluglet
- Sets the full name of the pluglet.
- setHeight(int) -
Method in interface com.ibm.xtools.notation.Size
- Sets the value of the '
Height
' attribute
- setID(String) -
Method in class com.ibm.xtools.ras.export.engine.tasks.AbstractExportEngineTaskImpl
-
- setID(String) -
Method in interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask
- Sets the ID of the task.
- setID(String) -
Method in class com.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask
-
- setID(String) -
Method in interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask
- Sets the unique identifier (ID) of the task.
- setIcon(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Specification
- Sets the value of the '
Icon
' reference
- setId(String) -
Method in interface com.ibm.xtools.notation.IdentityAnchor
- Sets the value of the '
Id
' attribute
- setId(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Id
'
attribute. setId(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedProfile
- Sets the value of the '
Id
'
attribute. setId(String) -
Method in class com.ibm.xtools.transform.core.AbstractTransformElement
- Set the unique id of this transformation element.
- setIdHistory(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Profile
- Sets the value of the '
Id History
'
attribute. setImplementation(Implementation) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Solution
- Sets the value of the '
Implementation
' containment reference
- setImplementation(Implementation) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.Solution
- Sets the value of the '
Implementation
' containment reference
- setInformationModel(InformationModel) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.InterfaceSpec
- Sets the value of the '
Information Model
' containment reference
- setInitiatesTransaction(Boolean) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Operation
- Sets the value of the '
Initiates Transaction
' attribute
- setItalic(boolean) -
Method in interface com.ibm.xtools.notation.FontStyle
- Sets the value of the '
Italic
' attribute
- setJumpLinkStatus(JumpLinkStatus) -
Method in interface com.ibm.xtools.notation.RoutingStyle
- Sets the value of the '
Jump Link Status
' attribute
- setJumpLinkType(JumpLinkType) -
Method in interface com.ibm.xtools.notation.RoutingStyle
- Sets the value of the '
Jump Link Type
' attribute
- setJumpLinksReverse(boolean) -
Method in interface com.ibm.xtools.notation.RoutingStyle
- Sets the value of the '
Jump Links Reverse
' attribute
- setLanguageElementKind(EClass) -
Method in class com.ibm.xtools.transform.uml2.UMLElementKindExtractor
- Define the language element kind to match the extracted elements.
- setLayoutConstraint(LayoutConstraint) -
Method in interface com.ibm.xtools.notation.Node
- Sets the value of the '
Layout Constraint
' containment reference
- setLineColor(int) -
Method in interface com.ibm.xtools.notation.LineStyle
- Sets the value of the '
Line Color
' attribute
- setMainDiagram(Namespace, Diagram) -
Method in interface com.ibm.xtools.uml.diagram.IUMLDiagramHelper
- Sets the main diagram of an element
- setManifest(EObject) -
Method in interface com.ibm.xtools.ras.profile.core.IRASAssetWriter
- Sets the primary manifest for the asset.
- setManifestFolder(String) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the folder path where the manifest will be stored in.
- setMaxValues(int) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Property
- Sets the value of the '
Max Values
' attribute
- setMessage(String) -
Method in class com.ibm.xtools.transform.ui.AbstractTransformConfigTab
- Set a message (the title) in the dialog's UI.
- setMetaType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Property
- Sets the value of the '
Meta Type
' attribute
- setMethodName(String) -
Method in class com.ibm.xtools.ras.profile.management.artifact.filter.AbstractArtifactAttributeFilterImpl
-
- setMethodName(String) -
Method in interface com.ibm.xtools.ras.profile.management.artifact.filter.IArtifactAttributeFilter
- Sets the name of the method that will be invoked on the
Artifact
that is used to retrieve an attribute of the
Artifact
during filtering.
- setModel(Model) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Diagram
- Sets the value of the '
Model
' reference
- setModel(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Specification
- Sets the value of the '
Model
' reference
- setModel(Model) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.Diagram
- Sets the value of the '
Model
' reference
- setModified(boolean) -
Method in class com.ibm.xtools.patterns.framework.test.TestDataElementModificationTracker
-
- setMultiplicity(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Multiplicity
' attribute
- setName(EObject, String) -
Method in interface com.ibm.xtools.emf.msl.IEObjectHelper
- Sets the name of an object if the object can be assigned a name.
- setName(String) -
Method in interface com.ibm.xtools.notation.Diagram
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in class com.ibm.xtools.pluglets.Pluglet
- Sets the name of the pluglet.
- setName(String) -
Method in class com.ibm.xtools.ras.export.engine.tasks.AbstractExportEngineTaskImpl
-
- setName(String) -
Method in interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask
- Sets the name of the task.
- setName(String) -
Method in class com.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask
-
- setName(String) -
Method in interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask
- Sets the name of the task.
- setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.AssociationRole
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Attribute
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.InterfaceSpec
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Operation
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Parameter
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Context
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Descriptor
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DescriptorGroup
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Profile
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedAsset
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedProfile
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.VariabilityPoint
- Sets the value of the '
Name
'
attribute. setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.InterfaceSpec
- Sets the value of the '
Name
' attribute
- setName(String) -
Method in class com.ibm.xtools.transform.core.AbstractTransformElement
- Set the name of this transformation element.
- setNewActualParamerName(NamedElement, IParameterDescriptor, int) -
Method in class com.ibm.xtools.patterns.framework.test.TestDataFactory
-
- setOverViewDiagram(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Specification
- Sets the value of the '
Over View Diagram
' reference
- setOverwriteExisting(boolean) -
Method in interface com.ibm.xtools.ras.export.data.IDefaultExportDataModel
- Sets the property indicating if existing resources should be overwritten
during the export process.
- setOverwriteWithoutPromptingOption(boolean) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the overwrite silently option.
- setPageHeight(int) -
Method in interface com.ibm.xtools.notation.PageStyle
- Sets the value of the '
Page Height
' attribute
- setPageWidth(int) -
Method in interface com.ibm.xtools.notation.PageStyle
- Sets the value of the '
Page Width
' attribute
- setPageX(int) -
Method in interface com.ibm.xtools.notation.PageStyle
- Sets the value of the '
Page X
' attribute
- setPageY(int) -
Method in interface com.ibm.xtools.notation.PageStyle
- Sets the value of the '
Page Y
' attribute
- setParameterId(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Parameter Id
' attribute
- setParentId(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedProfile
- Sets the value of the '
Parent Id
'
attribute. setPoints(List) -
Method in interface com.ibm.xtools.notation.RelativeBendpoints
- Sets the value of the '
Points
' attribute
- setPosition(int) -
Method in interface com.ibm.xtools.notation.Guide
- Sets the value of the '
Position
' attribute
- setPriority(int) -
Method in class com.ibm.xtools.ras.export.engine.tasks.AbstractExportEngineTaskImpl
-
- setPriority(int) -
Method in interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask
- Sets the execution priority for the task.
- setPriority(int) -
Method in class com.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask
-
- setPriority(int) -
Method in interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask
- Sets the priority of the task.
- setProfile(Profile) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Profile
'
containment reference. setProgressDescription(String) -
Method in class com.ibm.xtools.ras.export.engine.tasks.AbstractExportEngineTaskImpl
-
- setProgressDescription(String) -
Method in interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask
- Sets the progress description of the task.
- setProgressDescription(String) -
Method in class com.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask
-
- setProgressDescription(String) -
Method in interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask
- Sets the progress description of the task.
- setProperty(String, boolean) -
Method in interface com.ibm.xtools.ras.core.data.IDataModel
- Set a property with the specified name to the specified
boolean
value
- setProperty(String, int) -
Method in interface com.ibm.xtools.ras.core.data.IDataModel
- Set a property with the specified name to the specified
int
value
- setProperty(String, Object) -
Method in interface com.ibm.xtools.ras.core.data.IDataModel
- Set a property with the specified name to the specified value
- setPropertyEditor(CellEditor) -
Method in class com.ibm.xtools.common.ui.services.properties.descriptors.CompositeSourcePropertyDescriptor
- Parametrize cell editor creation - assign a custom cell editor to an instance variable
- setPropertyId(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Property
- Sets the value of the '
Property Id
' attribute
- setPropertyType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Property
- Sets the value of the '
Property Type
' attribute
- setPropertyValue(Object, Object) -
Method in class com.ibm.xtools.common.ui.services.properties.descriptors.CompositePropertySource
- This delegates to
IItemPropertyDescriptor.setPropertyValue
.
- setPropertyValue(Object) -
Method in class com.ibm.xtools.common.ui.services.properties.descriptors.CompositeSourcePropertyDescriptor
- Sets new value to the property
- setPropertyValue(Object) -
Method in interface com.ibm.xtools.common.ui.services.properties.descriptors.ICompositeSourcePropertyDescriptor
- This method is used by the property source to set the property that this
property descriptor maps to.
- setPropertyValue(String, Object) -
Method in interface com.ibm.xtools.transform.core.ITransformContext
- Set a property value in the transformation execution context.
- setReadOnly(boolean) -
Method in class com.ibm.xtools.common.ui.services.properties.descriptors.CompositeSourcePropertyDescriptor
-
- setReadOnly(boolean) -
Method in interface com.ibm.xtools.common.ui.services.properties.descriptors.ICompositeSourcePropertyDescriptor
- Set read-only to true if the property is read-only, or to false otherwise
- setReadOnly(Boolean) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Property
- Sets the value of the '
Read Only
' attribute
- setReference(String) -
Method in interface com.ibm.xtools.ras.profile.core.IAssetWriterStatus
- Sets the reference value.
- setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Activity
- Sets the value of the '
Reference
'
reference. setReference(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Reference
'
attribute. setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.DescriptorGroup
- Sets the value of the '
Reference
'
reference. setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Profile
- Sets the value of the '
Reference
'
reference. setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedAsset
- Sets the value of the '
Reference
'
reference. setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedProfile
- Sets the value of the '
Reference
'
reference. setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Usage
- Sets the value of the '
Reference
'
reference. setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.VariabilityPoint
- Sets the value of the '
Reference
'
reference. setReference(Artifact) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.Wsdl
- Sets the value of the '
Reference
' reference
- setRelationshipType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedAsset
- Sets the value of the '
Relationship Type
'
attribute. setRequirements(Requirements) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Solution
- Sets the value of the '
Requirements
' containment reference
- setRequirements(Requirements) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.Solution
- Sets the value of the '
Requirements
' containment reference
- setResult(IStatus) -
Method in class com.ibm.xtools.emf.msl.ResourceSetOperation
- Sets the result of this operation.
- setRole(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Activity
- Sets the value of the '
Role
'
attribute. setRouting(Routing) -
Method in interface com.ibm.xtools.notation.RoutingStyle
- Sets the value of the '
Routing
' attribute
- setSaveManifestOption(boolean) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the save manifest option.
- setSelectedElements(String, List) -
Method in interface com.ibm.xtools.uml.ui.IUMLUIHelper
- Selects the specified UML and/or notation elements in a given view
- setSelectedElements(List) -
Method in interface com.ibm.xtools.uml.ui.IUMLUIHelper
- Selects a list of editparts correspending to a list of views in the
currently active workbench window
- setSelectedElements(Diagram, List) -
Method in interface com.ibm.xtools.uml.ui.IUMLUIHelper
- Selects a list of editparts correspending to a list of elements in a
given diagram in the currently active workbench window
- setShortDescription(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Short Description
'
attribute. setShortDescription(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Short Description
' attribute
- setShortDescription(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Property
- Sets the value of the '
Short Description
' attribute
- setShowListSignature(boolean) -
Method in interface com.ibm.xtools.umlnotation.UMLListStyle
- Sets the value of the '
Show List Signature
' attribute
- setShowListStereotype(UMLListStereotypeDisplay) -
Method in interface com.ibm.xtools.umlnotation.UMLListStyle
- Sets the value of the '
Show List Stereotype
' attribute
- setShowListVisibility(UMLListVisibilityDisplay) -
Method in interface com.ibm.xtools.umlnotation.UMLListStyle
- Sets the value of the '
Show List Visibility
' attribute
- setShowParentName(boolean) -
Method in interface com.ibm.xtools.umlnotation.UMLNameStyle
- Sets the value of the '
Show Parent Name
' attribute
- setShowStereotype(UMLStereotypeDisplay) -
Method in interface com.ibm.xtools.umlnotation.UMLStereotypeStyle
- Sets the value of the '
Show Stereotype
' attribute
- setShowTitle(boolean) -
Method in interface com.ibm.xtools.notation.TitleStyle
- Sets the value of the '
Show Title
' attribute
- setShowWhiteBox(boolean) -
Method in interface com.ibm.xtools.umlnotation.UMLComponentStyle
- Sets the value of the '
Show White Box
' attribute
- setSmoothness(Smoothness) -
Method in interface com.ibm.xtools.notation.RoutingStyle
- Sets the value of the '
Smoothness
' attribute
- setSolution(Solution) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Solution
'
containment reference. setSorting(Sorting) -
Method in interface com.ibm.xtools.notation.SortingStyle
- Sets the value of the '
Sorting
' attribute
- setSortingKeys(Map) -
Method in interface com.ibm.xtools.notation.SortingStyle
- Sets the value of the '
Sorting Keys
' attribute
- setSource(IProvider) -
Method in class com.ibm.xtools.common.core.service.ProviderChangeEvent
- Sets the
source
instance variable to the specified value.
- setSource(View) -
Method in interface com.ibm.xtools.notation.Edge
- Sets the value of the '
Source
' reference
- setSourceAnchor(Anchor) -
Method in interface com.ibm.xtools.notation.Edge
- Sets the value of the '
Source Anchor
' containment reference
- setSpecification(Specification) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Classification
- Sets the value of the '
Specification
' containment reference
- setSpecificationKind(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Specification
- Sets the value of the '
Specification Kind
' attribute
- setState(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
State
'
attribute. setStrikeThrough(boolean) -
Method in interface com.ibm.xtools.notation.FontStyle
- Sets the value of the '
Strike Through
' attribute
- setTabData(String) -
Method in class com.ibm.xtools.transform.ui.AbstractTransformConfigTab
- Update the tab's controls with the given data.
- setTarget(View) -
Method in interface com.ibm.xtools.notation.Edge
- Sets the value of the '
Target
' reference
- setTargetAnchor(Anchor) -
Method in interface com.ibm.xtools.notation.Edge
- Sets the value of the '
Target Anchor
' containment reference
- setTargetFolder(String) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the target folder path.
- setTargetProjectLocation(String) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the target project file path.
- setTargetProjectLocation(String, String) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the target project file path for only the project identified by
projectName.
- setTask(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Activity
- Sets the value of the '
Task
'
attribute. setTaskType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Activity
- Sets the value of the '
Task Type
'
attribute. setTemplate(EObject) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Specification
- Sets the value of the '
Template
' reference
- setTest(Test) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Solution
- Sets the value of the '
Test
' containment reference
- setTest(Test) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.Solution
- Sets the value of the '
Test
' containment reference
- setTraceabilityEnabled(boolean) -
Method in class com.ibm.xtools.patterns.core.AbstractPatternInstance
- Sets whether traceability is enabled for the application of the pattern
represented by this instance.
- setTraceabilityEnabled(boolean) -
Method in class com.ibm.xtools.patterns.framework.AbstractPatternInstance
-
- setTransform(AbstractTransform) -
Method in class com.ibm.xtools.transform.core.AbstractContentExtractor
- Set the associated transform for this extractor.
- setType(String) -
Method in interface com.ibm.xtools.notation.View
- Sets the value of the '
Type
' attribute
- setType(String) -
Method in class com.ibm.xtools.ras.export.engine.tasks.AbstractExportEngineTaskImpl
-
- setType(String) -
Method in interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask
- Sets the type of the task.
- setType(String) -
Method in class com.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask
-
- setType(String) -
Method in interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask
- Sets the type of the task.
- setType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.AssociationRole
- Sets the value of the '
Type
' attribute
- setType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Attribute
- Sets the value of the '
Type
' attribute
- setType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Condition
- Sets the value of the '
Type
' attribute
- setType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile.Parameter
- Sets the value of the '
Type
' attribute
- setType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Type
'
attribute. setType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.ArtifactType
- Sets the value of the '
Type
'
attribute. setType(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile.Parameter
- Sets the value of the '
Type
' attribute
- setUIContext(Shell) -
Method in interface com.ibm.xtools.ras.impord.data.IImportDataModel
- Set the UI context for import operations.
- setUnderline(boolean) -
Method in interface com.ibm.xtools.notation.FontStyle
- Sets the value of the '
Underline
' attribute
- setUp() -
Method in class com.ibm.xtools.patterns.framework.test.AbstractTestCase
-
- setUp() -
Method in class com.ibm.xtools.patterns.framework.test.AbstractTestSetup
-
- setUp(int) -
Method in class com.ibm.xtools.patterns.framework.test.TestDataManager
- Sets up the dataManager with data
- setUsage(Usage) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Usage
'
containment reference. setUseAliasName(boolean) -
Method in interface com.ibm.xtools.umlnotation.UMLDiagramStyle
- Sets the value of the '
Use Alias Name
' attribute
- setUseClassifierShape(boolean) -
Method in interface com.ibm.xtools.umlnotation.UMLClassifierStyle
- Sets the value of the '
Use Classifier Shape
' attribute
- setValue(Object) -
Method in class com.ibm.xtools.common.ui.services.properties.descriptors.CompositeSourcePropertyDescriptor
-
- setValue(double) -
Method in interface com.ibm.xtools.notation.Ratio
- Sets the value of the '
Value
' attribute
- setValue(boolean) -
Method in class com.ibm.xtools.patterns.framework.util.MutableBoolean
- Sets the value of this mutable boolean.
- setValue(int) -
Method in class com.ibm.xtools.patterns.framework.util.MutableInteger
- Sets the value of the mutable integer to the value given.
- setValue(Object) -
Method in class com.ibm.xtools.patterns.framework.util.MutableObject
- Sets the value of this mutable Object.
- setValue(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Description
- Sets the value of the '
Value
'
attribute. setValue(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Descriptor
- Sets the value of the '
Value
'
attribute. setVariabilityPoint(VariabilityPoint) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.VariabilityPointBinding
- Sets the value of the '
Variability Point
'
reference. setVersion(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
- Sets the value of the '
Version
'
attribute. setVersion(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset
- Sets the value of the '
Version
'
attribute. setVersionMajor(int) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Profile
- Sets the value of the '
Version Major
'
attribute. setVersionMajor(int) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedProfile
- Sets the value of the '
Version Major
'
attribute. setVersionMinor(int) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Profile
- Sets the value of the '
Version Minor
'
attribute. setVersionMinor(int) -
Method in interface com.ibm.xtools.ras.profile.defauld.defaultprofile.RelatedProfile
- Sets the value of the '
Version Minor
'
attribute. setVerticalAlignment(boolean) -
Method in interface com.ibm.xtools.umlnotation.UMLFrameStyle
- Sets the value of the '
Vertical Alignment
' attribute
- setVisible(boolean) -
Method in interface com.ibm.xtools.notation.View
- Sets the value of the '
Visible
' attribute
- setWidth(int) -
Method in interface com.ibm.xtools.notation.Size
- Sets the value of the '
Width
' attribute
- setWsdl(Wsdl) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.Implementation
- Sets the value of the '
Wsdl
' containment reference
- setWsdlName(String) -
Method in interface com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile.InterfaceSpec
- Sets the value of the '
Wsdl Name
' attribute
- setX(int) -
Method in interface com.ibm.xtools.notation.Location
- Sets the value of the '
X
' attribute
- setY(int) -
Method in interface com.ibm.xtools.notation.Location
- Sets the value of the '
Y
' attribute
- shortValue(Object) -
Method in class com.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.ShortAdapter
- An adapting function whose responsible of extracting the
short
value of interest from an the argument object
- shouldOffsetFromBoundingBox() -
Method in interface com.ibm.xtools.presentation.services.layout.ILayoutNodesOperation
- shouldOffsetFromBoundingBox
- shouldOverwriteExisting() -
Method in interface com.ibm.xtools.ras.profile.core.IRASAssetWriter
- Indicates whether or not the writer should overwrite resouces that
already exist in the target location.
- shouldPrune(EObject) -
Method in class com.ibm.xtools.emf.query.conditions.eobjects.ENot
-
- shouldPrune(EObject) -
Method in class com.ibm.xtools.emf.query.conditions.eobjects.EObjectCondition
- Answers whether or not we should apply this
EObjectCondition
on the children of the argument eObject.
- shouldPrune(EObject) -
Method in class com.ibm.xtools.emf.query.conditions.eobjects.EObjectConditionDelegator
- The implementation of this function simply forwards the actual evaluation
to the wrapped
EObjectCondition
.
- shouldPrune(EObject) -
Method in class com.ibm.xtools.emf.query.handlers.PruneHandler
- Answers whether the children -recursively- of the argument
EObject
are
not worth evaluating by a given EObjectCondition
- showInTargetContainerTree(ITransformationDescriptor, Object) -
Method in class com.ibm.xtools.transform.ui.AbstractTransformGUI
- Determine if the suggested object should be shown in the 'Target' tab's tree.
- sink(Object) -
Static method in class com.ibm.xtools.patterns.framework.util.Noop
- Sinks an object or basically takes an object and does nothing with it,
used primarily for doing something with an object so it is seen as being
used (for compiler warning bypass, etc).
- skipCurrentConstraintFor(EObject) -
Method in interface com.ibm.xtools.emf.validation.IValidationContext
-
Causes the current constraint to be skipped in any subsequent validation
of the specified
eObject
in the current validation
operation.
- skipCurrentConstraintForAll(Collection) -
Method in interface com.ibm.xtools.emf.validation.IValidationContext
- Causes the current constraint to be skipped in any subsequent validation
of any of the specified
eObjects
in the current validation
operation.
- start(BundleContext) -
Method in class com.ibm.xtools.ras.impord.ImportPlugin
-
- startRead() -
Method in class com.ibm.xtools.patterns.framework.test.AbstractTestUtil
- Start a read action, so the model client of this test case can read
models.
- startSession(String, Object) -
Static method in class com.ibm.xtools.patterns.framework.util.Traceability
-
- startWrite() -
Method in class com.ibm.xtools.patterns.framework.test.AbstractTestUtil
- Start a write action, so the model client of this test case can update
models.
- store -
Variable in class com.ibm.xtools.patterns.framework.AbstractPatternInstance
- The concrete pattern instance store in effect for this library and
therefore this pattern instance.
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.