org.oddjob.arooa.runtime
Class SubstituationPolicySession
java.lang.Object
org.oddjob.arooa.parsing.SessionDelegate
org.oddjob.arooa.runtime.SubstituationPolicySession
- All Implemented Interfaces:
- ArooaSession
public class SubstituationPolicySession
- extends SessionDelegate
- implements ArooaSession
Create an ArooaSession
with an SubstitutionPolicy
applied to the Evaluator
.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubstituationPolicySession
public SubstituationPolicySession(ArooaSession delegate,
SubstitutionPolicy substitutionPolicy)
- Constructor.
- Parameters:
delegate
- The existing session.substitutionPolicy
- The policy.
getTools
public ArooaTools getTools()
- Description copied from interface:
ArooaSession
- Get the tools
ArooaTools
to use.
- Specified by:
getTools
in interface ArooaSession
- Overrides:
getTools
in class SessionDelegate
- Returns:
- An instance of ArooaTools.