Class | Description |
---|---|
AbstractBooleanPokemonRequirement |
Basic abstract implementation for specs following the basic implementation that have a boolean value so that
boolean specs are handled consistently.
|
AbstractIntegerPokemonRequirement |
Basic abstract implementation for specs following the basic implementation that have an integer value so that
integer specs are handled consistently.
|
AbstractPokemonRequirement<A> |
Basic abstract implementation for specs following the format
|
AbstractRecursivePokemonRequirement |
The basics for a recursive requirement
|
AbstractStringPokemonRequirement |
Basic abstract implementation for specs following the basic implementation that have a string value so that
string specs are handled consistently.
|