| Package | Description |
|---|---|
| org.processmining.plugins.ilpminer.templates |
| Modifier and Type | Field and Description |
|---|---|
protected PetriNetILPModelSettings.SearchType |
PetriNetILPModelSettings.searchType |
| Modifier and Type | Method and Description |
|---|---|
PetriNetILPModelSettings.SearchType |
PetriNetILPModelSettings.getSearchType() |
static PetriNetILPModelSettings.SearchType |
PetriNetILPModelSettings.SearchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PetriNetILPModelSettings.SearchType[] |
PetriNetILPModelSettings.SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PetriNetILPModelSettings.setSearchType(PetriNetILPModelSettings.SearchType searchType) |
| Constructor and Description |
|---|
PetriNetILPModelSettings(PetriNetILPModelSettings.SearchType searchType,
boolean separateInitialPlaces) |