Class EntityPropertyListFilter
-
- All Implemented Interfaces:
Serializable,net.sf.jga.fn.Visitable
public class EntityPropertyListFilter extends net.sf.jga.fn.UnaryFunctor<List<Property>,List<Property>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityPropertyListFilter(org.apache.jena.ontology.OntModel ontModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Property>fn(List<Property> propertyList)-
Methods inherited from class net.sf.jga.fn.UnaryFunctor
bind, bind0th, bindNth, compose, compose, compose, composeNth, composeNth, eval, generate, generateNth
-
-