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
DescriptionWriter s. |
Descriptions |
Utility classes for
AbstractDescriptionWriter s. |
HashDescriptionWriter |
Description writer that computes a hash of the description on the fly.
|
StringDescriptionWriter |
Description writer that accumulates a string.
|
The ‘describer’ framework.