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

Packages that use MOFScriptParameter
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.MOFScriptModel.validation   
org.eclipse.mofscript.parser   
 

Uses of MOFScriptParameter in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.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.eclipse.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.eclipse.mofscript.MOFScriptModel.impl
 

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

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

Methods in org.eclipse.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.eclipse.mofscript.MOFScriptModel.util
 

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

Uses of MOFScriptParameter in org.eclipse.mofscript.MOFScriptModel.validation
 

Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type MOFScriptParameter
 boolean TransformationRuleValidator.validateContext(MOFScriptParameter value)
           
 

Uses of MOFScriptParameter in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser that return MOFScriptParameter
 MOFScriptParameter MofScript2Parser.mttModuleParam()
           
 

Methods in org.eclipse.mofscript.parser with parameters of type MOFScriptParameter
 boolean MofScriptModelChecker.addSourceMetaModel(MOFScriptParameter param)
           
 boolean MofScriptModelChecker.addTargetMetaModel(MOFScriptParameter param)
           
 void MofScriptModelChecker.checkParameter(MOFScriptParameter parameter)
          Checks a domain (a parameter) to the rule