Class ConditionalStrategy
java.lang.Object
es.ucm.maude.bindings.StrategyExpression
es.ucm.maude.bindings.ConditionalStrategy
Conditional strategy (and other related strategy constructs that are reduced to it).
Except for the full conditional strategy and for the
strategies are empty. For the
Except for the full conditional strategy and for the
or-else, the success and failurestrategies are empty. For the
or-else, the success strategy is empty too.-
Method Summary
Methods inherited from class StrategyExpression
equal, toLatex, toString
-
Method Details
-
delete
public void delete()- Overrides:
deletein classStrategyExpression
-
getInitialStrategy
Get the strategy expression for the condition -
getSuccessStrategy
Get the strategy expression for the success branch -
getFailureStrategy
Get the strategy expression for the failure branch -
getType
Get the type of conditional strategy.
-