public interface Reduction
Modifier and Type | Method and Description |
---|---|
void |
apply(StateMachineNet net,
LayoutParameters layoutParameters)
Applies this reduction to the given net.
|
int |
costs(StateMachineNet net,
LayoutParameters layoutParameters)
Returns the costs of applying this reduction on the given net.
|
int costs(StateMachineNet net, LayoutParameters layoutParameters)
net
- The given net.void apply(StateMachineNet net, LayoutParameters layoutParameters)
net
- The given net.layoutParameters
- Parameters including, among others, the horizontal space
between element blocks.