Creates a new Tactic.
(String name)
| 3102 | * Creates a new Tactic. |
| 3103 | **/ |
| 3104 | public Tactic mkTactic(String name) |
| 3105 | { |
| 3106 | return new Tactic(this, name); |
| 3107 | } |
| 3108 | |
| 3109 | /** |
| 3110 | * Create a tactic that applies {@code t1} to a Goal and then |
no outgoing calls
no test coverage detected