Uses of Interface
org.processmining.specpp.datastructures.graph.Edge
-
Packages that use Edge Package Description org.processmining.specpp.datastructures.graph org.processmining.specpp.datastructures.tree.base org.processmining.specpp.datastructures.tree.base.impls -
-
Uses of Edge in org.processmining.specpp.datastructures.graph
Classes in org.processmining.specpp.datastructures.graph with type parameters of type Edge Modifier and Type Class Description classAbstractGraph<V extends Vertex,E extends Edge<V>>interfaceGraph<V extends Vertex,E extends Edge<V>>interfaceGraphMutation<V extends Vertex,E extends Edge<V>>Subinterfaces of Edge in org.processmining.specpp.datastructures.graph Modifier and Type Interface Description interfaceDirectedEdge<V extends Vertex> -
Uses of Edge in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type Edge Modifier and Type Interface Description interfaceEdgeFactory<V extends Vertex,E extends Edge<V>>static classEdgeFactory.ReflectiveFactory<V extends Vertex,E extends Edge<V>>Subinterfaces of Edge in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceTreeEdge<T extends TreeNode> -
Uses of Edge in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement Edge Modifier and Type Class Description classTreeEdgeImpl<N extends TreeNode>
-