Class StrategyGraphTransition
java.lang.Object
es.ucm.maude.bindings.StrategyGraphTransition
-
Method Details
-
delete
public void delete() -
getType
Get the transition type (rule application, opaque strategy,
or solution). -
getRule
Get the rule applied, in case the transition is a rule application.
- Returns:
- That rule or a null pointer if the transition is not
a rule application.
-
getStrategy
Get the strategy executed, in case of an opaque transition.
- Returns:
- That strategy or a null pointer if the transition
is not an opaque strategy.
-
toString
-