Package | Description |
---|---|
org.processmining.plugins.plg.models |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PLGLog> |
PLGLogCollection.get(PlgProcess p)
This method to get the set of all the logs for a given process
|
java.util.Set<PLGPair<PLGLog,java.lang.Object>> |
PLGMineResultCollection.get(PlgProcess p)
This method to get the set of all the logs for a given process
|
java.util.Set<PLGLog> |
PLGLogCollection.put(PlgProcess p,
PLGLog l)
Method to add a log to the current collection
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<PLGLog> |
PLGLogCollection.put(PlgProcess p,
PLGLog l)
Method to add a log to the current collection
|
java.lang.Object |
PLGMineResultCollection.put(PlgProcess p,
PLGLog l,
java.lang.Object r)
Method to add a result to the current collection
|