| Package | Description | 
|---|---|
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PropagationStage | 
PropagationStage.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static PropagationStage | 
PropagationStage.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static PropagationStage | 
PropagationStage.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PropagationStage[] | 
PropagationStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |