Interface | Description |
---|---|
Application |
An application is the root of the entity hierarchy.
|
Entity |
The basic interface for a Brooklyn entity.
|
Entity.SensorSupport | |
EntityInitializer |
Instances of this class supply logic which can be used to initialize entities.
|
EntityLocal |
Extended Entity interface for use in places where the caller should have certain privileges,
such as setting attribute values, adding policies, etc.
|
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.
|