Uses of Interface
org.eclipse.mofscript.MOFScriptModel.MOFScriptTransformation

Packages that use MOFScriptTransformation
org.eclipse.mofscript.editor   
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.parser   
org.eclipse.mofscript.runtime   
 

Uses of MOFScriptTransformation in org.eclipse.mofscript.editor
 

Methods in org.eclipse.mofscript.editor with parameters of type MOFScriptTransformation
protected  void ExecutionUtility.executeModelDirect(MOFScriptTransformation transformation, java.lang.String[] fileFilter)
           
 

Uses of MOFScriptTransformation in org.eclipse.mofscript.MOFScriptModel
 

Subinterfaces of MOFScriptTransformation in org.eclipse.mofscript.MOFScriptModel
 interface MOFScriptAspect
          A representation of the model object 'MOF Script Aspect'
 

Methods in org.eclipse.mofscript.MOFScriptModel that return MOFScriptTransformation
 MOFScriptTransformation MOFScriptModelFactory.createMOFScriptTransformation()
          Returns a new object of class 'MOF Script Transformation'
 MOFScriptTransformation MOFScriptTransformation.getExtends()
          Returns the value of the 'Extends' reference
 MOFScriptTransformation TransformationRule.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in org.eclipse.mofscript.MOFScriptModel that return types with arguments of type MOFScriptTransformation
 org.eclipse.emf.common.util.EList<MOFScriptTransformation> MOFScriptSpecification.getTransformation()
          Returns the value of the 'Transformation' containment reference list.
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type MOFScriptTransformation
 void MOFScriptTransformation.setExtends(MOFScriptTransformation value)
          Sets the value of the 'Extends' reference
 void TransformationRule.setOwner(MOFScriptTransformation value)
          Sets the value of the 'Owner' container reference
 

Uses of MOFScriptTransformation in org.eclipse.mofscript.MOFScriptModel.impl
 

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement MOFScriptTransformation
 class MOFScriptAspectImpl
          An implementation of the model object 'MOF Script Aspect'
 class MOFScriptTransformationImpl
          An implementation of the model object 'MOF Script Transformation'
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as MOFScriptTransformation
protected  MOFScriptTransformation MOFScriptTransformationImpl.extends_
          The cached value of the 'Extends' reference
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl with type parameters of type MOFScriptTransformation
protected  org.eclipse.emf.common.util.EList<MOFScriptTransformation> MOFScriptSpecificationImpl.transformation
          The cached value of the 'Transformation' containment reference list
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return MOFScriptTransformation
 MOFScriptTransformation MOFScriptTransformationImpl.basicGetExtends()
           
 MOFScriptTransformation MOFScriptModelFactoryImpl.createMOFScriptTransformation()
           
 MOFScriptTransformation MOFScriptTransformationImpl.getExtends()
           
 MOFScriptTransformation TransformationRuleImpl.getOwner()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return types with arguments of type MOFScriptTransformation
 org.eclipse.emf.common.util.EList<MOFScriptTransformation> MOFScriptSpecificationImpl.getTransformation()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type MOFScriptTransformation
 org.eclipse.emf.common.notify.NotificationChain TransformationRuleImpl.basicSetOwner(MOFScriptTransformation newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MOFScriptTransformationImpl.setExtends(MOFScriptTransformation newExtends)
           
 void TransformationRuleImpl.setOwner(MOFScriptTransformation newOwner)
           
 

Uses of MOFScriptTransformation in org.eclipse.mofscript.MOFScriptModel.util
 

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type MOFScriptTransformation
 T MOFScriptModelSwitch.caseMOFScriptTransformation(MOFScriptTransformation object)
          Returns the result of interpreting the object as an instance of 'MOF Script Transformation'
 

Uses of MOFScriptTransformation in org.eclipse.mofscript.parser
 

Fields in org.eclipse.mofscript.parser declared as MOFScriptTransformation
protected  MOFScriptTransformation MofScriptModelChecker._transformation
           
 

Fields in org.eclipse.mofscript.parser with type parameters of type MOFScriptTransformation
protected  java.util.HashMap<java.lang.String,MOFScriptTransformation> MofScriptModelChecker._importedTransformations
           
 

Methods in org.eclipse.mofscript.parser that return MOFScriptTransformation
 MOFScriptTransformation MofScriptModelChecker.getTransformationModel()
           
 MOFScriptTransformation MofScript2Parser.mofscriptDeclarationExtra()
           
 MOFScriptTransformation MofScript2Parser.mofscriptTransformation(MOFScriptSpecification spec)
           
 

Methods in org.eclipse.mofscript.parser with parameters of type MOFScriptTransformation
 void MofScriptModelChecker.addImportedTransformation(java.lang.String importName, java.lang.String importUri, MOFScriptTransformation importedTr)
          Add imported transformations
 VariableDeclaration MofScriptModelChecker.findGlobalVariables(MOFScriptTransformation transformation, java.lang.String name)
          Finds global variables
 boolean MofScriptModelChecker.isSuperTransformation(MOFScriptTransformation transformation, MOFScriptTransformation possibleSuper)
           
 java.util.Vector MofScript2Parser.mofscriptModuleDecl(MOFScriptTransformation transformationOwner)
           
 void MofScript2Parser.mofscriptTransformationBody(MOFScriptSpecification spec, MOFScriptTransformation transformation)
           
 void MofScript2Parser.mofscriptTransformationHeader(MOFScriptSpecification spec, MOFScriptTransformation transformation)
           
protected  void MofScriptModelChecker.setExtendsRelation(MOFScriptTransformation transformation, java.util.HashMap<java.lang.String,MOFScriptTransformation> trHierarchy)
          Set the extend relation
 void MofScriptModelChecker.setTransformationModel(MOFScriptTransformation transformation)
           
 

Method parameters in org.eclipse.mofscript.parser with type arguments of type MOFScriptTransformation
protected  void MofScriptModelChecker.setExtendsRelation(MOFScriptTransformation transformation, java.util.HashMap<java.lang.String,MOFScriptTransformation> trHierarchy)
          Set the extend relation
 

Uses of MOFScriptTransformation in org.eclipse.mofscript.runtime
 

Methods in org.eclipse.mofscript.runtime that return MOFScriptTransformation
 MOFScriptTransformation TransformationProxy.getClosestSuperWithRule(TransformationRule rule)
           
 MOFScriptTransformation TransformationProxy.getImportedTransformation(java.lang.String name)
          Gets an imported transfromation with name == parameter name
 MOFScriptTransformation ExecutionManager.getMofScript2TextTransformation()
          Returns the model representation of the MOFScript to Text transformation
 MOFScriptTransformation ExecutionManager.getMofScriptAspectTransformation()
           
protected  MOFScriptTransformation ExecutionManager.getMofScriptTransformation(java.lang.String fileUri)
          Returns the model representation of the MOFScript to Text transformation
 MOFScriptTransformation TransformationProxy.getTransformation()
           
 MOFScriptTransformation TransformationProxy.getTransformationByName(java.lang.String name)
           
 

Methods in org.eclipse.mofscript.runtime with parameters of type MOFScriptTransformation
 void TransformationProxy.addImportedTransformation(java.lang.String importName, java.lang.String importUri, MOFScriptTransformation importedTransformation)
          Adds imported transformations to a collection
static java.util.Set ExecutionManager.getAllSuperRuleNames(MOFScriptTransformation transformation)
           
static java.util.Set ExecutionManager.getAllSuperRules(MOFScriptTransformation transformation)
           
 java.util.List<Variable> TransformationProxy.getVariablesForTransformation(MOFScriptTransformation trans)
           
 boolean TransformationProxy.isSuperTransformation(MOFScriptTransformation transformation)
          Checks whether a transformation is a super transformation
protected  boolean TransformationProxy.isSuperTypeOf(MOFScriptTransformation potentialSuper, MOFScriptTransformation potentialSub)
          Checs whether a transformation is the super type of another
 void ExecutionManager.setTransformationModel(MOFScriptTransformation transformation)
           
 

Constructors in org.eclipse.mofscript.runtime with parameters of type MOFScriptTransformation
TransformationProxy(MOFScriptTransformation realTrans)
           
TransformationProxy(MOFScriptTransformation realTrans, java.lang.String uri)