Package | Description |
---|---|
org.javasimon |
Core package, contains
Simon implementations, with
the SimonManager as the center point of the API. |
Modifier and Type | Method and Description |
---|---|
SimonState |
SimonConfiguration.getState()
Returns Simon state for this configuration item.
|
SimonState |
Simon.getState()
Returns state of the Simon that can be enabled, disabled or inherited.
|
static SimonState |
SimonState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimonState[] |
SimonState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Simon.setState(SimonState state,
boolean overrule)
Sets the state of the Simon.
|
Copyright © 2019. All rights reserved.