Uses of Interface
org.processmining.models.graphbased.undirected.UndirectedGraphElement
-
Packages that use UndirectedGraphElement Package Description org.processmining.models.graphbased.undirected -
-
Uses of UndirectedGraphElement in org.processmining.models.graphbased.undirected
Subinterfaces of UndirectedGraphElement in org.processmining.models.graphbased.undirected Modifier and Type Interface Description interfaceUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>>interfaceUndirectedGraphEdge<T extends UndirectedGraphNode>interfaceUndirectedGraphNodeClasses in org.processmining.models.graphbased.undirected that implement UndirectedGraphElement Modifier and Type Class Description classAbstractUndirectedEdge<T extends UndirectedGraphNode>classAbstractUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>>classAbstractUndirectedNode
-