public class GraphFactory<T>
extends java.lang.Object
| Constructor and Description |
|---|
GraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
combineWeight(double weight1,
double weight2) |
Edge |
createEdge(Node<T> node1,
Node<T> node2,
double weight_node1,
double weight_node2) |
Node<T> |
createNode(T eventClass,
ContextPosition contextPosition) |