| Package | Description |
|---|---|
| org.processmining.BigData.common.models | |
| org.processmining.BigData.common.models.Hadoop |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedDGraph
Model for the annotated dependency graph.
|
| Modifier and Type | Method and Description |
|---|---|
DGraph |
HeuristicModel.getDependencyGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
DGraph.add(DGraph dgraph)
Add data from the parameter graph to the actual graph
|
| Constructor and Description |
|---|
AnnotatedDGraph(DGraph dg) |
AnnotatedHeuristicModel(DGraph dgraph) |
HeuristicModel(DGraph dgraph) |
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopAnnotatedDGraph
Class representing an Annotated Dependency Graph to use them in a Hadoop environment.
|
class |
HadoopDGraph
Class representing a Dependency Graph to use them in a Hadoop environment.
|