public static class DisplayHierarchy.DisplayHierarchyContext extends Object
Constructor and Description |
---|
DisplayHierarchy.DisplayHierarchyContext() |
Modifier and Type | Method and Description |
---|---|
Set<PropertyPath> |
basePaths() |
boolean |
completed() |
boolean |
isSeen(com.epimorphics.rdfutil.RDFNodeWrapper r) |
Queue<DisplayHierarchyNode> |
queue() |
void |
see(Iterable<com.epimorphics.rdfutil.RDFNodeWrapper> ns)
Add a set of resources to the seen set
|
void |
see(com.epimorphics.rdfutil.RDFNodeWrapper n)
Add a node to the set of seen resources
|
void |
setBasePropertyPaths(Set<PropertyPath> paths)
Set the base list of known property paths for the current view
|
void |
setPage(Page page)
Set the model wrapper
|
DisplayRdfNode |
wrap(com.hp.hpl.jena.rdf.model.RDFNode n) |
DisplayRdfNode |
wrap(com.epimorphics.rdfutil.RDFNodeWrapper n) |
public DisplayHierarchy.DisplayHierarchyContext()
public Queue<DisplayHierarchyNode> queue()
public boolean isSeen(com.epimorphics.rdfutil.RDFNodeWrapper r)
public void see(com.epimorphics.rdfutil.RDFNodeWrapper n)
public void see(Iterable<com.epimorphics.rdfutil.RDFNodeWrapper> ns)
public void setBasePropertyPaths(Set<PropertyPath> paths)
public Set<PropertyPath> basePaths()
public boolean completed()
public DisplayRdfNode wrap(com.hp.hpl.jena.rdf.model.RDFNode n)
public DisplayRdfNode wrap(com.epimorphics.rdfutil.RDFNodeWrapper n)
public void setPage(Page page)
Copyright © 2014. All Rights Reserved.