public class EntityFilter<T> extends FilteredSet<T>
Modifier and Type | Field and Description |
---|---|
(package private) static org.slf4j.Logger |
logger |
private LoadedOntology<?> |
onto |
private java.lang.String |
ontoURI |
Constructor and Description |
---|
EntityFilter(java.util.Set<T> s,
LoadedOntology<?> onto) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isFiltered(T obj)
filter ontology entities which have no URI or external URI
ontoURI.equals(entURI.toString()) is for OWL API 1 : it seems that anonymous entities have their URI = ontology URI
|
iterator, size
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
static final org.slf4j.Logger logger
private java.lang.String ontoURI
private LoadedOntology<?> onto
public EntityFilter(java.util.Set<T> s, LoadedOntology<?> onto)
protected boolean isFiltered(T obj)
isFiltered
in class FilteredSet<T>
(C) INRIA & friends, 2003-2020