IBM Rational Software Modeler
Release 6.0

Uses of Class
com.ibm.xtools.transform.core.AbstractTransform

Packages that use AbstractTransform
com.ibm.xtools.patterns.framework.test   
com.ibm.xtools.transform.core   
com.ibm.xtools.transform.uml2   
 

Uses of AbstractTransform in com.ibm.xtools.patterns.framework.test
 

Methods in com.ibm.xtools.patterns.framework.test with parameters of type AbstractTransform
protected  void AbstractTestCase.generateCodeForModel(AbstractTransform modelTransform, org.eclipse.uml2.Model testModel, org.eclipse.jdt.core.IJavaProject targetJavaProject)
          Deprecated. use AbstractGoFTestSetup.generateCodeForSourceList
 

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

Subclasses of AbstractTransform in com.ibm.xtools.transform.core
 class RootTransform
          The Root Transform class is a utility class that transformation authors can used as the root of their transformation.
 class Transform
          This Transform class contains the implementation for the default transformation engine.
 

Methods in com.ibm.xtools.transform.core that return AbstractTransform
 AbstractTransform AbstractContentExtractor.getTransform()
          Retrieve the associated transform that will be applied to the contents returned by this extractor.
abstract  AbstractTransform AbstractTransformationProvider.createTransformation(ITransformationDescriptor descriptor)
          Create an instance of the corresponding transformation.
 AbstractTransform ITransformContext.getTransform()
          Get the transform associated with this context.
 AbstractTransform Transform.findTransform(String id)
          Find a transform with the specified identifier that is contained within this transformation hierarchy.
static AbstractTransform TransformationServiceUtil.createTransformation(ITransformationDescriptor descriptor)
          Create a transformation instance for the given transformation descriptor.
 

Methods in com.ibm.xtools.transform.core with parameters of type AbstractTransform
 void AbstractContentExtractor.setTransform(AbstractTransform transform)
          Set the associated transform for this extractor.
 

Constructors in com.ibm.xtools.transform.core with parameters of type AbstractTransform
AbstractContentExtractor(String id, AbstractTransform transform)
          Constructor to create a ContentExtractor.
ListContentExtractor(String id, AbstractTransform transform)
          Extractor constructor.
 

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

Subclasses of AbstractTransform in com.ibm.xtools.transform.uml2
 class UMLKindTransform
          This transform provides a generic mechanism to walk the entire UML2 containment (owner) hierarchy so that specific transformation elements can be executed based upon the UML2 element kind (eClass).
 class UMLTransform
          The UML Transform class is a utlity class for transformations that work with UML2 models.
 

Constructors in com.ibm.xtools.transform.uml2 with parameters of type AbstractTransform
UMLElementKindExtractor(String id, AbstractTransform transform, org.eclipse.emf.ecore.EClass elementKind)
          Constructor.
UMLSubtypeOfKindExtractor(String id, AbstractTransform transform, org.eclipse.emf.ecore.EClass elementKind)
          Constructor
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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