| Package | Description |
|---|---|
| org.processmining.nlplogutils.algorithms.cw.graph |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
GraphFactory.createNode(T eventClass,
ContextPosition contextPosition) |
Node<T> |
Edge.getSource() |
Node<T> |
Edge.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
int |
Node.compareTo(Node o) |
Edge |
GraphFactory.createEdge(Node<T> node1,
Node<T> node2,
double weight_node1,
double weight_node2) |
Edge |
GraphFactory.createEdge(Node<T> node1,
Node<T> node2,
double weight_node1,
double weight_node2) |
| Constructor and Description |
|---|
Edge(Node<T> source,
Node<T> target,
double weight) |
Edge(Node<T> source,
Node<T> target,
double weight) |