public class PatternTable extends RuleComponentTable<Pattern>
The Patterns in a PatternTable are combined using the conjuntions defined in each Pattern. By default, Patterns in the Table are And'd and there are no groups.
SORT, SORT_ASCEND, SORT_DECEND| Constructor and Description | 
|---|
PatternTable(DictionaryObject parent)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasGroups()
Used to tell if the PatternTable contains sub-tables. 
 | 
void | 
validate(java.util.List<SDKException> errors,
        java.util.List<SDKWarning> warnings)
Validate the entire dictionary object and its decendants. 
 | 
getParentadd, add, 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, validateequals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic PatternTable(DictionaryObject parent)
public boolean hasGroups()
public void validate(java.util.List<SDKException> errors, java.util.List<SDKWarning> warnings)
DictionaryObjectvalidate in class DictionaryComponentTable<Pattern>errors - a List of error exceptions to append to.warnings - a List of warning exceptions to append to.DictionaryObject.validate(List,List,int,int)