Uses of Class
org.graphstream.algorithm.AlgorithmComputationTrigger.Mode
| Package | Description |
|---|---|
| org.graphstream.algorithm |
-
Uses of AlgorithmComputationTrigger.Mode in org.graphstream.algorithm
Methods in org.graphstream.algorithm that return AlgorithmComputationTrigger.Mode Modifier and Type Method Description AlgorithmComputationTrigger.ModeAlgorithmComputationTrigger. getMode()Get the trigger mode.static AlgorithmComputationTrigger.ModeAlgorithmComputationTrigger.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmComputationTrigger.Mode[]AlgorithmComputationTrigger.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphstream.algorithm with parameters of type AlgorithmComputationTrigger.Mode Modifier and Type Method Description voidAlgorithmComputationTrigger. setMode(AlgorithmComputationTrigger.Mode mode)Set the trigger mode.Constructors in org.graphstream.algorithm with parameters of type AlgorithmComputationTrigger.Mode Constructor Description AlgorithmComputationTrigger(AlgorithmComputationTrigger.Mode mode, Algorithm algo)