| Package | Description |
|---|---|
| gov.sandia.cognition.text.document |
Provides representations for textual documents.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileReference
Represents a document reference that is to an actual file.
|
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReference |
AbstractDocument.reference
A reference to where the document came from.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentReference |
AbstractDocument.getReference() |
DocumentReference |
Document.getReference()
Gets a reference to the location of the document so that it can be
retrieved again later.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDocument.setReference(DocumentReference reference)
Sets the reference to where the document can be found.
|