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 |
---|---|
PropertyPath |
PropertyPath.append(String shortName,
String uri,
ShortNameRenderer snr)
Return a new property path with a new segment at the end
|
PropertyPath |
DisplayHierarchyNode.pathTo() |
Modifier and Type | Method and Description |
---|---|
Set<PropertyPath> |
DisplayHierarchy.DisplayHierarchyContext.basePaths() |
List<PropertyPath> |
Page.currentPropertyPaths()
Return a list of all of the property paths that are explicitly defined
for this page.
|
Set<PropertyPath> |
DisplayHierarchyNode.explicitPaths() |
protected Set<PropertyPath> |
DisplayHierarchy.matchingPaths(DisplayHierarchy.DisplayHierarchyContext context,
com.hp.hpl.jena.rdf.model.Property p,
Set<PropertyPath> paths)
Select which of the given property paths matches the given property p.
|
List<PropertyPath> |
EldaView.propertyPaths()
Return a list of the property paths that are defined as being part of this view
|
List<PropertyPath> |
EldaView.BasicView.propertyPaths() |
List<PropertyPath> |
EldaView.DescriptionView.propertyPaths() |
protected List<PropertyPath> |
Page.queryParamPropertyPaths() |
Modifier and Type | Method and Description |
---|---|
protected Set<PropertyPath> |
DisplayHierarchy.matchingPaths(DisplayHierarchy.DisplayHierarchyContext context,
com.hp.hpl.jena.rdf.model.Property p,
Set<PropertyPath> paths)
Select which of the given property paths matches the given property p.
|
void |
DisplayHierarchy.DisplayHierarchyContext.setBasePropertyPaths(Set<PropertyPath> paths)
Set the base list of known property paths for the current view
|
Constructor and Description |
---|
DisplayHierarchyNode(PropertyPath pathTo,
DisplayHierarchyNode parent,
DisplayRdfNode rdfNode,
ShortNameRenderer shortNameRenderer) |
PropertyPath(PropertyPath parent,
String shortName,
com.hp.hpl.jena.rdf.model.Property uri)
Construct a new property path by adding a segment to the given path
|
Copyright © 2014. All Rights Reserved.