public class CompletePrefixUnfoldingSetup extends Object
| Modifier and Type | Field and Description |
|---|---|
AdequateOrderType |
ADEQUATE_ORDER
Use this adequate order when constructing the unfolding.
|
int |
MAX_BOUND
Stop construction when identified a co-set which contains MAX_BOUND conditions that correspond to the same place of the originative system.
|
int |
MAX_EVENTS
Do not append more than MAX_EVENTS events to the branching process.
|
boolean |
SAFE_OPTIMIZATION
Use techniques for safe systems to optimize construction of the branching process.
|
| Constructor and Description |
|---|
CompletePrefixUnfoldingSetup() |
public int MAX_EVENTS
public int MAX_BOUND
public AdequateOrderType ADEQUATE_ORDER
public boolean SAFE_OPTIMIZATION
Copyright © 2017. All rights reserved.