| Package | Description |
|---|---|
| net.anotheria.moskito.core.threshold.guard |
| Modifier and Type | Method and Description |
|---|---|
GuardedDirection |
BarrierPassGuard.getDirection() |
static GuardedDirection |
GuardedDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuardedDirection[] |
GuardedDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BarrierPassGuard(ThresholdStatus aTargetStatus,
GuardedDirection aDirection) |
DoubleBarrierPassGuard(ThresholdStatus aTargetStatus,
double targetValue,
GuardedDirection aDirection) |
LongBarrierPassGuard(ThresholdStatus aTargetStatus,
long targetValue,
GuardedDirection aDirection)
Creates a new LongBarrierPassGuard.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.