Package | Description |
---|---|
com.epimorphics.lda.renderers.common |
A collection of utility classes that define a convenience API targeted
at renderer developers.
|
Modifier and Type | Method and Description |
---|---|
List<Binding<com.hp.hpl.jena.rdf.model.Resource>> |
Page.termBindings()
Return a list of the term bindings, which associate a short name with a
resource.
|
List<Binding<String>> |
Page.varBindings()
Return a list of the variable bindings, which associate a variable name
with a textual value
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShortNameRenderer.addBindings(Iterable<Binding<com.hp.hpl.jena.rdf.model.Resource>> bindings)
Initialise the local short names map with the given bindings
|
Constructor and Description |
---|
ShortNameRenderer(ShortnameService sns,
Iterable<Binding<com.hp.hpl.jena.rdf.model.Resource>> bindings)
Construct a short name renderer using an existing short name service as a
provider of pre-existing short names.
|
Copyright © 2014. All Rights Reserved.