Uses of Class
de.uni_leipzig.bf.cluster.Main.HardenStrategy

Packages that use Main.HardenStrategy
de.uni_leipzig.bf.cluster Provides the classes which implement BorderFlow algorithm. 
 

Uses of Main.HardenStrategy in de.uni_leipzig.bf.cluster
 

Methods in de.uni_leipzig.bf.cluster that return Main.HardenStrategy
static Main.HardenStrategy Main.HardenStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Main.HardenStrategy[] Main.HardenStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.uni_leipzig.bf.cluster with parameters of type Main.HardenStrategy
static void Main.borderFlowDemo(java.lang.String input, java.lang.String output, double threshold, boolean mode, boolean heuristic, boolean caching, Main.HardenStrategy hardenStrategy, Main.MeasureStrategy measureStrategy)
          A demo of BorderFlow CLI version.