public interface PropertyOrderingStrategy
Modifier and Type | Method and Description |
---|---|
List<com.epimorphics.rdfutil.PropertyValue> |
orderProperties(com.epimorphics.rdfutil.RDFNodeWrapper subject)
Order the triples whose common subject is
subject |
List<com.epimorphics.rdfutil.PropertyValue> orderProperties(com.epimorphics.rdfutil.RDFNodeWrapper subject)
subject
according to some regular principle, such as lexical sort by
the label of the predicate.
subject
- The common subject resourcesubject
,
sorted into a desired order.Copyright © 2014. All Rights Reserved.