org.eclipse.mofscript.runtime.traceability
Class TraceabilityRuleExecutor

java.lang.Object
  extended by org.eclipse.mofscript.runtime.RuleExecutor
      extended by org.eclipse.mofscript.runtime.traceability.TraceabilityRuleExecutor
All Implemented Interfaces:
MofScriptExecuter

public class TraceabilityRuleExecutor
extends RuleExecutor


Field Summary
 
Fields inherited from class org.eclipse.mofscript.runtime.RuleExecutor
_aBlock, _env, _execMgr, _rule, rule_return_value
 
Constructor Summary
TraceabilityRuleExecutor(TransformationRule rule, ExecutionManager execMgr)
           
 
Method Summary
 void addVariables(java.lang.Object value, VariableDeclaration var)
           
 
Methods inherited from class org.eclipse.mofscript.runtime.RuleExecutor
executeRule, finalize, getExecutionEnvironment, getExecutionManager, getObjectId, getReturnObject, getRule, getRuleReturnValue, getStatementBlock, isReturning, notifyReturn, setExecutionEnvironment, setRuleReturnValue
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceabilityRuleExecutor

public TraceabilityRuleExecutor(TransformationRule rule,
                                ExecutionManager execMgr)
Method Detail

addVariables

public void addVariables(java.lang.Object value,
                         VariableDeclaration var)