public class NormalRule<N extends Location,D extends State,W extends Weight> extends Rule<N,D,W>
| Constructor and Description |
|---|
NormalRule(D s1,
N l1,
D s2,
N l2,
W w) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeApplied(Transition<N,D> t,
W weight) |
String |
toString() |
Copyright © 2023. All rights reserved.