| Package | Description | 
|---|---|
| com.lhkbob.entreri | |
| com.lhkbob.entreri.task | 
| Modifier and Type | Method and Description | 
|---|---|
static EntitySystem | 
EntitySystem.Factory.create()
Create a new EntitySystem using the default implementation with entreri 
 | 
EntitySystem | 
Entity.getEntitySystem()  | 
EntitySystem | 
Component.getEntitySystem()  | 
| Modifier and Type | Method and Description | 
|---|---|
EntitySystem | 
Scheduler.getEntitySystem()  | 
| Modifier and Type | Method and Description | 
|---|---|
Task | 
Task.process(EntitySystem system,
       Job job)
 Invoke task specific operations to process the EntitySystem. 
 | 
Task | 
SimpleTask.process(EntitySystem system,
       Job job)
The default implementation of process() just invokes  
SimpleTask.processEntities(com.lhkbob.entreri.EntitySystem) immediately and returns no
 future task. | 
protected void | 
SimpleTask.processEntities(EntitySystem system)
Process all entities that fit the component profile mandated by the defined
 'processEntity()' method in the subclass. 
 | 
void | 
Task.reset(EntitySystem system)
 Reset any internal storage within this Task in preparation for the next execution
 of its owning job. 
 | 
| Constructor and Description | 
|---|
Scheduler(EntitySystem system)
Create a new Scheduler for the given EntitySystem. 
 | 
Copyright © 2013. All Rights Reserved.