public interface ObtainHistoryInterface
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HistoricalEventInterface> |
getHistory()
Obtains a collection of all HistoricalEvent(s) produced .
|
java.lang.String |
getHistoryAsString()
returns a text string with the fact history.
|
java.util.Collection<HistoricalEventInterface> getHistory()
java.lang.String getHistoryAsString()