public interface VitroFilters
| Modifier and Type | Method and Description |
|---|---|
VitroFilters |
and(VitroFilters other) |
net.sf.jga.fn.UnaryFunctor<VClass,Boolean> |
getClassFilter() |
net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> |
getDataPropertyFilter() |
net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> |
getDataPropertyStatementFilter() |
net.sf.jga.fn.UnaryFunctor<Individual,Boolean> |
getIndividualFilter() |
net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> |
getObjectPropertyFilter() |
net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> |
getObjectPropertyStatementFilter() |
net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> |
getPropertyGroupFilter() |
net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> |
getVClassGroupFilter() |
VitroFilters and(VitroFilters other)
net.sf.jga.fn.UnaryFunctor<Individual,Boolean> getIndividualFilter()
net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> getDataPropertyFilter()
net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> getObjectPropertyFilter()
net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> getDataPropertyStatementFilter()
net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> getObjectPropertyStatementFilter()
net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> getVClassGroupFilter()
net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> getPropertyGroupFilter()
Copyright © 2016. All rights reserved.