Uses of Class
org.processmining.prediction.NewTreeVisualizer.Edge
-
Packages that use Edge Package Description org.processmining.prediction.NewTreeVisualizer -
-
Uses of Edge in org.processmining.prediction.NewTreeVisualizer
Methods in org.processmining.prediction.NewTreeVisualizer that return Edge Modifier and Type Method Description EdgeNode. getChild(int i)Get the Edge for the child number 'i'.EdgeNode. getParent(int i)Get the parent edge.Methods in org.processmining.prediction.NewTreeVisualizer with parameters of type Edge Modifier and Type Method Description voidNode. addChild(Edge v)Set the value of children.voidNode. setParent(Edge v)Set the value of parent.
-