| Package | Description |
|---|---|
| org.processmining.BigData.common.GraphManagement.XESSAXHandler | |
| org.processmining.BigData.common.GraphManagement.XESSAXHandler.generic |
| Constructor and Description |
|---|
DFGL2LLDHandler(java.util.HashMap<MultiGraphHandler.GraphKeys,G> graphs)
Initialize the Handler with the provided pool of graphs.
|
DFGL2LLDHandler(java.util.HashMap<MultiGraphHandler.GraphKeys,G> graphs,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided pool of graphs.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiGraphHandler.GraphKeys |
MultiGraphHandler.GraphKeys.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiGraphHandler.GraphKeys[] |
MultiGraphHandler.GraphKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<MultiGraphHandler.GraphKeys,G> |
MultiGraphHandler.getGraphs()
Return a reference to the current pool of graphs
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
MultiGraphHandler.getGraph(MultiGraphHandler.GraphKeys key)
Return a reference to the specified graph
|
void |
MultiGraphHandler.setGraph(MultiGraphHandler.GraphKeys key,
G graph)
Modify the current graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiGraphHandler.setGraphs(java.util.HashMap<MultiGraphHandler.GraphKeys,G> graphs)
Modify the current graph pool
|
| Constructor and Description |
|---|
MultiGraphHandler(java.util.HashMap<MultiGraphHandler.GraphKeys,G> graphs)
Initialize the Handler with the provided pool of graphs.
|
MultiGraphHandler(java.util.HashMap<MultiGraphHandler.GraphKeys,G> graphs,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided pool of graphs.
|