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


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, getExecutionEnvironment, getExecutionManager, getObjectId, getReferenceCache, getRule, getRuleReturnValue, getStatementBlock, isReturning, notifyReturn, setExecutionEnvironment, setRuleReturnValue
 
Methods inherited from class java.lang.Object
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)