|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sintef.mofscript.runtime.expression.ExpressionEvaluator
org.sintef.mofscript.runtime.expression.SimpleExpressionEvaluator
org.sintef.mofscript.runtime.expression.ReferenceEvaluator
org.sintef.mofscript.runtime.traceability.TraceabilityReferenceEvaluator
public class TraceabilityReferenceEvaluator
Field Summary |
---|
Fields inherited from class org.sintef.mofscript.runtime.expression.ExpressionEvaluator |
---|
_env, _expression, _ownerRuleExecutor, _positionCounter |
Constructor Summary | |
---|---|
TraceabilityReferenceEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
Method Summary | |
---|---|
protected void |
handleObjectReference(org.eclipse.emf.ecore.EObject eobj,
java.lang.String refname,
java.lang.Object refValue)
This method is meant to be overridden by a subclass, if any action is to be done when an object is referenced |
protected void |
one()
|
Methods inherited from class org.sintef.mofscript.runtime.expression.ReferenceEvaluator |
---|
evaluateSimple, getObjectFeature, initializeVariable, setIsCachableReference |
Methods inherited from class org.sintef.mofscript.runtime.expression.SimpleExpressionEvaluator |
---|
checkAdditionalExpressionParts, evaluate, handleAdditionalFunction, handleStringFunction |
Methods inherited from class org.sintef.mofscript.runtime.expression.ExpressionEvaluator |
---|
evaluateExpression, resetPosisionCounter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TraceabilityReferenceEvaluator(Expression expression, ExecutionEnvironment env, RuleExecutor ownerRuleExecutor)
Method Detail |
---|
protected void handleObjectReference(org.eclipse.emf.ecore.EObject eobj, java.lang.String refname, java.lang.Object refValue)
ReferenceEvaluator
handleObjectReference
in class ReferenceEvaluator
protected void one()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |