|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmComputationTrigger.Mode | |
---|---|
org.graphstream.algorithm |
Uses of AlgorithmComputationTrigger.Mode in org.graphstream.algorithm |
---|
Methods in org.graphstream.algorithm that return AlgorithmComputationTrigger.Mode | |
---|---|
AlgorithmComputationTrigger.Mode |
AlgorithmComputationTrigger.getMode()
Get the trigger mode. |
static AlgorithmComputationTrigger.Mode |
AlgorithmComputationTrigger.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 | |
---|---|
void |
AlgorithmComputationTrigger.setMode(AlgorithmComputationTrigger.Mode mode)
Set the trigger mode. |
Constructors in org.graphstream.algorithm with parameters of type AlgorithmComputationTrigger.Mode | |
---|---|
AlgorithmComputationTrigger(AlgorithmComputationTrigger.Mode mode,
Algorithm algo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |