public class VitroFiltersImpl extends VitroFiltersBase
| Modifier and Type | Field and Description |
|---|---|
static net.sf.jga.fn.UnaryFunctor |
FILTER_OUT_NOTHING |
| Constructor and Description |
|---|
VitroFiltersImpl()
Builds a filter that does no filtering.
|
VitroFiltersImpl(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter,
net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter,
net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter,
net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> dataPropertyStatementFilter,
net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> objectPropertyStatementFilter,
net.sf.jga.fn.UnaryFunctor<VClass,Boolean> classFilter,
net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> classGroupFilter,
net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter) |
andpublic VitroFiltersImpl()
public VitroFiltersImpl(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter, net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter, net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter, net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> dataPropertyStatementFilter, net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> objectPropertyStatementFilter, net.sf.jga.fn.UnaryFunctor<VClass,Boolean> classFilter, net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> classGroupFilter, net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter)
public net.sf.jga.fn.UnaryFunctor<Individual,Boolean> getIndividualFilter()
public VitroFilters setIndividualFilter(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter)
public net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> getDataPropertyFilter()
public VitroFilters setDataPropertyFilter(net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter)
public net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> getObjectPropertyFilter()
public VitroFilters setObjectPropertyFilter(net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter)
public net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> getDataPropertyStatementFilter()
public VitroFilters setDataPropertyStatementFilter(net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> dataPropertyStatementFilter)
public net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> getObjectPropertyStatementFilter()
public VitroFilters setObjectPropertyStatementFilter(net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> objectPropertyStatementFilter)
public VitroFilters setClassFilter(net.sf.jga.fn.UnaryFunctor<VClass,Boolean> classFilter)
public net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> getVClassGroupFilter()
public VitroFilters setVClassGroupFilter(net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> classGroupFilter)
public net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> getPropertyGroupFilter()
public void setPropertyGroupFilter(net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter)
Copyright © 2022. All rights reserved.