| Modifier and Type | Method and Description |
|---|---|
FeatureState |
FeatureDb.getFeature(String name)
Return a copy of the feature as it currently stands.
|
FeatureState |
FeatureDb.WatchSignal.getState() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FeatureState> |
FeatureDb.getFeatures()
Get an immutable map of the current features
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureDb.apply(FeatureState featureState) |
int |
FeatureState.compareTo(FeatureState other) |
| Constructor and Description |
|---|
FeatureState(FeatureState copy) |
WatchSignal(String name,
FeatureState state,
boolean deleted) |
Copyright © 2019. All rights reserved.