| Package | Description | 
|---|---|
| com.lhkbob.entreri | |
| com.lhkbob.entreri.task | 
| Class and Description | 
|---|
| Component
 
 Component represents a grouping of reusable and related states that are added to an
  
Entity. | 
| ComponentIterator
 
 ComponentIterator is an  
Iterator-like class used for quickly iterating over
 subsets of entities within an EntitySystem with direct access to the components you're
 interested in. | 
| Entity
 
 An Entity represents a collection of Components within an EntitySystem. 
 | 
| EntitySystem
 
 EntitySystem is the main container for the entities within a logical system such as a
 game or physics world. 
 | 
| Ownable
 
 An interface that designates something is ownable. 
 | 
| Owner
 Owner is a listener and tag interface so that  
Ownable implementations can
 report ownership changes to their owners. | 
| Class and Description | 
|---|
| Component
 
 Component represents a grouping of reusable and related states that are added to an
  
Entity. | 
| EntitySystem
 
 EntitySystem is the main container for the entities within a logical system such as a
 game or physics world. 
 | 
Copyright © 2013. All Rights Reserved.