IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.transform.core.ITransformationDescriptor

Packages that use ITransformationDescriptor
com.ibm.xtools.patterns.core   
com.ibm.xtools.patterns.framework Provides the base classes that form the patterns framework.  
com.ibm.xtools.transform.core   
com.ibm.xtools.transform.ui   
com.ibm.xtools.transform.uml2   
 

Uses of ITransformationDescriptor in com.ibm.xtools.patterns.core
 

Subinterfaces of ITransformationDescriptor in com.ibm.xtools.patterns.core
 interface IParameterDescriptor
          Represents a parameter of a pattern.
 interface IPatternDescriptor
          Captures the information about the pattern that it is required or useful in understanding the semantics of the pattern, the steps involved in applying the pattern, and the result of applying the pattern.
 

Uses of ITransformationDescriptor in com.ibm.xtools.patterns.framework
 

Classes in com.ibm.xtools.patterns.framework that implement ITransformationDescriptor
 class AbstractPatternDefinition
          This is the base abstract pattern definition class.
 class AbstractPatternParameter
          This class is the common implementation for a pattern parameter and will typically be used indirectly through another subclass that further specializes this class.
 class PatternDefinitionUsage
          The pattern definition usage class represents the use of a pattern definition.
 class PatternParameterUsage
          A pattern parameter usage is used to wrap the use of a pattern parameter from other parts within the framework.
 

Uses of ITransformationDescriptor in com.ibm.xtools.transform.core
 

Methods in com.ibm.xtools.transform.core that return ITransformationDescriptor
 ITransformationDescriptor AbstractTransform.getTransformationDescriptor()
          Retrieve the associated transformation descriptor.
static ITransformationDescriptor TransformationServiceUtil.getTransformationDescriptor(String id)
          Obtain the transformation descriptor for the given identifier.
 

Methods in com.ibm.xtools.transform.core with parameters of type ITransformationDescriptor
abstract  AbstractTransform AbstractTransformationProvider.createTransformation(ITransformationDescriptor descriptor)
          Create an instance of the corresponding transformation.
 org.eclipse.core.runtime.IStatus AbstractTransformationProvider.validateContext(ITransformationDescriptor descriptor, ITransformContext context)
          Validate the context for the corresponding transformation.
static AbstractTransform TransformationServiceUtil.createTransformation(ITransformationDescriptor descriptor)
          Create a transformation instance for the given transformation descriptor.
static org.eclipse.core.runtime.IStatus TransformationServiceUtil.validateContext(ITransformationDescriptor descriptor, ITransformContext context)
          Validate the context for the corresponding transformation.
 

Constructors in com.ibm.xtools.transform.core with parameters of type ITransformationDescriptor
AbstractTransform(ITransformationDescriptor descriptor)
          The constructor to be used when creating a root transform.
RootTransform(ITransformationDescriptor descriptor)
          Constructor.
Transform(ITransformationDescriptor descriptor)
          Constructor for creating root transforms.
 

Uses of ITransformationDescriptor in com.ibm.xtools.transform.ui
 

Methods in com.ibm.xtools.transform.ui with parameters of type ITransformationDescriptor
static AbstractTransformConfigTab AbstractTransformGUI.createDefaultPropertyTab(ITransformationDescriptor descriptor)
          Create the default property tab for the transformation configuration.
static AbstractTransformConfigTab AbstractTransformGUI.createUML2TargetContainerTab(ITransformationDescriptor descriptor)
          Create the default UML2 target container tab for the transformation configuration.
static AbstractTransformConfigTab AbstractTransformGUI.createTransformCommonTab(ITransformationDescriptor descriptor)
          Create the default transformation common tab for the transformation configuration.
 AbstractTransformConfigTab[] AbstractTransformGUI.getConfigurationTabs(ITransformationDescriptor descriptor)
          Return the custom list of tabs to be displayed for the given transformation's configurations.
 boolean AbstractTransformGUI.showInTargetContainerTree(ITransformationDescriptor transformationDescriptor, Object suggestedTargetContainer)
          Determine if the suggested object should be shown in the 'Target' tab's tree.
 

Constructors in com.ibm.xtools.transform.ui with parameters of type ITransformationDescriptor
AbstractTransformConfigTab(ITransformationDescriptor transDesc, String tabId, String label)
          Constructor for a transform configuration tab
 

Uses of ITransformationDescriptor in com.ibm.xtools.transform.uml2
 

Constructors in com.ibm.xtools.transform.uml2 with parameters of type ITransformationDescriptor
UMLKindTransform(ITransformationDescriptor descriptor)
          Constructor for creating root transforms.
UMLTransform(ITransformationDescriptor info)
          Constructor for creating root transforms.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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