Package | Description |
---|---|
org.processmining.security.plugins.interDataProcessPolicy | |
org.processmining.security.plugins.replayer | |
org.processmining.security.plugins.replayer.aStar |
Modifier and Type | Method and Description |
---|---|
CRUDEntry |
CRUD.crudCheck(java.lang.String transitionName,
org.deckfour.xes.model.XEvent systemEvent) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CRUDEntry> |
CRUD.getAllowedActions(org.processmining.partialorder.models.palignment.Move move) |
java.util.List<CRUDEntry> |
CRUD.getAllowedActions(java.lang.String transition) |
java.util.HashMap<java.lang.String,java.util.List<CRUDEntry>> |
CRUD.getCrudMap() |
java.util.List<CRUDEntry> |
CRUD.getRequiredActions(org.processmining.partialorder.models.palignment.Move move) |
java.util.List<CRUDEntry> |
CRUD.getRequiredActions(java.lang.String transition) |
Modifier and Type | Method and Description |
---|---|
int |
CRUDEntry.compareTo(CRUDEntry crudEntry) |
Modifier and Type | Method and Description |
---|---|
CRUDEntry |
CompositeMove.getCRUDEntry() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeMove.setCRUDEntry(CRUDEntry crudEntry) |
Constructor and Description |
---|
CompositeMove(org.deckfour.xes.model.XEvent systemEvent,
org.processmining.partialorder.models.palignment.Move alignmentMove,
CRUDEntry crudEntry) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CRUDEntry> |
AStartNode.getRemainingActions(org.processmining.partialorder.models.palignment.Move move) |
Modifier and Type | Method and Description |
---|---|
boolean |
AStartNode.contain(org.processmining.partialorder.models.palignment.Move move,
CRUDEntry entry) |
Modifier and Type | Method and Description |
---|---|
boolean |
AStartNode.hasAllRequiredActions(java.util.List<CRUDEntry> crudEntry) |
Constructor and Description |
---|
AStartNode(java.util.List<org.processmining.partialorder.models.palignment.Move> used_moves,
java.util.List<org.processmining.partialorder.models.palignment.Move> curr_moves,
java.util.List<org.processmining.partialorder.models.palignment.Move> next_moves,
int systemEvent,
InterLevelSyncReplayResult syncReplayResult,
java.util.HashMap<org.processmining.partialorder.models.palignment.Move,java.util.List<CRUDEntry>> map,
double f_cost,
double h_cost) |