public class FactTable extends ModelComponentTable<Fact>
SORT, SORT_ASCEND, SORT_DECEND| Constructor and Description |
|---|
FactTable(DictionaryObject parent) |
| Modifier and Type | Method and Description |
|---|---|
Fact |
add(int index)
Add a new element to the table at the specified location and return the new element Must be abstract because generics cannot do "new T"
|
Fact |
addFact(FactType factType)
Adds a new Fact corresponding to the given factType
|
getParentadd, add, clear, contains, containsAll, copyTo, cut, filter, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getByID, getByName, getLast, getMarked, getProtoType, indexOf, isEmpty, isLocked, iterator, listIterator, listIterator, mark, move, move, ordering, paste, remove, remove, removeAll, removeByAlias, removeByID, removeByName, removeMarked, reorder, set, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validateequals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validateequals, getClass, notify, notifyAll, toString, wait, wait, waitpublic FactTable(DictionaryObject parent)
public Fact add(int index)
DictionaryComponentTableadd in class DictionaryComponentTable<Fact>