Uses of Interface
org.sintef.mofscript.MOFScriptModel.TransformationRule

Packages that use TransformationRule
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
org.sintef.mofscript.MOFScriptModel.util   
org.sintef.mofscript.parser   
org.sintef.mofscript.runtime   
 

Uses of TransformationRule in org.sintef.mofscript.MOFScriptModel
 

Methods in org.sintef.mofscript.MOFScriptModel that return TransformationRule
 TransformationRule MOFScriptModelFactory.createTransformationRule()
          Returns a new object of class 'Transformation Rule'
 TransformationRule TransformationRule.getExtends()
          Returns the value of the 'Extends' reference
 

Methods in org.sintef.mofscript.MOFScriptModel with parameters of type TransformationRule
 void TransformationRule.setExtends(TransformationRule value)
          Sets the value of the 'Extends' reference
 

Uses of TransformationRule in org.sintef.mofscript.MOFScriptModel.impl
 

Classes in org.sintef.mofscript.MOFScriptModel.impl that implement TransformationRule
 class TransformationRuleImpl
          An implementation of the model object 'Transformation Rule'
 

Fields in org.sintef.mofscript.MOFScriptModel.impl declared as TransformationRule
protected  TransformationRule TransformationRuleImpl.extends_
          The cached value of the 'Extends' reference
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return TransformationRule
 TransformationRule TransformationRuleImpl.basicGetExtends()
           
 TransformationRule MOFScriptModelFactoryImpl.createTransformationRule()
           
 TransformationRule TransformationRuleImpl.getExtends()
           
 

Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type TransformationRule
 void TransformationRuleImpl.setExtends(TransformationRule newExtends)
           
 

Uses of TransformationRule in org.sintef.mofscript.MOFScriptModel.util
 

Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type TransformationRule
 java.lang.Object MOFScriptModelSwitch.caseTransformationRule(TransformationRule object)
          Returns the result of interpretting the object as an instance of 'Transformation Rule'
 

Uses of TransformationRule in org.sintef.mofscript.parser
 

Fields in org.sintef.mofscript.parser declared as TransformationRule
protected  TransformationRule MofScriptModelChecker._currentRule
           
 

Methods in org.sintef.mofscript.parser that return TransformationRule
 TransformationRule MofScriptParser.abstractTransformationRule()
          An abstract transformation rule
 TransformationRule MofScriptParser.normalTransformationRule()
          A normal transformation rule
 TransformationRule MofScriptParser.transformationRule()
          Transformation rule
 

Methods in org.sintef.mofscript.parser with parameters of type TransformationRule
 void MofScriptModelChecker.checkTransformationRule(TransformationRule rule, boolean postCheck)
          Checks a transformation rule for type usages, rule invocations etc
 

Uses of TransformationRule in org.sintef.mofscript.runtime
 

Fields in org.sintef.mofscript.runtime declared as TransformationRule
protected  TransformationRule RuleExecutor._rule
           
 

Methods in org.sintef.mofscript.runtime that return TransformationRule
 TransformationRule TransformationProxy.getEntryPoint()
           
 TransformationRule TransformationProxy.getImportedTransformationRule(java.lang.String name, java.lang.String possibleScoping, java.lang.String ownerTransformation)
           
 TransformationRule RuleExecutor.getRule()
           
 TransformationRule TransformationProxy.getTransformationRule(java.lang.String name)
           
 TransformationRule ExecutionManager.getTransformationRule2(java.lang.String name, java.lang.String possibleScope, java.lang.String ownerTransformation)
          Deprecated.  
 TransformationRule TransformationProxy.getTransformationRuleForType(FunctionCall f, java.lang.String name, java.lang.String ownerTransformation, java.lang.String possibleScope, java.lang.Object contextObject)
           
 

Methods in org.sintef.mofscript.runtime with parameters of type TransformationRule
 MOFScriptTransformation TransformationProxy.getClosestSuperWithRule(TransformationRule rule)
           
 boolean TransformationProxy.hasOtherRuleWithName(TransformationRule rule)
           
protected  boolean ExecutionManager.ruleIsForConcept(TransformationRule r, java.lang.String concept)
           
 

Constructors in org.sintef.mofscript.runtime with parameters of type TransformationRule
RuleExecutor(TransformationRule rule, ExecutionManager execMgr)