Interface | Description |
---|---|
Requirement<A,B,C> |
A basic requirement for matching and creating
|
Class | Description |
---|---|
AbstractBooleanRequirement<A,B> |
Basic abstract implementation for specs following the basic implementation that have a boolean value so that
boolean specs are handled consistently.
|
AbstractIntegerRequirement<A,B> |
Basic abstract implementation for specs following the basic implementation that have an integer value so that
integer specs are handled consistently.
|
AbstractRecursiveRequirement<A,B> |
The basics for a recursive requirement
|
AbstractRequirement<A,B,C> |
Basic abstract implementation for specs following the format
|
AbstractStringRequirement<A,B> |
Basic abstract implementation for specs following the basic implementation that have a string value so that
string specs are handled consistently.
|