Uses of Interface
org.processmining.specpp.datastructures.graph.GraphObject
-
-
Uses of GraphObject in org.processmining.specpp.datastructures.graph
Subinterfaces of GraphObject in org.processmining.specpp.datastructures.graph Modifier and Type Interface Description interfaceDirectedEdge<V extends Vertex>interfaceEdge<V extends Vertex>interfaceVertex -
Uses of GraphObject in org.processmining.specpp.datastructures.tree.base
Subinterfaces of GraphObject 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>interfaceTreeEdge<T extends TreeNode>interfaceTreeNodeinterfaceUniDiTreeNode<N extends UniDiTreeNode<N>> -
Uses of GraphObject in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement GraphObject 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>>classTreeEdgeImpl<N extends TreeNode> -
Uses of GraphObject in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement GraphObject Modifier and Type Class Description classPlaceNodeThis class represents a tree node containing aPlace(asNodeProperties) together with aPlaceState(asNodeState) that indicates already generated children nodes.
-