Uses of Interface
org.processmining.specpp.datastructures.graph.Vertex
-
-
Uses of Vertex in org.processmining.specpp.datastructures.graph
Classes in org.processmining.specpp.datastructures.graph with type parameters of type Vertex Modifier and Type Class Description classAbstractGraph<V extends Vertex,E extends Edge<V>>interfaceDirectedEdge<V extends Vertex>interfaceDirectedGraph<V extends Vertex,E extends DirectedEdge<V>>interfaceEdge<V extends Vertex>interfaceGraph<V extends Vertex,E extends Edge<V>>interfaceGraphMutation<V extends Vertex,E extends Edge<V>> -
Uses of Vertex in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type Vertex 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 Vertex in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceAnnotatableBiDiNode<A,N extends AnnotatableBiDiNode<A,N>>interfaceBiDiTreeNode<N extends BiDiTreeNode<N>>interfaceLocalNode<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>interfacePropertyNode<P extends NodeProperties>interfaceTreeNodeinterfaceUniDiTreeNode<N extends UniDiTreeNode<N>> -
Uses of Vertex in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement Vertex Modifier and Type Class Description classAbstractBiDiNode<N extends BiDiTreeNode<N>>classAbstractLocalNode<P extends NodeProperties,S extends NodeState,N extends AbstractLocalNode<P,S,N>>classAnnotatableBiDiNodeImpl<A>classBiDiNodeImplclassLocalNodeWithExternalizedLogic<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> -
Uses of Vertex in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement Vertex Modifier and Type Class Description classPlaceNodeThis class represents a tree node containing aPlace(asNodeProperties) together with aPlaceState(asNodeState) that indicates already generated children nodes.
-