Uses of Class
com.epimorphics.rdfutil.RDFNodeWrapper
-
Packages that use RDFNodeWrapper Package Description com.epimorphics.rdfutil -
-
Uses of RDFNodeWrapper in com.epimorphics.rdfutil
Fields in com.epimorphics.rdfutil declared as RDFNodeWrapper Modifier and Type Field Description protected RDFNodeWrapperPropertyValue. propFields in com.epimorphics.rdfutil with type parameters of type RDFNodeWrapper Modifier and Type Field Description protected List<RDFNodeWrapper>PropertyValue. valuesMethods in com.epimorphics.rdfutil that return RDFNodeWrapper Modifier and Type Method Description RDFNodeWrapperRDFNodeWrapper. firstValueOf(String props)Check each property in a comma-separated list of named properties and return the value of the first that has a valueRDFNodeWrapperRDFNodeWrapper. get(Object prop)Return a single value for the property of null if there is none, property can be specified using URI strings, curies or nodesRDFNodeWrapperRDFNodeWrapper. getDatatype()If this is a literal return its datatype as a wrapped node, otherwise return nullRDFNodeWrapperModelWrapper. getNode(Object spec)Return a wrapped node from this Model.RDFNodeWrapperPropertyValue. getProp()RDFNodeWrapperRDFNodeWrapper. getPropertyValue(Object prop)Return a single value for the property of null if there is none, property can be specified using URI strings, curies or nodesMethods in com.epimorphics.rdfutil that return types with arguments of type RDFNodeWrapper Modifier and Type Method Description List<RDFNodeWrapper>RDFNodeWrapper. asList()Return the contents of the RDF list as a list of wrapped nodesList<RDFNodeWrapper>RDFNodeWrapper. connectedNodes(String path)Return the list nodes which link to this one via a SPARQL property pathList<RDFNodeWrapper>PropertyValue. getValues()List<RDFNodeWrapper>RDFNodeWrapper. listInLinks(Object prop)Return list of nodes that point to us by the given propertyList<RDFNodeWrapper>RDFNodeWrapper. listPropertyValues(Object prop)Return the value of the given property as a list of literal values or wrapped nodes, property can be specified using URI strings, curies or nodesList<RDFNodeWrapper>ModelWrapper. listSubjects()Return a list of at most N subjects in this modelList<RDFNodeWrapper>ModelWrapper. listSubjects(int N)Return a list of at most N subjects in this modelList<Map<String,RDFNodeWrapper>>DatasetWrapper. querySelectW(String query)Thread/transaction safe select query returning wrapped bindings.List<Map<String,RDFNodeWrapper>>ModelWrapper. querySelectW(String query)Thread/transaction safe select query returning wrapped bindings.protected List<Map<String,RDFNodeWrapper>>DatasetWrapper. wrapResultSet(org.apache.jena.query.ResultSet rs)List<Map<String,RDFNodeWrapper>>ModelWrapper. wrapResultSet(org.apache.jena.query.ResultSet rs)Methods in com.epimorphics.rdfutil with parameters of type RDFNodeWrapper Modifier and Type Method Description voidPropertyValue. addValue(RDFNodeWrapper value)Constructors in com.epimorphics.rdfutil with parameters of type RDFNodeWrapper Constructor Description PropertyValue(RDFNodeWrapper prop)PropertyValue(RDFNodeWrapper prop, RDFNodeWrapper value)
-