IBM Rational Software Modeler
Release 6.0

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

Packages that use Transform
com.ibm.xtools.transform.core   
com.ibm.xtools.transform.uml2   
 

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

Subclasses of Transform 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.
 

Methods in com.ibm.xtools.transform.core that return Transform
 Transform RootTransform.getMainTransform()
          Retrieve the main transform.
 Transform RootTransform.initialize(Transform aTransform, boolean acceptList)
          Initialize the root transform to create the three phase structure.
 

Methods in com.ibm.xtools.transform.core with parameters of type Transform
 Transform RootTransform.initialize(Transform aTransform, boolean acceptList)
          Initialize the root transform to create the three phase structure.
protected  void Transform.registerTransform(Transform transform)
          Add a transform to the registry of all transforms in this transformation heirarchy.
 

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

Subclasses of Transform 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.
 

Methods in com.ibm.xtools.transform.uml2 that return Transform
 Transform UMLKindTransform.addByKind(org.eclipse.emf.ecore.EClass elementKind, AbstractTransformElement transformElement)
          Add a transformation element for the given element kind.
 Transform UMLKindTransform.findTransformByKind(org.eclipse.emf.ecore.EClass elementKind)
          Retrieve the subtransform created for a specific element kind.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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