| Package | Description |
|---|---|
| org.processmining.v7.bruteforce |
| Modifier and Type | Method and Description |
|---|---|
MyPlace |
MyPlace.copy() |
MyPlace |
MyCandidates.getNext(MyPlace lastP,
org.processmining.v7.bruteforce.PlaceStatus fitness) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<MyPlace> |
MyProcessModel.getPlaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
MyProcessModel.addPlace(MyPlace p) |
int |
MyPlace.compareTo(MyPlace p) |
boolean |
MyPlace.equals(MyPlace p) |
MyPlace |
MyCandidates.getNext(MyPlace lastP,
org.processmining.v7.bruteforce.PlaceStatus fitness) |
org.processmining.v7.bruteforce.PlaceStatus |
MyPlaceEvaluator.testPlace(MyPlace current) |
| Modifier and Type | Method and Description |
|---|---|
void |
MyProcessModel.setPlaces(java.util.ArrayList<MyPlace> places) |
| Constructor and Description |
|---|
MyProcessModel(java.util.ArrayList<MyPlace> places,
java.lang.String[] transitions) |