| Package | Description |
|---|---|
| it.unibz.inf.ontop.protege.gui.treemodels | |
| it.unibz.inf.ontop.protege.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingBasedTreeModelFilter |
class |
MappingFunctorTreeModelFilter
This filter receives a string and returns true if any mapping contains the
functor in some of the atoms in the head
|
class |
MappingHeadVariableTreeModelFilter
This Filter receives a string and returns true if any mapping contains the
string given in any of its head atoms.
|
class |
MappingIDTreeModelFilter |
class |
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.
|
class |
MappingSQLStringTreeModelFilter
This filter receives a string in the constructor and returns true if any mapping contains the string in the body.
|
class |
MappingStringTreeModelFilter
This filter receives a string in the constructor and returns true if accepts
any mapping containing the string in the head or body
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronizedMappingListModel.addFilter(TreeModelFilter<SQLPPTriplesMap> filter) |
void |
FilteredModel.addFilter(TreeModelFilter<SQLPPTriplesMap> filter) |
void |
SynchronizedMappingListModel.removeFilter(TreeModelFilter<SQLPPTriplesMap> filter) |
void |
FilteredModel.removeFilter(TreeModelFilter<SQLPPTriplesMap> filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronizedMappingListModel.addFilters(List<TreeModelFilter<SQLPPTriplesMap>> filters) |
void |
FilteredModel.addFilters(List<TreeModelFilter<SQLPPTriplesMap>> filters) |
void |
SynchronizedMappingListModel.removeFilter(List<TreeModelFilter<SQLPPTriplesMap>> filters) |
void |
FilteredModel.removeFilter(List<TreeModelFilter<SQLPPTriplesMap>> filters) |
| Modifier and Type | Method and Description |
|---|---|
TreeModelFilter<SQLPPTriplesMap> |
MappingFilterParser.filter() |
TreeModelFilter<SQLPPTriplesMap> |
MappingFilterParser.type() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TreeModelFilter<SQLPPTriplesMap>> |
MappingFilterParser.parse() |
Copyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.