public class EldaView extends CommonNodeWrapper implements Comparable<EldaView>
Modifier and Type | Class and Description |
---|---|
static class |
EldaView.BasicView
Built-in view named
basic . |
static class |
EldaView.DescriptionView
Built-in view named
all . |
Constructor and Description |
---|
EldaView(Page page,
com.hp.hpl.jena.rdf.model.Resource root)
Construct a new view specification resource with the given page and root.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EldaView o)
When comparing views in order to sort them, sort them in order of the view name
|
com.epimorphics.rdfutil.RDFNodeWrapper |
isVersionOf() |
String |
label() |
List<PropertyPath> |
propertyPaths()
Return a list of the property paths that are defined as being part of this view
|
String |
viewName() |
getInt, getResource, isXmlLiteral, page
asList, asLiteral, asRDFNode, asResource, asTurtle, asTurtle, closure, closure, connectedNodes, equals, firstValueOf, get, getDatatype, getLanguage, getLexicalForm, getLocalizedValue, getModelW, getName, getPropertyValue, getShortURI, getURI, getValue, hashCode, hasResourceValue, isAnon, isList, isLiteral, isResource, listInLinks, listInLinks, listProperties, listPropertyValues, tokeniseWords, toProperty, toString
public EldaView(Page page, com.hp.hpl.jena.rdf.model.Resource root)
page
- The page on which this view spec appearsroot
- The root resource of the view specificationpublic String label()
public String viewName()
public List<PropertyPath> propertyPaths()
public int compareTo(EldaView o)
compareTo
in interface Comparable<EldaView>
o
- An object to compare againstpublic com.epimorphics.rdfutil.RDFNodeWrapper isVersionOf()
Copyright © 2014. All Rights Reserved.