|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MOFScriptTransformation in org.sintef.mofscript.MOFScriptModel |
---|
Methods in org.sintef.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.sintef.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.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement MOFScriptTransformation | |
---|---|
class |
MOFScriptTransformationImpl
An implementation of the model object 'MOF Script Transformation' |
Fields in org.sintef.mofscript.MOFScriptModel.impl declared as MOFScriptTransformation | |
---|---|
protected MOFScriptTransformation |
MOFScriptTransformationImpl.extends_
The cached value of the ' Extends ' reference |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return MOFScriptTransformation | |
---|---|
MOFScriptTransformation |
MOFScriptTransformationImpl.basicGetExtends()
|
MOFScriptTransformation |
MOFScriptModelFactoryImpl.createMOFScriptTransformation()
|
MOFScriptTransformation |
MOFScriptTransformationImpl.getExtends()
|
MOFScriptTransformation |
TransformationRuleImpl.getOwner()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type MOFScriptTransformation | |
---|---|
void |
MOFScriptTransformationImpl.setExtends(MOFScriptTransformation newExtends)
|
void |
TransformationRuleImpl.setOwner(MOFScriptTransformation newOwner)
|
Uses of MOFScriptTransformation in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type MOFScriptTransformation | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseMOFScriptTransformation(MOFScriptTransformation object)
Returns the result of interpretting the object as an instance of 'MOF Script Transformation' |
Uses of MOFScriptTransformation in org.sintef.mofscript.parser |
---|
Fields in org.sintef.mofscript.parser declared as MOFScriptTransformation | |
---|---|
protected MOFScriptTransformation |
MofScriptModelChecker._transformation
|
Methods in org.sintef.mofscript.parser that return MOFScriptTransformation | |
---|---|
MOFScriptTransformation |
MofScriptModelChecker.getTransformationModel()
|
MOFScriptTransformation |
MofScriptParser.mofscriptDeclarationExtra()
. |
MOFScriptTransformation |
MofScriptParser.mofscriptTransformation(MOFScriptSpecification spec)
The root of a transformation |
Methods in org.sintef.mofscript.parser with parameters of type MOFScriptTransformation | |
---|---|
void |
MofScriptModelChecker.addImportedTransformation(java.lang.String importName,
java.lang.String importUri,
MOFScriptTransformation importedTr)
|
VariableDeclaration |
MofScriptModelChecker.findGlobalVariables(MOFScriptTransformation transformation,
java.lang.String name)
|
boolean |
MofScriptModelChecker.isSuperTransformation(MOFScriptTransformation transformation,
MOFScriptTransformation possibleSuper)
|
java.util.Vector |
MofScriptParser.mofscriptModuleDecl(MOFScriptTransformation transformationOwner)
Module declaration |
void |
MofScriptParser.mofscriptTransformationBody(MOFScriptSpecification spec,
MOFScriptTransformation transformation)
the body of a transformation |
void |
MofScriptParser.mofscriptTransformationHeader(MOFScriptSpecification spec,
MOFScriptTransformation transformation)
the header (signature) of a transformation |
protected void |
MofScriptModelChecker.setExtendsRelation(MOFScriptTransformation transformation,
java.util.Hashtable trHierarchy)
|
void |
MofScriptModelChecker.setTransformationModel(MOFScriptTransformation transformation)
|
Uses of MOFScriptTransformation in org.sintef.mofscript.runtime |
---|
Methods in org.sintef.mofscript.runtime that return MOFScriptTransformation | |
---|---|
MOFScriptTransformation |
TransformationProxy.getClosestSuperWithRule(TransformationRule rule)
|
MOFScriptTransformation |
TransformationProxy.getImportedTransformation(java.lang.String name)
|
MOFScriptTransformation |
TransformationProxy.getTransformation()
|
Methods in org.sintef.mofscript.runtime with parameters of type MOFScriptTransformation | |
---|---|
void |
TransformationProxy.addImportedTransformation(java.lang.String importName,
java.lang.String importUri,
MOFScriptTransformation importedTransformation)
|
static java.util.Set |
ExecutionManager.getAllSuperRuleNames(MOFScriptTransformation transformation)
|
static java.util.Set |
ExecutionManager.getAllSuperRules(MOFScriptTransformation transformation)
|
boolean |
TransformationProxy.isSuperTransformation(MOFScriptTransformation transformation)
|
void |
ExecutionManager.setTransformationModel(MOFScriptTransformation transformation)
|
Constructors in org.sintef.mofscript.runtime with parameters of type MOFScriptTransformation | |
---|---|
TransformationProxy(MOFScriptTransformation realTrans)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |