public interface FinderAlgorithm
Modifier and Type | Method and Description |
---|---|
java.util.Set<Reduction> |
find(StateMachineNet net,
LayoutParameters layoutParameters)
Return the set of suitable reductions for the given net.
|
java.util.Set<Reduction> find(StateMachineNet net, LayoutParameters layoutParameters)
net
- The given net.