@Beta public static interface EntityInternal.SensorSupportInternal extends Entity.SensorSupport
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<AttributeSensor<?>,java.lang.Object> |
getAll() |
void |
remove(AttributeSensor<?> attribute) |
<T> T |
setWithoutPublishing(AttributeSensor<T> sensor,
T val)
Like
EntityLocal.setAttribute(AttributeSensor, Object), except does not publish an attribute-change event. |
emit, get, modify, set<T> T setWithoutPublishing(AttributeSensor<T> sensor, T val)
EntityLocal.setAttribute(AttributeSensor, Object), except does not publish an attribute-change event.@Beta java.util.Map<AttributeSensor<?>,java.lang.Object> getAll()
@Beta void remove(AttributeSensor<?> attribute)