| Interface | Description |
|---|---|
| FilteredModel |
Interface that implements a set of functions to add and remove filters of the
TreeModel
|
| TreeElement |
| Class | Description |
|---|---|
| IncrementalResultSetTableModel | |
| MappingBasedTreeModelFilter | |
| MappingFunctorTreeModelFilter |
This filter receives a string and returns true if any mapping contains the
functor in some of the atoms in the head
|
| MappingHeadVariableTreeModelFilter |
This Filter receives a string and returns true if any mapping contains the
string given in any of its head atoms.
|
| MappingIDTreeModelFilter | |
| MappingPredicateTreeModelFilter |
This filter receives a string like parameter in the constructor and returns
true if any mapping contains an atom in the head whose predicate matches
predicate.
|
| MappingSQLStringTreeModelFilter |
This filter receives a string in the constructor and returns true if any mapping contains the string in the body.
|
| MappingStringTreeModelFilter |
This filter receives a string in the constructor and returns true if accepts
any mapping containing the string in the head or body
|
| QueryControllerTreeModel | |
| QueryGroupTreeElement | |
| QueryTreeElement | |
| ResultSetTableModel | |
| SynchronizedMappingListModel | |
| TreeModelFilter<T> |
An abstract filter that can be used by TreeModels to discriminate certain
elements stored in the controller associated to the tree model.
|
| TreeModelTools |
Copyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.