Package | Description |
---|---|
org.processmining.v7.postproc_during_tc |
Modifier and Type | Method and Description |
---|---|
MyPlace |
MyPlace.copy() |
MyPlace |
MyCandidates.getNext(MyPlace lastP,
org.processmining.v7.postproc_during_tc.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.postproc_during_tc.PlaceStatus fitness) |
org.processmining.v7.postproc_during_tc.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) |