Package | Description |
---|---|
com.epimorphics.lda.renderers.common |
A collection of utility classes that define a convenience API targeted
at renderer developers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertyOrderingStrategy
The default property ordering strategy is to order the triples according
to a lexical sort by property label.
|
class |
LiteralsFirstPropertyOrderingStrategy
A
PropertyOrderingStrategy that is similar to DefaultPropertyOrderingStrategy ,
except that all literal-valued properties are placed before resource-valued properties |
Modifier and Type | Method and Description |
---|---|
static PropertyOrderingStrategy |
DisplayRdfNode.propertyOrdering() |
Modifier and Type | Method and Description |
---|---|
static void |
DisplayRdfNode.setPropertyOrdering(PropertyOrderingStrategy ordering)
Set the new common strategy for ordering the triples attached to a property.
|
Copyright © 2014. All Rights Reserved.