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.parser   
org.eclipse.mofscript.runtime   
org.eclipse.mofscript.runtime.expression   
org.eclipse.mofscript.runtime.traceability   
org.eclipse.mofscript.runtime.uml2Extensions   
 

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 that return types with arguments of type MOFScriptParameter
 org.eclipse.emf.common.util.EList<MOFScriptParameter> TransformationRule.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 org.eclipse.emf.common.util.EList<MOFScriptParameter> MOFScriptTransformation.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

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'
 

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

Fields in org.eclipse.mofscript.MOFScriptModel.impl with type parameters of type MOFScriptParameter
protected  org.eclipse.emf.common.util.EList<MOFScriptParameter> TransformationRuleImpl.parameters
          The cached value of the 'Parameters' containment reference list
protected  org.eclipse.emf.common.util.EList<MOFScriptParameter> MOFScriptTransformationImpl.parameters
          The cached value of the 'Parameters' containment reference list
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return types with arguments of type MOFScriptParameter
 org.eclipse.emf.common.util.EList<MOFScriptParameter> TransformationRuleImpl.getParameters()
           
 org.eclipse.emf.common.util.EList<MOFScriptParameter> MOFScriptTransformationImpl.getParameters()
           
 

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
 T 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.parser
 

Fields in org.eclipse.mofscript.parser with type parameters of type MOFScriptParameter
protected  java.util.Hashtable<java.lang.String,MOFScriptParameter> MofScriptModelChecker._inputParameters
           
 

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
protected  MofScriptParseError MofScriptModelChecker.checkRuleContext(MOFScriptParameter parameter)
          Checks the context of a rule
 

Uses of MOFScriptParameter in org.eclipse.mofscript.runtime
 

Methods in org.eclipse.mofscript.runtime with parameters of type MOFScriptParameter
protected  void ExecutionManager.lookupAndAddMetaModel(MOFScriptParameter p)
           
 

Uses of MOFScriptParameter in org.eclipse.mofscript.runtime.expression
 

Methods in org.eclipse.mofscript.runtime.expression with parameters of type MOFScriptParameter
protected  void FunctionCallEvaluator.insertModelRefParameter(ValueExpression p, MOFScriptParameter param)
          Overidden by subclasses
 

Uses of MOFScriptParameter in org.eclipse.mofscript.runtime.traceability
 

Methods in org.eclipse.mofscript.runtime.traceability with parameters of type MOFScriptParameter
protected  void TraceabilityFunctionCallEvaluator.insertModelRefParameter(ValueExpression p, MOFScriptParameter param)
          Checks if a parameter has a traceable value, and if so, inserts it into the collection of traceable variables
 

Uses of MOFScriptParameter in org.eclipse.mofscript.runtime.uml2Extensions
 

Methods in org.eclipse.mofscript.runtime.uml2Extensions with parameters of type MOFScriptParameter
protected  void UMLTraceabilityFunctionCallEvaluator.insertModelRefParameter(ValueExpression p, MOFScriptParameter param)
          Checks if a parameter has a traceable value, and if so, inserts it into the collection of traceable variables