Domain Modeling Layer
A B C D E F G H I J L M N O P Q R S T U V W X

S

save(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Saves only the affected resources that need to be saved.
save(IProgressMonitor, boolean) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Saves affected resources.
SAVE_ARTIFACTS - Static variable in interface com.ibm.xtools.common.ui.preferences.IPreferenceConstants
 
SAVE_UNRECOGNIZED_VERSIONS - Static variable in interface com.ibm.xtools.common.ui.preferences.IPreferenceConstants
save data comming form unrecognized versions on the diagram;
savePageSettings() - Method in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
Save the wizard page settings for the recently used models.
savePageSettings() - Method in class com.ibm.xtools.common.ui.wizards.NewModelFromTemplatePage
Save the wizard page settings for the default category and template.
search(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Implementors can perform the search task in this method and populate the list of affected resources.
search(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.index.AbstractIndexedRefactoringOperation
 
search(IProgressMonitor) - Method in class com.ibm.xtools.mmi.core.refactor.traverse.AbstractUpdateRunner
 
SEARCH_DEPLOYED_RESOURCES - Static variable in class com.ibm.xtools.emf.index.search.IndexContext
Option that controls if all resources deployed in plug-ins (and registered on the com.ibm.xtools.emf.index.configurationEntries extension point) are to be included in the search, in addition to any that are included in the resource scope.
SEARCH_UNLOADED_RESOURCES - Static variable in class com.ibm.xtools.emf.index.search.IndexContext
Option that controls if all unloaded resources are to be included in the search, in addition to any that are already loaded in the resource set.
select(IElementFilterContext, Object) - Method in class com.ibm.xtools.common.ui.reduction.filters.ElementFilterService
Determines if the given object passes this filter.
select(Object) - Method in class com.ibm.xtools.common.ui.reduction.filters.ElementFilterService
Determines if the given object passes this filter.
select(IElementFilterContext, Object) - Method in interface com.ibm.xtools.common.ui.reduction.filters.IElementFilterProvider
Determines if the given object passes this filter.
selection - Variable in class com.ibm.xtools.common.ui.wizards.AbstractNewModelPage
The selection, used by the new model wizard
SELECTION_PROPERTY - Static variable in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionModel
 
selectionChanged(IAction, ISelection) - Method in class com.ibm.xtools.mmi.ui.actions.AbstractAddToNewDiagramAction
 
selectionChanged(IAction, ISelection) - Method in class com.ibm.xtools.mmi.ui.actions.AddToCurrentDiagramAction
 
selects(Object) - Method in class com.ibm.xtools.mmi.core.expressions.ITargetSelector
 
SET - Static variable in class com.ibm.xtools.emf.msl.EventTypes
Deprecated. An event type indicating that a feature of the notifier has been set.
setAdaptedEClass(StructuredReference, EClass) - Static method in class com.ibm.xtools.mmi.core.util.Compatibility6_0Utils
Sets the target EClass for this StructuredReference.
setAllChecked(boolean) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Set all elements to the given state.
setAttribValue(EObjectEntry, String, String) - Method in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
Create a feature with the given name for the given object with the given values.
setChangeDeltaCollector(Map) - Method in class com.ibm.xtools.mmi.core.refactor.AbstractRefactoringOperation
Sets the Map of changes to the given Map.
setClean(EStructuralFeature) - Method in interface com.ibm.xtools.mmi.core.ITarget
Marks the specified structural feature clean.
setClean(EStructuralFeature) - Method in class com.ibm.xtools.mmi.core.TargetImpl
 
setContainerPath(IPath) - Method in class com.ibm.xtools.common.ui.wizards.config.ExistingModelConfiguration
Sets the container patch location where the new model will be create.
setContainerPath(IPath) - Method in class com.ibm.xtools.common.ui.wizards.config.TemplateConfiguration
Sets the container patch location where the new model will be create.
setContainerURI(URI) - Method in class com.ibm.xtools.emf.index.provider.EObjectEntry
This method sets the container uri for this eObject entry
setContext(Object) - Method in interface com.ibm.xtools.common.ui.navigator.IContextProvider
Call-back to set the context object.
setContextInfo(String, Object) - Method in interface com.ibm.xtools.mmi.ui.util.IUIContext
Sets the context object corresponding to the specified context type
setContextInfo(String, Object) - Method in class com.ibm.xtools.mmi.ui.util.UIContext
Sets the context object corresponding to the specified context type
setContextObject(Object) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite
Sets the context Object.
setContextObject(Object) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorTreeViewer
Caches the content object.
setData(Object) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointElement
Sets the viewpoint element data.
setData(Object, boolean) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointElementContent
Sets data to the viewpoint element content.
setDelegate(TargetImpl) - Method in interface com.ibm.xtools.mmi.core.InternalTarget
Sets the delegate for ITarget implemenation.
setDescription(String) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Set the template description.
setDirty(EStructuralFeature, Object) - Method in interface com.ibm.xtools.mmi.core.ITarget
Marks the specified structural feature dirty, thereby forcing synchronization of the structural feature.
setDirty(EStructuralFeature, Object) - Method in class com.ibm.xtools.mmi.core.TargetImpl
Marks the given structural feature dirty using a given hint.
setEAttributeValue(EObjectEntry, EAttribute, Object) - Method in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
Set the attribute feature for the specified object to the given value.
setEditable(boolean) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Set the tree viewer to be editable or not.
setEditingCapabilities(Set<String>, Set<String>) - Method in class com.ibm.xtools.common.ui.reduction.EditingCapabilities
Sets the enabled and required editing capabilities.
setEditingCapabilitiesEnabled(EObject, boolean) - Static method in class com.ibm.xtools.common.ui.reduction.util.EditingCapabilitiesUtil
Enable / disable editing capabilities for the given EObject.
setEditPartsToReuse(Collection<? extends IAdaptable>) - Method in class com.ibm.xtools.emf.query.ui.diagram.DiagramPresentationContext
Sets the edit parts or views on the diagram that should be reused if possible.
setEditString(Object, String) - Method in class com.ibm.xtools.common.ui.navigator.utils.EObjectEditStringProvider
 
setEnabled(boolean) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Set the enablement of the tree viewer to the given state.
setEnabledActivityIds(EObject, Collection<String>) - Static method in class com.ibm.xtools.common.ui.reduction.util.EditingCapabilitiesUtil
Sets the given collection of activity IDs to be enabled for the given EObject.
setEnabledActivityIds(Set<String>) - Method in class com.ibm.xtools.common.ui.reduction.viewpoints.Viewpoint
Set the viewpoint enabled activities.
setEnabledViewpoint(Viewpoint) - Method in interface com.ibm.xtools.common.ui.reduction.viewpoints.IViewpointManager
Sets the enabled Viewpoint.
setEnablementCheckBoxText(String) - Method in class com.ibm.xtools.common.ui.reduction.properties.EditingCapabilitiesPropertiesSection
Sets a new checkbox enablement text
setEObjectURI(URI) - Method in class com.ibm.xtools.emf.index.provider.EObjectEntry
This method sets the uri value for this eObject entry
setEReferenceValueFromHREF(EObjectEntry, EReference, String) - Method in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
Set the given reference feature value on the specified peek object
setEReferenceValueFromId(EObjectEntry, EReference, String) - Method in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
Set the given reference feature value for the given object to the given id value.
setEReferenceValueFromURI(EObjectEntry, EReference, URI) - Method in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
Set the given reference feature value for the given object to the given uri value.
setFileName(String) - Method in class com.ibm.xtools.common.ui.wizards.config.ExistingModelConfiguration
Set the file name of the new model.
setFileName(String) - Method in class com.ibm.xtools.common.ui.wizards.config.TemplateConfiguration
Set the file name of the new model.
setFilename - Variable in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
 
setHarness(IValidationCoreTestHarness) - Method in class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter
 
setHelpID(String) - Method in class com.ibm.xtools.common.ui.wizards.AbstractNewModelPage
Sets the help ID of this page.
setHelpID(String) - Method in class com.ibm.xtools.common.ui.wizards.FilteredFileSelectionDialog
Sets the help ID of this dialog.
setHelpID(String) - Method in interface com.ibm.xtools.common.ui.wizards.INewModelMainPage
Sets the help ID of this page.
setHelpID(String) - Method in class com.ibm.xtools.common.ui.wizards.NewModelMainPage
Sets the help ID of this page.
setHelpID(String) - Method in class com.ibm.xtools.common.ui.wizards.NewModelProjectMainPage
Sets the help ID of this page.
setIconURL(URL) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Set the URL of the template icon.
setId(String) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Set the template ID.
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.xtools.mmi.core.contenttype.XMLExactRootContentDescriber
 
setModelFileExtension(String) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Set the new model file extension.
setModelName(String) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Set the new model's name.
setModelSelectionValid(boolean) - Method in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
 
setName(String) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Set the template name.
setName(EObject, String) - Method in interface com.ibm.xtools.emf.msl.IEObjectHelper
Deprecated. Use EMFCoreUtil#setName(EObject,String)
setPage(ITemplateConfigurationPage) - Method in class com.ibm.xtools.common.ui.wizards.pagegroups.LinearTemplateConfigurationPageGroup
Sets a single page to be part of this group.
setPages(ITemplateConfigurationPage[]) - Method in class com.ibm.xtools.common.ui.wizards.pagegroups.LinearTemplateConfigurationPageGroup
Sets multiple pages to be part of this group.
setPerspective(String) - Method in class com.ibm.xtools.common.ui.wizards.NewModelProjectWizard
Sets the default perspective to perspectiveID.
setPrecheckedActivityIds(Set<String>) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Sets the Set of prechecked activity ids to the provided activityIds
setProperty(String, Object) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Sets the value of an additional property defined in the template definition, which is not interpreted by the New Wizard framework.
setProperty(Object, StructuredReference, String, String) - Method in class com.ibm.xtools.mmi.core.services.ref.AbstractCachingStructuredReferenceProvider
 
setProperty(StructuredReference, String, String) - Method in interface com.ibm.xtools.mmi.core.services.ref.IStructuredReferenceModifier
Adds or sets the property of the specified StructuredReference structRef, throws java.lang.AssertionError if the providerId of the structRef is not managed by this modifier.
setRequiredActivityIds(EObject, Collection<String>) - Static method in class com.ibm.xtools.common.ui.reduction.util.EditingCapabilitiesUtil
Sets the given collection of activity IDs to be required for the given EObject.
setRequiredActivityIds(Set<String>) - Method in class com.ibm.xtools.common.ui.reduction.viewers.ActivitiesCheckboxTreeWrapper
Sets the Set of required activity ids to the provided activityIds.
setResult(IStatus) - Method in class com.ibm.xtools.emf.msl.ResourceSetOperation
Deprecated. Sets the result of this operation.
setSelection(ISelection) - Method in class com.ibm.xtools.mmi.ui.actions.AbstractAddToNewDiagramAction
Sets the currentSelection to the given selection.
setSelectionContext(String) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite
Set the selection context field.
setShowTreeAlways(boolean) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite
Set this to 'true' to inhibit the 'dispose' of empty trees
setStructuredReferenceModifier(IStructuredReferenceModifier) - Method in class com.ibm.xtools.mmi.core.services.ref.AbstractCachingStructuredReferenceProvider
Sets the IStructuredReferenceModifier
setStructuredReferenceModifier(IStructuredReferenceModifier) - Method in interface com.ibm.xtools.mmi.core.services.ref.IStructuredReferenceHandler
Called by StructuredReferenceService to set the IStructuredReferenceModifier for this handler.
setTemplateConfiguration(TemplateConfiguration) - Method in class com.ibm.xtools.common.ui.wizards.pagegroups.AbstractTemplateConfigurationPageGroup
 
setTemplateConfiguration(TemplateConfiguration) - Method in interface com.ibm.xtools.common.ui.wizards.pagegroups.ITemplateConfigurationPageGroup
Sets the template configuration.
setTemplateFilePath(IPath) - Method in class com.ibm.xtools.common.ui.wizards.templates.FileTemplate
Sets the IPath to the template file.
setTemplateModelHandler(ITemplateModelHandler) - Method in class com.ibm.xtools.common.ui.wizards.templates.BasicTemplate
Set the ITemplateModelHandler used to create models from this template.
SETTINGS_SECTION_NAME - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelWizard
 
setTopRightCornerControl(Control) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite
Method used to set the top right corner control in this composite.
setTriggerDelay(int) - Method in class com.ibm.xtools.mmi.core.refactor.AutoTriggeredSynchronizationManager
Sets the delay to wait in milliseconds before executing the queued requests.
setViewerEnabled() - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite
Sets the viewer enablement to reflect the read only state in the model.
setViewerSorter(ViewerSorter) - Method in class com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite
Method used to set the ViewerSorter of the tree viewer in this composite.
setVisible(boolean) - Method in class com.ibm.xtools.common.ui.wizards.AbstractNewModelPage
 
SEVERITY - Static variable in interface com.ibm.xtools.emf.reminders.core.resources.IReminderMarker
Marker severity associated with all reminders
shouldCreateMarker(IModelConstraint, EObject, Collection) - Method in class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter
Determines whether a marker should be created for the given parameters.
shouldOffsetFromBoundingBox() - Method in interface com.ibm.xtools.presentation.services.layout.ILayoutNodesOperation
Deprecated. shouldOffsetFromBoundingBox
shouldUseExtraSpace() - Method in class com.ibm.xtools.common.ui.reduction.properties.EditingCapabilitiesPropertiesSection
 
SHOW_MMI_ELEMENTS_ROLE - Static variable in interface com.ibm.xtools.mmi.ui.editpolicies.MMIEditPolicyRoles
The key used to install a ShowMMIElements EditPolicy.
SignatureUtil - Class in com.ibm.xtools.emf.core.signature
Utilities for working with emf.core signatures.
SignatureUtil() - Constructor for class com.ibm.xtools.emf.core.signature.SignatureUtil
 
source - Variable in class com.ibm.xtools.mmi.core.services.map.operations.AdaptOperation
Source element to adapt
sourceModel - Variable in class com.ibm.xtools.common.ui.wizards.config.ExistingModelConfiguration
 
sourceModel - Variable in class com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage
 
SourceSynchronizationOperation - Class in com.ibm.xtools.mmi.core.services.sync.operations
An Operation that, when executed, emits a command to modify source code.
SourceSynchronizationOperation(ModelChangeDelta) - Constructor for class com.ibm.xtools.mmi.core.services.sync.operations.SourceSynchronizationOperation
Constructor that takes in the delta that will be used to emit a command to modify the source code.
SourceSynchronizationService - Class in com.ibm.xtools.mmi.core.services.sync
Service implementation supporting the participation of one or more ISourceSynchronizationProvider implementations in emitting updates to PSM model elements based on changes to the Semantic model.
SOUTH - Static variable in class com.ibm.xtools.presentation.services.decorator.IDecoratorTarget.Direction
Deprecated. South
SOUTH_EAST - Static variable in class com.ibm.xtools.presentation.services.decorator.IDecoratorTarget.Direction
Deprecated. South-East
SOUTH_WEST - Static variable in class com.ibm.xtools.presentation.services.decorator.IDecoratorTarget.Direction
Deprecated. South-West
STANDARD_BUTTON_TEXT - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelMainPage
 
STANDARD_BUTTON_TEXT - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelProjectMainPage
 
STANDARD_DESCRIPTION - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelMainPage
 
STANDARD_DESCRIPTION - Static variable in class com.ibm.xtools.common.ui.wizards.NewModelProjectMainPage
 
start(BundleContext) - Method in class com.ibm.xtools.mmi.core.MMICorePlugin
 
startCDATA() - Method in class com.ibm.xtools.mmi.core.contenttype.MMIXMLHandler
 
startDTD(String, String, String) - Method in class com.ibm.xtools.mmi.core.contenttype.MMIXMLHandler
 
startElement(String, String, String) - Method in class com.ibm.xtools.emf.index.xmi.providers.IndexSAXXMIHandler
 
startElement(String, String, String, Attributes) - Method in class com.ibm.xtools.mmi.core.contenttype.MMIXMLHandler
 
startEntity(String) - Method in class com.ibm.xtools.mmi.core.contenttype.MMIXMLHandler
 
startInlineEdit(TreeViewer, ICommonViewerContentDescriber) - Static method in class com.ibm.xtools.common.ui.navigator.utils.NavigatorInlineEditUtil
Starts the inline edit of the selected element in the Project Explorer
startInlineEdit(EObject, ICommonViewerContentDescriber) - Static method in class com.ibm.xtools.common.ui.navigator.utils.NavigatorInlineEditUtil
Utility to start the inline editing of the element in the Project Explorer.
startInlineEdit(EObject, EObject, ICommonViewerContentDescriber) - Static method in class com.ibm.xtools.common.ui.navigator.utils.NavigatorInlineEditUtil
Utility to start the inline editing of the element in the Project Explorer.
startListening() - Method in class com.ibm.xtools.common.ui.reduction.UIReductionPartAdapter
 
startTraversal(Collection, IProgressMonitor) - Method in class com.ibm.xtools.emf.validation.core.traversal.AbstractLoadedResourcesTraversalStrategy
 
stop(BundleContext) - Method in class com.ibm.xtools.mmi.core.MMICorePlugin
 
stopListening() - Method in class com.ibm.xtools.common.ui.reduction.UIReductionPartAdapter
 
STRICT_ECLASS_EQUALITY - Static variable in class com.ibm.xtools.emf.index.search.IndexContext
Option to control the usage of the EClass argument when passed to the find methods.
StructuredReference - Class in com.ibm.xtools.mmi.core.ref
Structured reference can be used to represent any domain element in terms of properties.
StructuredReference.StructuredReferenceIterator - Class in com.ibm.xtools.mmi.core.ref
A StructuredReference may contain supporting StructuredReference objects.
StructuredReference.StructuredReferenceIterator(StructuredReference) - Constructor for class com.ibm.xtools.mmi.core.ref.StructuredReference.StructuredReferenceIterator
Constructor for StructuredReferenceIterator for the specified StructuredReference
StructuredReferenceInfoConstants - Class in com.ibm.xtools.mmi.core.services.ref
Common Information constants for a StructuredReference.
StructuredReferenceInfoConstants() - Constructor for class com.ibm.xtools.mmi.core.services.ref.StructuredReferenceInfoConstants
 
StructuredReferenceInfoOperation - Class in com.ibm.xtools.mmi.core.services.ref.operations
Operation to retrieve inforation for a specific StructuredReference.
StructuredReferenceInfoOperation(Object, StructuredReference, String) - Constructor for class com.ibm.xtools.mmi.core.services.ref.operations.StructuredReferenceInfoOperation
Constructor with referencedContext, StructuredReference and infoName
StructuredReferenceKey - Class in com.ibm.xtools.mmi.core.cache
This class defines the key to do a lookup in the MMIResourceCache.
StructuredReferenceKey(StructuredReference, EClass) - Constructor for class com.ibm.xtools.mmi.core.cache.StructuredReferenceKey
Constructor for StructuredReferenceKey.
StructuredReferenceService - Class in com.ibm.xtools.mmi.core.services.ref
This service is to provide StructuredReference for the specified domain element, and to resolve specified StructuredReference to a domain Element.
SUCCESSES - Static variable in class com.ibm.xtools.emf.validation.core.presentation.ValidationPresenter
Indicates that the presenter is interested in success statuses.
successStatuses - Variable in class com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter.BuildMarkerData
 
supportedOptions - Static variable in class com.ibm.xtools.mmi.core.contenttype.XMLExactRootContentDescriber
Array of QualifiedName representing qualifiedElement and notQualifiedElement
supports(ModelChangeDelta) - Method in class com.ibm.xtools.mmi.core.services.sync.AbstractSourceSynchronizationProvider
 
supportsOption(int) - Method in class com.ibm.xtools.emf.validation.core.presentation.ValidationPresenter
 
SVG - Static variable in class com.ibm.xtools.presentation.ui.image.ImageFileFormat
Deprecated. supported format Scalable Vector Graphics (SVG).
SynchronizationJob - Class in com.ibm.xtools.mmi.core.refactor
Job that causes the specified synchronization manager to execute all of its currently queueud requests.
SynchronizationJob(TransactionalEditingDomain, AutoTriggeredSynchronizationManager) - Constructor for class com.ibm.xtools.mmi.core.refactor.SynchronizationJob
Constructor that takes in an editing domain and an AutoTriggeredSynchronizationManager that will have its queued requests executed.
synchronize() - Method in interface com.ibm.xtools.mmi.core.refactor.index.IRefactoring
Make the necessary changes to the MappedTargetModel, for example rename or move the Target element(s) to reflect the changes in the Domain world.
synchronize() - Method in interface com.ibm.xtools.mmi.core.refactor.traverse.IUpdate
Make the necessary changes to the MappedTargetModel, for example rename or move the Target element(s) to reflect the changes in the Domain world.
SYNCHRONIZE_INDEX - Static variable in class com.ibm.xtools.emf.index.search.IndexContext
Option to decide whether to synchronize the index during a query.
synchronizeFeature(EStructuralFeature, Object) - Method in interface com.ibm.xtools.mmi.core.ITarget
Synchronizes a particular structural feature of the implementing meta-class.
synchronizeFeature(EObject, EStructuralFeature, Object) - Method in interface com.ibm.xtools.mmi.core.ITargetSynchronizer
Synchronize the structural feature of the target EObject
synchronizeFeature(EStructuralFeature, Object) - Method in class com.ibm.xtools.mmi.core.TargetImpl
Synchronizes a given structural feature of the delegator ITarget

Domain Modeling Layer
A B C D E F G H I J L M N O P Q R S T U V W X
© Copyright IBM Corp. 2009. All rights reserved.