public static class ServiceStateLogic.ServiceProblemsLogic
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
clearProblemsIndicator(EntityLocal entity,
Effector<?> eff)
|
static void |
clearProblemsIndicator(EntityLocal entity,
Sensor<?> sensor)
clears any entry for the given sensor in the
Attributes.SERVICE_PROBLEMS map |
static void |
clearProblemsIndicator(EntityLocal entity,
java.lang.String key)
|
static void |
updateProblemsIndicator(EntityLocal entity,
Effector<?> eff,
java.lang.Object value)
|
static void |
updateProblemsIndicator(EntityLocal entity,
Sensor<?> sensor,
java.lang.Object value)
puts the given value into the
Attributes.SERVICE_PROBLEMS map as if the
UpdatingMap enricher for the given sensor reported this value |
static void |
updateProblemsIndicator(EntityLocal entity,
java.lang.String key,
java.lang.Object value)
|
public static void updateProblemsIndicator(EntityLocal entity, Sensor<?> sensor, java.lang.Object value)
Attributes.SERVICE_PROBLEMS
map as if the
UpdatingMap
enricher for the given sensor reported this valuepublic static void clearProblemsIndicator(EntityLocal entity, Sensor<?> sensor)
Attributes.SERVICE_PROBLEMS
mappublic static void updateProblemsIndicator(EntityLocal entity, Effector<?> eff, java.lang.Object value)
public static void clearProblemsIndicator(EntityLocal entity, Effector<?> eff)
public static void updateProblemsIndicator(EntityLocal entity, java.lang.String key, java.lang.Object value)
public static void clearProblemsIndicator(EntityLocal entity, java.lang.String key)