tom.library.sl
Class IfThenElse
java.lang.Object
tom.library.sl.AbstractStrategy
tom.library.sl.AbstractStrategyCombinator
tom.library.sl.IfThenElse
- All Implemented Interfaces:
- Strategy, Visitable
public class IfThenElse
- extends AbstractStrategyCombinator
Method Summary |
int |
visit(Introspector introspector)
Visit the current subject (found in the environment)
and place its result in the environment. |
|
visitLight(T x,
Introspector introspector)
Visit the subject any in a light way (without environment) |
Methods inherited from class tom.library.sl.AbstractStrategyCombinator |
getChildAt, getChildCount, getChildren, getVisitor, getVisitors, initSubterm, initSubterm, initSubterm, initSubterm, initSubterm, setChildAt, setChildren |
Methods inherited from class tom.library.sl.AbstractStrategy |
getAncestor, getEnvironment, getPosition, getRoot, getSubject, init, init, setEnvironment, setRoot, setSubject, visit, visit, visit, visit, visitLight |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONDITION
public static final int CONDITION
- See Also:
- Constant Field Values
TRUE_CASE
public static final int TRUE_CASE
- See Also:
- Constant Field Values
FALSE_CASE
public static final int FALSE_CASE
- See Also:
- Constant Field Values
IfThenElse
public IfThenElse(Strategy c,
Strategy t,
Strategy f)
IfThenElse
public IfThenElse(Strategy c,
Strategy t)
visitLight
public <T> T visitLight(T x,
Introspector introspector)
throws VisitFailure
- Description copied from interface:
Strategy
- Visit the subject any in a light way (without environment)
- Parameters:
x
- the subject to visit.
- Throws:
VisitFailure
- in case of failure.
visit
public int visit(Introspector introspector)
- Description copied from interface:
Strategy
- Visit the current subject (found in the environment)
and place its result in the environment.
Sets the environment flag to Environment.FAILURE in case of failure
- Parameters:
introspector
- the introspector