Uses of Class
org.ow2.proactive.process_tree_killer.CyclicGraphDetector.CycleDetectedException
-
Packages that use CyclicGraphDetector.CycleDetectedException Package Description org.ow2.proactive.process_tree_killer -
-
Uses of CyclicGraphDetector.CycleDetectedException in org.ow2.proactive.process_tree_killer
Methods in org.ow2.proactive.process_tree_killer that throw CyclicGraphDetector.CycleDetectedException Modifier and Type Method Description protected voidCyclicGraphDetector. reactOnCycle(N q, java.util.List<N> cycle)React on detected cycles - default implementation throws an exception.voidCyclicGraphDetector. run(java.lang.Iterable<? extends N> allNodes)
-