| Interface | Description |
|---|---|
| Describable |
Objects supporting persistent descriptions of their identity.
|
| Describer<T> |
Describe an object to a
AbstractDescriptionWriter. |
| DescriptionWriter |
Accumulate a description of an object (or objects).
|
| Class | Description |
|---|---|
| AbstractDescriptionWriter |
Base class to help implementing
DescriptionWriters. |
| Descriptions |
Utility classes for
AbstractDescriptionWriters. |
| HashDescriptionWriter |
Description writer that computes a hash of the description on the fly.
|
| StringDescriptionWriter |
Description writer that accumulates a string.
|
The ‘describer’ framework.