Skip navigation links
C G H I M N P S T U V 

C

CAN_NOT_CREATE_MAPPING_MODEL - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
CAN_NOT_CREATE_MAPPING_MODEL_INVALID_CONTAINER - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
CAN_NOT_CREATE_PARENT_PACKAGE - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
CAN_NOT_LOAD_MAPPING_MODEL - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
CAN_NOT_SAVE_MAPPING_MODEL - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
com.ibm.xtools.transform.uml2.mapping - package com.ibm.xtools.transform.uml2.mapping
This package provides public API for the mapping transformation utility.
CREATE_MAPPING - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingMode
The mapping mode that specifies the transformation should create a mapping model.

G

getFilename(NamedElement, ITransformContext, Character) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Retrieves the alternate filename (specified by the user) for the given source model element.
getFilename(NamedElement, ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Retrieves the alternate filename (specified by the user) for the given source model element.
getFilenameIgnoringParent(NamedElement, ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Retrieves the alternate filename (specified by the user) for the given source model element.
getId() - Method in interface com.ibm.xtools.transform.uml2.mapping.IMappingMode
Retrieves the id of this mode.
getMappingMode(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingModeUtility
Retrieves the mapping mode specified in the given context.
getMappingModeWithId(int) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingModeUtility
Retrieves the MappingMode corresponding to the given id.
getName() - Method in interface com.ibm.xtools.transform.uml2.mapping.IMappingMode
Returns the name of this mapping mode.

H

hasMappingModelContentFor(NamedElement, ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Checks if the mapping model has an Artifact for the given source model element.

I

IMappingCodes - Interface in com.ibm.xtools.transform.uml2.mapping
This interface provides a list of all the codes used by the mapping plug-in.
IMappingMode - Interface in com.ibm.xtools.transform.uml2.mapping
This class represents the type of operation the mapping utility will be used for.
initialize(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Creates the mapping model.
INVALID_MAPPING_MODEL_NAME_SPECIFIED - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
INVALID_SOURCE_TYPE - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
isAMappingModelWritingMode(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingModeUtility
Determines if the selected mapping mode will result in a mapping model bring written to.
isCreateMappingMode(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingModeUtility
Determines if the selected mapping mode is "Create Mapping."
isNoMappingMode(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingModeUtility
Determines if the selected mapping mode is "No Mapping."
isUpdateMappingMode(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingModeUtility
Determines if the selected mapping mode is "Update Mapping."
isUsesMappingMode(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingModeUtility
Determines if the selected mapping mode is "Uses Mapping."

M

MAPPING_EXISTS - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
MAPPING_MODE_NOT_SPECIFIED - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
Deprecated.
This code is no longer used.
MAPPING_MODEL_NOT_IN_PROJECT - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
Deprecated.
No longer needed now that the mapping utility uses workspace paths.
MAPPING_MODEL_NOT_SPECIFIED - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
MAPPING_NOT_SELECTED - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
MappingModeUtility - Class in com.ibm.xtools.transform.uml2.mapping
This is a static utility class that provides helper methods for working with mapping modes.
MappingUtility - Class in com.ibm.xtools.transform.uml2.mapping
This is a utility class that provides the primary API to the transformation mapping utility.
MULTIPLE_MAPPINGS_IN_SINGLE_MODEL - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 

N

NEW_NAME_IDENTICAL_TO_OLD - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
NO_ELEMENT_SPECIFIED - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 
NO_MAPPING - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingMode
The mapping mode that specifies mapped names will not be used.
NO_MAPPING_SPECIFIED - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 

P

populateMappingModel(List, ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Populates the mapping model with an Artifact for each source model element in the given List.
populateMappingModel(NamedElement, ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Populates the mapping model with an Artifact for the given source model element.

S

setMappedName(NamedElement, String, ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Sets the mapped name of the given NamedElement to be the given mapped name.
SUCCESS - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingCodes
 

T

terminate(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Saves the mapping model.

U

UPDATE_MAPPING - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingMode
The mapping mode that specifies the transformation should update a mapping model.
USES_MAPPING - Static variable in interface com.ibm.xtools.transform.uml2.mapping.IMappingMode
The mapping mode that specifies mapped names will be used.

V

validateContext(ITransformContext) - Static method in class com.ibm.xtools.transform.uml2.mapping.MappingUtility
Ensures the given context is valid for transformation mapping.
C G H I M N P S T U V 
Skip navigation links