Uses of Interface
org.processmining.models.graphbased.undirected.UndirectedGraphEdge
-
Packages that use UndirectedGraphEdge Package Description org.processmining.models.graphbased.undirected -
-
Uses of UndirectedGraphEdge in org.processmining.models.graphbased.undirected
Classes in org.processmining.models.graphbased.undirected with type parameters of type UndirectedGraphEdge Modifier and Type Class Description classAbstractUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>>interfaceUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>>Classes in org.processmining.models.graphbased.undirected that implement UndirectedGraphEdge Modifier and Type Class Description classAbstractUndirectedEdge<T extends UndirectedGraphNode>Methods in org.processmining.models.graphbased.undirected with parameters of type UndirectedGraphEdge Modifier and Type Method Description abstract voidAbstractUndirectedGraph. removeEdge(UndirectedGraphEdge edge)voidUndirectedGraph. removeEdge(UndirectedGraphEdge edge)
-