Uses of Class
org.processmining.plugins.graphviz.dot.DotCluster
-
Packages that use DotCluster Package Description org.processmining.plugins.graphviz.dot -
-
Uses of DotCluster in org.processmining.plugins.graphviz.dot
Subclasses of DotCluster in org.processmining.plugins.graphviz.dot Modifier and Type Class Description classDotMethods in org.processmining.plugins.graphviz.dot that return DotCluster Modifier and Type Method Description DotClusterDotCluster. addCluster()Add a new cluster to the graph.Methods in org.processmining.plugins.graphviz.dot that return types with arguments of type DotCluster Modifier and Type Method Description java.util.List<DotCluster>DotCluster. getClusters()Methods in org.processmining.plugins.graphviz.dot with parameters of type DotCluster Modifier and Type Method Description voidDotCluster. removeCluster(DotCluster cluster)Removes all equivalent clusters from the graph (not from sub-graphs).
-