Class SubtermStrategy
java.lang.Object
es.ucm.maude.bindings.StrategyExpression
es.ucm.maude.bindings.SubtermStrategy
- Direct Known Subclasses:
WeightedSubtermStrategy
Strategy for rewriting of subterms.
-
Method Summary
Methods inherited from class StrategyExpression
equal, toLatex
-
Method Details
-
delete
public void delete()- Overrides:
deletein classStrategyExpression
-
getStrategies
Get the strategies to be applied on each matched subterm -
getSubterms
Get the variables that match the subterms to be written -
getDepth
public int getDepth()Get the matching depth limit. -
getCondition
Get the condition of the test. -
getPattern
Matching pattern of the test. -
toString
- Overrides:
toStringin classStrategyExpression
-