Interface | Description |
---|---|
Application |
An application is the root of the entity hierarchy.
|
Entity |
The basic interface for a Brooklyn entity.
|
Entity.AdjunctSupport<T extends EntityAdjunct> | |
Entity.EnricherSupport | |
Entity.GroupSupport |
For managing/querying the group membership of this entity.
|
Entity.PolicySupport | |
Entity.SensorSupport | |
EntityInitializer |
Instances of this class supply logic which can be used to initialize entities.
|
EntityLocal | Deprecated
since 0.9.0; use
Entity or EntityInternal |
EntityType |
Gives type information for an
Entity . |
EntityTypeRegistry |
A registry of the entity implementations to be used when creating an entity of a given type.
|
Group |
An
Entity that groups together other entities. |
Class | Description |
---|---|
EntitySpec<T extends Entity> |
Gives details of an entity to be created.
|
Annotation Type | Description |
---|---|
ImplementedBy |
A pointer to the default implementation of an entity.
|