| Modifier and Type | Class and Description |
|---|---|
class |
DFGL2LLDHandler<G extends Graph>
The Handler for SAX Events in XES logs.
|
| Constructor and Description |
|---|
DFGHandler(Graph dfg)
Initialize the Handler with the provided DFG.
|
DFGHandler(Graph dfg,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided DFG.
|
DFGHandlerGeneric(Graph dfg)
Initialize the Handler with the provided DFG.
|
DFGHandlerGeneric(Graph dfg,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided DFG.
|
L2LHandler(Graph l2l)
Initialize the Handler with the provided L2L.
|
L2LHandler(Graph l2l,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided L2L.
|
L2LHandlerGeneric(Graph l2l)
Initialize the Handler with the provided L2L.
|
L2LHandlerGeneric(Graph l2l,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided L2L.
|
LDHandler(Graph ld)
Initialize the Handler with the provided long distance graph.
|
LDHandler(Graph ld,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided LD.
|
LDHandlerGeneric(Graph ld)
Initialize the Handler with the provided long distance graph.
|
LDHandlerGeneric(Graph ld,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided long distance graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiGraphHandler<G extends Graph>
The Handler for SAX Events in XES logs.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphHandler.getGraph()
Return a reference to the current graph
|
Graph |
MultiGraphHandler.getGraph(MultiGraphHandler.GraphKeys key)
Return a reference to the specified graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphHandler.setGraph(Graph graph)
Modify the current graph
|
| Constructor and Description |
|---|
GraphHandler(Graph graph)
Initialize the Handler with the provided graph.
|
GraphHandler(Graph graph,
java.lang.String classifier_name,
java.lang.String classifier_keys)
Initialize the Handler with the provided graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.add(Graph graph)
Add data from the parameter graph to the actual graph
|
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopGraph
Class representing a Graph to use them in a Hadoop environment.
|