See: Description
| Interface | Description |
|---|---|
| Citable |
Interface for objects that should be referenced if they are used.
|
| Commandable |
Provides interface for classes that can handle commands.
|
| Options |
This interface signals that the options of a class can be
set by a properly-parsed string.
|
| Printable |
Dictates commands that must be fulfilled for an object to be "printable".
|
| Savable |
Dictates commands that must be fulfilled for an object to be "savable".
|
| Class | Description |
|---|---|
| Citation |
Class used by Citable to define a resource being cited.
|