| Package | Description |
|---|---|
| org.graphstream.algorithm |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmComputationTrigger.setMode(AlgorithmComputationTrigger.Mode mode)
Set the trigger mode.
|
| Constructor and Description |
|---|
AlgorithmComputationTrigger(AlgorithmComputationTrigger.Mode mode,
Algorithm algo) |
Copyright © 2015. All rights reserved.