Uses of Interface
brooklyn.event.AttributeSensor

Packages that use AttributeSensor
brooklyn.entity   
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.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.