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

Packages that use MOFScriptParameter
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
org.sintef.mofscript.MOFScriptModel.util   
org.sintef.mofscript.parser   
 

Uses of MOFScriptParameter in org.sintef.mofscript.MOFScriptModel
 

Methods in org.sintef.mofscript.MOFScriptModel that return MOFScriptParameter
 MOFScriptParameter MOFScriptModelFactory.createMOFScriptParameter()
          Returns a new object of class 'MOF Script Parameter'
 MOFScriptParameter TransformationRule.getContext()
          Returns the value of the 'Context' containment reference
 

Methods in org.sintef.mofscript.MOFScriptModel with parameters of type MOFScriptParameter
 void TransformationRule.setContext(MOFScriptParameter value)
          Sets the value of the 'Context' containment reference
 

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

Classes in org.sintef.mofscript.MOFScriptModel.impl that implement MOFScriptParameter
 class MOFScriptParameterImpl
          An implementation of the model object 'MOF Script Parameter'
 

Fields in org.sintef.mofscript.MOFScriptModel.impl declared as MOFScriptParameter
protected  MOFScriptParameter TransformationRuleImpl.context
          The cached value of the 'Context' containment reference
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return MOFScriptParameter
 MOFScriptParameter MOFScriptModelFactoryImpl.createMOFScriptParameter()
           
 MOFScriptParameter TransformationRuleImpl.getContext()
           
 

Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type MOFScriptParameter
 org.eclipse.emf.common.notify.NotificationChain TransformationRuleImpl.basicSetContext(MOFScriptParameter newContext, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TransformationRuleImpl.setContext(MOFScriptParameter newContext)
           
 

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

Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type MOFScriptParameter
 java.lang.Object MOFScriptModelSwitch.caseMOFScriptParameter(MOFScriptParameter object)
          Returns the result of interpretting the object as an instance of 'MOF Script Parameter'
 

Uses of MOFScriptParameter in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser that return MOFScriptParameter
 MOFScriptParameter MofScriptParser.mttModuleParam()
          A single module parameter
 

Methods in org.sintef.mofscript.parser with parameters of type MOFScriptParameter
 void MofScriptModelChecker.checkParameter(MOFScriptParameter parameter)
          Checks a domain (a parameter) to the rule
protected  MofScriptParseError MofScriptModelChecker.checkRuleContext(MOFScriptParameter parameter)
          Checks the context of a rule