Uses of Interface
org.processmining.specpp.datastructures.graph.Annotatable
-
Packages that use Annotatable Package Description org.processmining.specpp.datastructures.tree.base org.processmining.specpp.datastructures.tree.base.impls -
-
Uses of Annotatable in org.processmining.specpp.datastructures.tree.base
Subinterfaces of Annotatable in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceAnnotatableBiDiNode<A,N extends AnnotatableBiDiNode<A,N>> -
Uses of Annotatable in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement Annotatable Modifier and Type Class Description classAnnotatableBiDiNodeImpl<A>Methods in org.processmining.specpp.datastructures.tree.base.impls with type parameters of type Annotatable Modifier and Type Method Description static <A,N extends TreeNode & Annotatable<A>>
NReflectiveNodeFactory. annotated(N node, A annotation)static <A,N extends TreeNode & Annotatable<A>>
NReflectiveNodeFactory. annotatedRoot(java.lang.Class<N> nodeClass, A annotation)
-