Uses of Interface
brooklyn.event.AttributeSensor

Packages that use AttributeSensor
brooklyn.entity   
brooklyn.entity.basic   
brooklyn.mementos   
 

Uses of AttributeSensor in brooklyn.entity
 

Methods in brooklyn.entity with parameters of type AttributeSensor
<T> T
Entity.getAttribute(AttributeSensor<T> sensor)
          Gets the value of the given attribute on this entity, or null if has not been set.
 

Uses of AttributeSensor in brooklyn.entity.basic
 

Methods in brooklyn.entity.basic with parameters of type AttributeSensor
<T> T
EntityLocal.setAttribute(AttributeSensor<T> sensor, T val)
          Sets the Sensor data for the given attribute to the specified value.
 

Uses of AttributeSensor in brooklyn.mementos
 

Methods in brooklyn.mementos that return types with arguments of type AttributeSensor
 Map<AttributeSensor,Object> EntityMemento.getAttributes()
           
 Set<AttributeSensor> EntityMemento.getEntityReferenceAttributes()
           
 Collection<? extends AttributeSensor> EntityMemento.getLocationReferenceAttributes()
           
 



Copyright © 2013. All Rights Reserved.