Package | Description |
---|---|
org.processmining.models.graphbased.undirected |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>> |
Modifier and Type | Method and Description |
---|---|
UndirectedGraph<?,?> |
AbstractUndirectedEdge.getGraph() |
UndirectedGraph<?,?> |
AbstractUndirectedNode.getGraph() |
UndirectedGraph<?,?> |
UndirectedGraphElement.getGraph() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractUndirectedGraph.cloneFrom(UndirectedGraph<N,E> graph) |
int |
AbstractUndirectedGraph.compareTo(UndirectedGraph<N,E> o) |