public class ReductionAlgorithm
extends java.lang.Object
Constructor and Description |
---|
ReductionAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(StateMachineNet net,
LayoutParameters layoutParameters)
Reduce the given net as far as possible.
|
boolean |
reduceOnce(StateMachineNet net,
LayoutParameters layoutParameters)
Try to apply a single reduction on the net.
|
public void reduce(StateMachineNet net, LayoutParameters layoutParameters)
net
- The given net.layoutParameters
- Parameters including, among others, the find algorithm and the
horizontal space between element blocks.public boolean reduceOnce(StateMachineNet net, LayoutParameters layoutParameters)
net
- The given net.layoutParameters
- Parameters including, among others, the find algorithm and the
horizontal space between element blocks.