Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abort() - Method in class com.epimorphics.rdfutil.DatasetWrapper
Unlock the dataset, aborting the transaction.
absoluteFile(String, String) - Static method in class com.epimorphics.util.FileUtil
Construct a File reference for "file".
absoluteFile(File, String) - Static method in class com.epimorphics.util.FileUtil
Construct a File reference for "file".
accessibleBy - Static variable in class com.epimorphics.vocabs.Record
denotes who can read the collection
add(Statement) - Method in class com.epimorphics.rdfutil.PropertyValueSet
 
add(Property, RDFNode) - Method in class com.epimorphics.rdfutil.PropertyValueSet
 
add(Resource) - Method in class com.epimorphics.rdfutil.RichResourcesList
Add a resource to the list.
add(Resource, Model) - Method in class com.epimorphics.rdfutil.RichResourcesList
Add a resource to the list, and add the given description model to the combined description.
addDescription(Model) - Method in class com.epimorphics.rdfutil.RichResourcesList
Add a description model to the combined model for this list.
addNamespace(String, String) - Method in class com.epimorphics.xmlutil.DomWrapper
Register a namespace prefix
addNamespace(String, String) - Method in class com.epimorphics.xmlutil.SimpleNamespaceContext
 
addPageLimits(String, PageInfo) - Static method in class com.epimorphics.rdfutil.QueryUtil
Add limit/offset to query based on paging specification.
addValue(RDFNodeWrapper) - Method in class com.epimorphics.rdfutil.PropertyValue
 
after - Static variable in class com.epimorphics.vocabs.Time
 
AggregationSlice - Static variable in class com.epimorphics.vocabs.Internal
A form of cube slice which includes aggregates of the (implicit) contained observation
Airy1830 - Static variable in class com.epimorphics.geo.Ellipsoid
 
AiryModified - Static variable in class com.epimorphics.geo.Ellipsoid
 
allPropertiesOf(Resource) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a collection of all the distinct properties of the given resource
allResourceValues(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a list of all the resource-values of the property on the resource
allrows - Variable in class com.epimorphics.converters.CSVDataSource
 
altLabel - Static variable in class com.epimorphics.vocabs.SKOS
The range of skos:altLabel is the class of RDF plain literals.skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
angleTo(Vector3d, Vector3d) - Method in class com.epimorphics.geo.Vector3d
Calculates the angle between ‘this’ vector and supplied vector.
angleTo(Vector3d) - Method in class com.epimorphics.geo.Vector3d
Calculates the angle between ‘this’ vector and supplied vector.
annotation - Static variable in class com.epimorphics.vocabs.Internal
links to an externally attached freetext annotation
Annotation - Static variable in class com.epimorphics.vocabs.Internal
an externally attached freetext annotation
anon - Static variable in class com.epimorphics.vocabs.Record
 
ANYDATE_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
API - Class in com.epimorphics.vocabs
Vocabulary definitions from elda/json-rdf/src/main/vocabs/api.ttl
API() - Constructor for class com.epimorphics.vocabs.API
 
API - Static variable in class com.epimorphics.vocabs.API
 
applyTransform(HelmertTransform) - Method in class com.epimorphics.geo.Vector3d
Applies Helmert transform to ‘this’ point using transform parameters t.
April - Static variable in class com.epimorphics.vocabs.Intervals
The month of April
arrayElement(String) - Method in class com.epimorphics.json.JSFullWriter
 
arrayElement(boolean) - Method in class com.epimorphics.json.JSFullWriter
 
arrayElement(long) - Method in class com.epimorphics.json.JSFullWriter
 
arrayElement(Number) - Method in class com.epimorphics.json.JSFullWriter
 
arrayElementProcess() - Method in class com.epimorphics.json.JSFullWriter
 
arraySep() - Method in class com.epimorphics.json.JSFullWriter
Useful if you are manually creating arrays and so need to print array separators yourself
asInt() - Method in class com.epimorphics.converters.SimpleValue
 
asInt() - Method in interface com.epimorphics.converters.Value
Return value as a (long) int if possible, otherwise ModalException
asInt(Object, int) - Static method in class com.epimorphics.util.NameUtils
Extract an integer from a parameter object, with default
asJson(Object) - Static method in class com.epimorphics.json.JsonUtil
Convert java objects to JSON objects.
asList() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the contents of the RDF list as a list of wrapped nodes
asLiteral() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return as a Jena Literal object
asPrefixes(String...) - Static method in class com.epimorphics.util.PrefixUtils
Utility for easily declaring a prefix mapping in code.
asPrefixString(PrefixMapping, boolean) - Static method in class com.epimorphics.util.PrefixUtils
 
asProperty(Resource) - Static method in class com.epimorphics.rdfutil.RDFUtil
Create a property with the same URI as the given resource
asRDFNode() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return unwrapped Jena RDFNode
asRDFNode(Object) - Static method in class com.epimorphics.rdfutil.RDFUtil
Convert an arbitrary value to a RDF node.
asResource() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return as a Jena Resource object
asSparqlPrefixes(PrefixMapping) - Static method in class com.epimorphics.util.PrefixUtils
Return the contents of the given prefix mapping, formatted for prepending onto a SPARQL query.
asSPARQLValue(Object) - Static method in class com.epimorphics.rdfutil.QueryUtil
Format a value in a way that we can include it in a SPARQL query string
asTimestamp(RDFNode) - Static method in class com.epimorphics.rdfutil.RDFUtil
Convert a datetime literal to a unix style date stamp
asTurtle() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Format a wrapped node as though it was being serialise as Turtle.
asTurtle(RDFNode, PrefixMapping) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
 
asTurtlePrefixes(PrefixMapping) - Static method in class com.epimorphics.util.PrefixUtils
Return the contents of the given prefix mapping, formatted for prepending onto Turtle content.
asTypedValue(String) - Static method in class com.epimorphics.rdfutil.TypeUtil
Return a typed RDFNode based on a guess of the type from the syntax.
asTypedValue(String, String) - Static method in class com.epimorphics.rdfutil.TypeUtil
Return a typed RDFNode using the given type URI.
Attachable - Static variable in class com.epimorphics.vocabs.Cube
Abstract superclass for everything that can have attributes and dimensions
attribute - Static variable in class com.epimorphics.vocabs.Cube
An alternative to qb:componentProperty which makes explicit that the component is a attribute
AttributeProperty - Static variable in class com.epimorphics.vocabs.Cube
The class of components which represent attributes of observations in the cube, e.g.
August - Static variable in class com.epimorphics.vocabs.Intervals
The month of August

B

base - Static variable in class com.epimorphics.vocabs.API
The base URI of the API, which is distinct from the URI of the SPARQL endpoint that it queries or the base URI of the instances that it returns.
baseURIFixture() - Static method in class com.epimorphics.util.TestUtil
Return a base URI that is guaranteed not to resolve.
basicViewer - Static variable in class com.epimorphics.vocabs.API
A viewer that returns the type and label of the item.
before - Static variable in class com.epimorphics.vocabs.Time
 
Bessel1841 - Static variable in class com.epimorphics.geo.Ellipsoid
 
BNODE_TYPE - Static variable in class com.epimorphics.json.RDFJSONModReader
 
bNodeFor(String) - Method in class com.epimorphics.json.RDFJSONModReader
 
bNodeTable - Variable in class com.epimorphics.json.RDFJSONModReader
 
broader - Static variable in class com.epimorphics.vocabs.SKOS
Broader concepts are typically rendered as parents in a concept hierarchy (tree).
broaderTransitive - Static variable in class com.epimorphics.vocabs.SKOS
 
broadMatch - Static variable in class com.epimorphics.vocabs.SKOS
 
BusinessHalf - Static variable in class com.epimorphics.vocabs.Intervals
A class for business half year intervals.
BusinessInterval - Static variable in class com.epimorphics.vocabs.Intervals
A top-level class for business intervals
BusinessQuarter - Static variable in class com.epimorphics.vocabs.Intervals
 
BusinessYear - Static variable in class com.epimorphics.vocabs.Intervals
A class for regular annual business reporting and planning intervals, not necessarily calendar aligned.

C

CalendarDay - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar aligned one day intervals, starting at 00:00 (midnight) on the relevant day.
CalendarHalf - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar aligned intervals that represent a calendar half year, a year being split into two half year periods of 6 months each.
CalendarHour - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar aligned hour-long intervals.
CalendarInstant - Static variable in class com.epimorphics.vocabs.Intervals
 
CalendarInterval - Static variable in class com.epimorphics.vocabs.Intervals
A class for all calendar aligned intervals.
CalendarMinute - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar align one minute intervals.
CalendarMonth - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar aligned intervals of one calendar month.
CalendarQuarter - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar aligned one-quarter year (3 month) intervals
CalendarSecond - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar aligned one-second intervals.
CalendarYear - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar aligned intervals of one whole year, ie.
category - Static variable in class com.epimorphics.vocabs.Record
a classification for the record/collection
changeNote - Static variable in class com.epimorphics.vocabs.SKOS
 
checksum(String) - Static method in class com.epimorphics.util.FileUtil
Compute a checksum for a file for use in detecting changes.
checksum(File) - Static method in class com.epimorphics.util.FileUtil
Compute a checksum for a file for use in detecting changes.
checksum(URL) - Static method in class com.epimorphics.util.FileUtil
Compute a checksum for a bundle URL for use in detecting changes.
classes - Static variable in class com.epimorphics.vocabs.VOID
 
classPartition - Static variable in class com.epimorphics.vocabs.VOID
 
cleanMessage() - Method in class com.epimorphics.tasks.ProgressMessage
 
close() - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Finish the update command, capturing the result status and any return message
closeMatch - Static variable in class com.epimorphics.vocabs.SKOS
 
closure() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return a wrapped memory model containing the bNode closure of this resource
closure(ModelWrapper) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Added the bNode closure of this resource into the given (wrapped) model
CodedProperty - Static variable in class com.epimorphics.vocabs.Cube
Superclass of all coded ComponentProperties
codeList - Static variable in class com.epimorphics.vocabs.Cube
gives the code list associated with a CodedProperty
Collection - Static variable in class com.epimorphics.vocabs.Record
Represents a metadata record for a collection of records in the registry
Collection - Static variable in class com.epimorphics.vocabs.SKOS
 
com.epimorphics.converters - package com.epimorphics.converters
 
com.epimorphics.geo - package com.epimorphics.geo
 
com.epimorphics.json - package com.epimorphics.json
 
com.epimorphics.rdfutil - package com.epimorphics.rdfutil
 
com.epimorphics.tasks - package com.epimorphics.tasks
 
com.epimorphics.util - package com.epimorphics.util
 
com.epimorphics.vocabs - package com.epimorphics.vocabs
 
com.epimorphics.webapi - package com.epimorphics.webapi
 
com.epimorphics.webapi.marshalling - package com.epimorphics.webapi.marshalling
 
com.epimorphics.xmlutil - package com.epimorphics.xmlutil
 
commonPrefixes() - Static method in class com.epimorphics.util.PrefixUtils
Return a set of commonly used RDF prefixes.
commonPrefixes(String...) - Static method in class com.epimorphics.util.PrefixUtils
Return a set of commonly used RDF prefixes.
commonPrefixes(PrefixMapping) - Static method in class com.epimorphics.util.PrefixUtils
Return a set of commonly used RDF prefixes.
commonSuperClass(Resource, Resource) - Static method in class com.epimorphics.rdfutil.OntologyUtil
Return the common superclass of two classes, of null if there is no common superclass in the raw ontologies (OWL inference is not used so owl:Thing might not be found).
commonSuperDatatype(XSDDatatype, XSDDatatype) - Static method in class com.epimorphics.rdfutil.OntologyUtil
Return the common super type of two xsd type datatypes or return null if they are not compatible.
compareTo(PropertyValue) - Method in class com.epimorphics.rdfutil.PropertyValue
 
component - Static variable in class com.epimorphics.vocabs.Cube
indicates a component specification which is included in the structure of the dataset
componentAttachment - Static variable in class com.epimorphics.vocabs.Cube
Indicates the level at which the component property should be attached, this might an qb:DataSet, qb:Slice or qb:Observation, or a qb:MeasureProperty.
componentProperty - Static variable in class com.epimorphics.vocabs.Cube
indicates a ComponentProperty (i.e.
ComponentProperty - Static variable in class com.epimorphics.vocabs.Cube
Abstract super-property of all properties representing dimensions, attributes or measures
componentRequired - Static variable in class com.epimorphics.vocabs.Cube
Indicates whether a component property is required (true) or optional (false) in the context of a DSD.
ComponentSet - Static variable in class com.epimorphics.vocabs.Cube
Abstract class of things which reference one or more ComponentProperties
ComponentSpecification - Static variable in class com.epimorphics.vocabs.Cube
Used to define properties of a component (attribute, dimension etc) which are specific to its usage in a DSD.
concept - Static variable in class com.epimorphics.vocabs.Cube
gives the concept which is being measured or indicated by a ComponentProperty
Concept - Static variable in class com.epimorphics.vocabs.SKOS
 
ConceptScheme - Static variable in class com.epimorphics.vocabs.SKOS
 
conn - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 
connectedLiterals(Resource, String) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return all Literals connected by a property path to the given resource.
connectedNodes(String) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the list nodes which link to this one via a SPARQL property path
connectedResources(Resource, String) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return all resources connected by a property path to the given resource.
contentNegotiation - Static variable in class com.epimorphics.vocabs.API
The mechanism used within the URI to override normal content negotiation and deliver a particular results format.
ContentNegotiationStrategy - Static variable in class com.epimorphics.vocabs.API
 
convertDatum(LatLonDatum) - Method in class com.epimorphics.geo.LatLonE
Converts ‘this’ lat/lon coordinate to new coordinate system.
copyDirectory(Path, Path) - Static method in class com.epimorphics.util.FileUtil
Copy a directory tree from a source location to a destination
copyProperty(Resource, Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Copy all values of the given property from the source to the dest resource
copyProperty(Resource, Resource, Property, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Copy all values of p from src to values of newp on dest.
copyResource(File, Writer) - Static method in class com.epimorphics.util.FileUtil
Copy a source file to the output writer, reading the source as UTF-8.
copyResource(Reader, Writer) - Static method in class com.epimorphics.util.FileUtil
Copy a source reader to the output writer.
copyResource(File, OutputStream) - Static method in class com.epimorphics.util.FileUtil
Copy a source file to the output stream, byte for byte.
copyResource(InputStream, OutputStream) - Static method in class com.epimorphics.util.FileUtil
Copy a source file to the output stream, byte for byte.
copyResource(InputStream, Writer) - Static method in class com.epimorphics.util.FileUtil
Copy a source file to the output stream, byte for byte.
copyResource(String, String) - Static method in class com.epimorphics.util.FileUtil
Copy a source file to a destination file
createBindings(Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Utility to declare bindings in code.
createQueryExecution(Model, String) - Static method in class com.epimorphics.rdfutil.QueryUtil
Create a QueryExecution for executing the given query against the given model.
createQueryExecution(Model, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Create a QueryExecution for executing the given query against the given model.
createQueryExecution(Model, String, PrefixMapping, QuerySolutionMap) - Static method in class com.epimorphics.rdfutil.QueryUtil
Create a QueryExecution for executing the given query against the given model.
cross(Vector3d) - Method in class com.epimorphics.geo.Vector3d
 
CSVDataSource - Class in com.epimorphics.converters
Reader for CVS files with assumed header row.
CSVDataSource(File) - Constructor for class com.epimorphics.converters.CSVDataSource
 
CSVDataSource(Reader) - Constructor for class com.epimorphics.converters.CSVDataSource
 
CSVDataSource(File, boolean) - Constructor for class com.epimorphics.converters.CSVDataSource
 
CSVDataSource(Reader, boolean) - Constructor for class com.epimorphics.converters.CSVDataSource
 
CsvFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that generates a simple CSV representation of an RDF graph
csvFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that gives the default simple CSV representation of an RDF graph
csvIn - Variable in class com.epimorphics.converters.CSVDataSource
 
Cube - Class in com.epimorphics.vocabs
Vocabulary definitions from src/main/vocabs/cube.ttl
Cube() - Constructor for class com.epimorphics.vocabs.Cube
 

D

dataDump - Static variable in class com.epimorphics.vocabs.VOID
Announcement of an RDF dump of the dataset.
dataset - Variable in class com.epimorphics.rdfutil.DatasetWrapper
 
dataSet - Static variable in class com.epimorphics.vocabs.Cube
indicates the data set of which this observation is a part
DataSet - Static variable in class com.epimorphics.vocabs.Cube
Represents a collection of observations, possibly organized into various slices, conforming to some common dimensional structure.
Dataset - Static variable in class com.epimorphics.vocabs.VOID
 
DatasetWrapper - Class in com.epimorphics.rdfutil
Wrap up a dataset to support script-friendly access.
DatasetWrapper(Dataset, boolean, PrefixMapping) - Constructor for class com.epimorphics.rdfutil.DatasetWrapper
 
DatasetWrapper(Dataset, boolean) - Constructor for class com.epimorphics.rdfutil.DatasetWrapper
 
DatasetWrapper(Dataset) - Constructor for class com.epimorphics.rdfutil.DatasetWrapper
 
DataStructureDefinition - Static variable in class com.epimorphics.vocabs.Cube
Defines the structure of a DataSet or slice
DATATYPE_KEY - Static variable in class com.epimorphics.json.RDFJSONModReader
 
DATE_BLOCK - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
DATE_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
DATETIME_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
DateTimeDescription - Static variable in class com.epimorphics.vocabs.Time
 
DateTimeInterval - Static variable in class com.epimorphics.vocabs.Time
 
Day - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for all day like entities.
day - Static variable in class com.epimorphics.vocabs.Time
 
dayOfWeek - Static variable in class com.epimorphics.vocabs.Intervals
The day of the week in which an instant or interval (of duration one day or less) occurs.
dayOfWeek - Static variable in class com.epimorphics.vocabs.Time
 
DayOfWeek - Static variable in class com.epimorphics.vocabs.Time
 
dayOfYear - Static variable in class com.epimorphics.vocabs.Time
 
days - Static variable in class com.epimorphics.vocabs.Time
 
December - Static variable in class com.epimorphics.vocabs.Intervals
The month of December
DECIMAL_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
decodeSafeName(String) - Static method in class com.epimorphics.util.NameUtils
Decode an encoded safe name
DEFAULT_LANGUAGE - Static variable in class com.epimorphics.rdfutil.ModelWrapper
 
DEFAULT_PAGESIZE - Static variable in class com.epimorphics.webapi.PageInfo
 
defaultFormatter - Static variable in class com.epimorphics.vocabs.API
The default formatter used if none is explicitly selected within the request URI.
defaultPageSize - Static variable in class com.epimorphics.vocabs.API
The default size of lists that will be returned by the API or endpoint.
defaultViewer - Static variable in class com.epimorphics.vocabs.API
The default viewer used if none is explicitly selected within the request URI.
definition - Static variable in class com.epimorphics.vocabs.API
 
definition - Static variable in class com.epimorphics.vocabs.SKOS
 
deleteDirectory(String) - Static method in class com.epimorphics.util.FileUtil
Remove the directory.
deleteDirectory(File) - Static method in class com.epimorphics.util.FileUtil
Remove the directory.
depthfirstSuperclasses(Resource) - Static method in class com.epimorphics.rdfutil.OntologyUtil
Find all the superclasses of the given starting class, in depth first order.
describe(Model, String) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return the model that results from executing the given describe query.
describe(Model, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return the model that results from executing the given describe query.
describe(Model, String, PrefixMapping, QuerySolutionMap) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return the model that results from executing the given describe query.
describeResource(Model, Resource) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return the model that is the SPARQL description of resource r
describeResource(Model, String) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return the model that is the SPARQL description of resource with the given URI
describeViewer - Static variable in class com.epimorphics.vocabs.API
A viewer that returns a graph created from a DESCRIBE query.
description() - Method in class com.epimorphics.rdfutil.RichResourcesList
Return the combined description model for this list.
description - Static variable in class com.epimorphics.vocabs.Record
a description of the entity described by this metadata record
descriptionProps - Static variable in class com.epimorphics.rdfutil.RDFUtil
 
deserialize(String) - Static method in class com.epimorphics.rdfutil.RDFUtil
Decode a serlialized RDFNode, not associated with any useful model
DGU - Class in com.epimorphics.vocabs
Vocabulary definitions from ../../../../../resources/ontology/reference.n3
DGU() - Constructor for class com.epimorphics.vocabs.DGU
 
dimension - Static variable in class com.epimorphics.vocabs.Cube
An alternative to qb:componentProperty which makes explicit that the component is a dimension
DimensionProperty - Static variable in class com.epimorphics.vocabs.Cube
The class of components which represent the dimensions of the cube
distinctObjects - Static variable in class com.epimorphics.vocabs.VOID
 
distinctSubjects - Static variable in class com.epimorphics.vocabs.VOID
 
documents - Static variable in class com.epimorphics.vocabs.VOID
 
DomWrapper - Class in com.epimorphics.xmlutil
Utility to create a DOM structure for an XML source and provide XPath-based access and iteration over it.
DomWrapper() - Constructor for class com.epimorphics.xmlutil.DomWrapper
 
dot(Vector3d) - Method in class com.epimorphics.geo.Vector3d
 
draft - Static variable in class com.epimorphics.vocabs.DGU
 
dsw - Variable in class com.epimorphics.rdfutil.ModelWrapper
 
DurationDescription - Static variable in class com.epimorphics.vocabs.Time
 
DurationDescriptions - Static variable in class com.epimorphics.vocabs.Intervals
 

E

ED50 - Static variable in class com.epimorphics.geo.LatLonDatum
 
editorialNote - Static variable in class com.epimorphics.vocabs.SKOS
 
Ellipsoid - Class in com.epimorphics.geo
Specify an ellisoid used in geo coordinate reference systems
Ellipsoid(double, double, double) - Constructor for class com.epimorphics.geo.Ellipsoid
 
ellipsoid - Variable in class com.epimorphics.geo.LatLonDatum
 
empty() - Method in class com.epimorphics.converters.SimpleValue
 
empty() - Method in interface com.epimorphics.converters.Value
Return true unless the value is null or an empty string
emptyObject() - Static method in class com.epimorphics.json.JsonUtil
Return a new singleton empty object
encodeSafeName(String) - Static method in class com.epimorphics.util.NameUtils
Convert a name to a safe name in a reversible fashion by (very) conservative percent-encoding of the UTF-8 version.
endpoint - Static variable in class com.epimorphics.vocabs.API
An endpoint specified by the API, against which requests can be made.
Endpoint - Static variable in class com.epimorphics.vocabs.API
An endpoint exposed by the API.
ensureDir(String) - Static method in class com.epimorphics.util.FileUtil
Ensure the given directory exists and is writable.
ensureLastSlash(String) - Static method in class com.epimorphics.util.NameUtils
Normalize a URI by ensuring there is a final "/"
entities - Static variable in class com.epimorphics.vocabs.VOID
 
EpiException - Exception in com.epimorphics.util
Generic runtime exception wrapper for those times when you want a generic unchecked exception but don't mean it to be specific to any particular subsystem such a Jena.
EpiException() - Constructor for exception com.epimorphics.util.EpiException
 
EpiException(String) - Constructor for exception com.epimorphics.util.EpiException
 
EpiException(Throwable) - Constructor for exception com.epimorphics.util.EpiException
 
EpiException(String, Throwable) - Constructor for exception com.epimorphics.util.EpiException
 
equals(Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
 
escape(String, char) - Static method in class com.epimorphics.util.NameUtils
Escape a sensitive character by a "\" if it is not already so escaped.
exactMatch - Static variable in class com.epimorphics.vocabs.SKOS
skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.
example - Static variable in class com.epimorphics.vocabs.SKOS
 
exampleResource - Static variable in class com.epimorphics.vocabs.VOID
 
Execution - Static variable in class com.epimorphics.vocabs.API
 
expandPrefix(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
 
expandQuery(String) - Method in class com.epimorphics.rdfutil.DatasetWrapper
 
expandQuery(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
 
expandQuery(String, PrefixMapping) - Static method in class com.epimorphics.util.PrefixUtils
Expand a SPARQL query by prefixing it will all possibly relevant mappings from the given prefix mapping
extendedMetadataVersion - Static variable in class com.epimorphics.vocabs.API
 
extension(String) - Static method in class com.epimorphics.util.NameUtils
Find the .xxx extension of a file name

F

feature - Static variable in class com.epimorphics.vocabs.VOID
 
February - Static variable in class com.epimorphics.vocabs.Intervals
The month of February
FileModelUtil - Class in com.epimorphics.rdfutil
Utilities for handling file-backed persistent models.
FileModelUtil() - Constructor for class com.epimorphics.rdfutil.FileModelUtil
 
FileUtil - Class in com.epimorphics.util
 
FileUtil() - Constructor for class com.epimorphics.util.FileUtil
 
filter - Static variable in class com.epimorphics.vocabs.API
A set of parameter bindings in the same format as is used within the query of a URI, used to provide a simple way of filtering the sequence of items that the selector selects.
final_ - Static variable in class com.epimorphics.vocabs.DGU
 
findLangMatchValue(Resource, String, Property...) - Static method in class com.epimorphics.rdfutil.RDFUtil
Checks the list of properties for one for which we can return a string which either matches the given language or a plain-literal
findNode(String) - Method in class com.epimorphics.xmlutil.DomWrapper
Find the node addressed by the given path starting from the root of the document
findNode(String, Node) - Method in class com.epimorphics.xmlutil.DomWrapper
Find the node addressed by the given path starting from the given root
findRoot(Model) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return the root resource of a model (or the first root we find if there are multiple).
findRoots(Model) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return all the root resources of a model
finish() - Method in class com.epimorphics.json.RDFJSONModWriter
Finish the write.
finishArray() - Method in class com.epimorphics.json.JSFullWriter
 
finishObject() - Method in class com.epimorphics.json.JSFullWriter
 
finishOutput() - Method in class com.epimorphics.json.JSFullWriter
 
first - Static variable in class com.epimorphics.vocabs.XHV
 
firstValueOf(String) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Check each property in a comma-separated list of named properties and return the value of the first that has a value
flatten(Node) - Static method in class com.epimorphics.xmlutil.DomWrapper
Return textual serialization of the text content of the node, stripping out nested elements.
flattenTo(Node, StringBuffer) - Static method in class com.epimorphics.xmlutil.DomWrapper
 
FLOAT_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
format(int) - Method in class com.epimorphics.geo.OsGridRef
Return as a grid reference string to given total digit precision (i.e.
formatDuration(long) - Static method in class com.epimorphics.util.NameUtils
Format a duration (measured in ms) as human readable
formatter - Static variable in class com.epimorphics.vocabs.API
A formatter that can be used with the endpoint.
Formatter - Static variable in class com.epimorphics.vocabs.API
A formatter that creates a representation from an RDF graph.
Friday - Static variable in class com.epimorphics.vocabs.Time
 
fromDateTime(long) - Static method in class com.epimorphics.rdfutil.RDFUtil
Create a datetime literal representing the given Date (in unix ms since epoch style)
fromEastingNorthing(long, long) - Static method in class com.epimorphics.geo.GeoPoint
Construct point from OS easting/northing pair
fromEastingNorthing(double, double) - Static method in class com.epimorphics.geo.GeoPoint
Construct point from OS easting/northing pair
fromGridRef(String) - Static method in class com.epimorphics.geo.GeoPoint
Construct point from OS grid reference
fromJson(JsonValue) - Static method in class com.epimorphics.json.JsonUtil
Convert a JSON value to a corresponding plain Java value.
fromLatLon(double, double) - Static method in class com.epimorphics.geo.GeoPoint
Construct point from lat lon pair in WGS84 CRS.
fromLatLon(LatLonE) - Static method in class com.epimorphics.geo.OsGridRef
Create grid reference from OSGB36 or WGS84 lat, lon
fromLatLonOSGB36(double, double) - Static method in class com.epimorphics.geo.GeoPoint
Construct point from lat lon pair in OSGB36 CRS.
fromLatLonOSGB36(LatLonE) - Static method in class com.epimorphics.geo.OsGridRef
Create grid reference from OSGB36 lat, lon
FULL_MIME_RDFXML - Static variable in class com.epimorphics.webapi.marshalling.RDFXMLMarshaller
 

G

GeoPoint - Class in com.epimorphics.geo
A geographic point identified by an OS grid reference lat lon.
GeoPoint(LatLonE) - Constructor for class com.epimorphics.geo.GeoPoint
 
GeoPoint(OsGridRef) - Constructor for class com.epimorphics.geo.GeoPoint
 
get(String) - Method in class com.epimorphics.json.JSONWritableObject
 
get(Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return a single value for the property of null if there is none, property can be specified using URI strings, curies or nodes
getA() - Method in class com.epimorphics.geo.Ellipsoid
 
getAbsoluteRequestURI() - Method in class com.epimorphics.webapi.PageInfo
Return the request URI with query parameters stripped off.
getAPropertyValue(Resource, Property[]) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return the first available value for the given list of properties
getAttribute(Node, String) - Static method in class com.epimorphics.xmlutil.DomWrapper
Helper function.
getB() - Method in class com.epimorphics.geo.Ellipsoid
 
getBooleanValue(JsonObject, String, boolean) - Static method in class com.epimorphics.json.JsonUtil
 
getBooleanValue(Resource, Property, boolean) - Static method in class com.epimorphics.rdfutil.RDFUtil
Answer the boolean value of property p on resource r.
getDataset() - Method in class com.epimorphics.rdfutil.DatasetWrapper
 
getDataset() - Method in class com.epimorphics.rdfutil.ModelWrapper
 
getDatasetWrapper() - Method in class com.epimorphics.rdfutil.ModelWrapper
 
getDatatype() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
If this is a literal return its datatype as a wrapped node, otherwise return null
getDefaultModelW() - Method in class com.epimorphics.rdfutil.DatasetWrapper
Get the default graph as a Jena Model
getDescription(Resource) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a description for the given resource
getDescription(Resource, String) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a description for the given resource
getDocument() - Method in class com.epimorphics.xmlutil.DomWrapper
Return the document root node.
getDoubleValue(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Answer the double value of property p on resource x or null if there isn't one.
getEasting() - Method in class com.epimorphics.geo.GeoPoint
Return OS easting
getEasting() - Method in class com.epimorphics.geo.OsGridRef
 
getF() - Method in class com.epimorphics.geo.Ellipsoid
 
getFieldNames() - Method in class com.epimorphics.converters.CSVDataSource
 
getFieldNames() - Method in interface com.epimorphics.converters.RawDataSource
Return the set of top level field names in each record
getFlattening() - Method in class com.epimorphics.geo.Ellipsoid
 
getGridRef() - Method in class com.epimorphics.geo.GeoPoint
Return as a grid reference
getGridRefString() - Method in class com.epimorphics.geo.GeoPoint
Return OS grid reference string
getGridRefString(int) - Method in class com.epimorphics.geo.GeoPoint
Return OS grid reference with the given number of digit precision (10 = full precision, 5 digits for each numeric part)
getId() - Method in interface com.epimorphics.tasks.ProgressReporter
Return an ID string for this monitor/reporter.
getId() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
getIntValue(JsonObject, String, int) - Static method in class com.epimorphics.json.JsonUtil
 
getIntValue(Resource, Property, int) - Static method in class com.epimorphics.rdfutil.RDFUtil
Answer the integer value of property p on resource x, or ifAbsent if there isn't one.
getLabel(Resource) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a label for the given resource
getLabel(Resource, String) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a label for the given resource
getLabel(RDFNode) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a label for the given node
getLanguage() - Method in class com.epimorphics.rdfutil.ModelWrapper
Return a language code (2-letter ISO639 code) which can be used to guide choice of lexical form in e.g.
getLanguage() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
If this is a literal return its language, otherwise return null
getLat() - Method in class com.epimorphics.geo.GeoPoint
Return WGS84 latitude
getLat() - Method in class com.epimorphics.geo.LatLonE
 
getLatLiteral() - Method in class com.epimorphics.geo.GeoPoint
Return WGS84 latitude as RDF literal
getLatLon() - Method in class com.epimorphics.geo.GeoPoint
Return as lat lon WGS84 point
getLexical() - Method in class com.epimorphics.converters.SimpleValue
 
getLexical() - Method in interface com.epimorphics.converters.Value
Original lexical form for the value
getLexicalForm() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the lexical form for a literal, the URI of a resource, the anonID of a bNode
getLexicalForm(RDFNode) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return the lexical form of a node.
getLineNumber() - Method in class com.epimorphics.tasks.ProgressMessage
 
getLocalizedValue(Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return a string value for the given property, selecting one in the model's locale language if possible
getLocalName(Node) - Static method in class com.epimorphics.rdfutil.NodeUtil
Find the local name of the URI of a node.
getLocalname(String) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a useful version of the local name for a resource.
getLocalname(Resource) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a useful version of the local name for a resource.
getLon() - Method in class com.epimorphics.geo.GeoPoint
Return WGS84 longitude
getLon() - Method in class com.epimorphics.geo.LatLonE
 
getLongValue(JsonObject, String, long) - Static method in class com.epimorphics.json.JsonUtil
 
getLongValue(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Answer the long value of property p on resource x or null if there isn't one.
getLonLiteral() - Method in class com.epimorphics.geo.GeoPoint
Return WGS84 longitude as RDF literal
getMajorAxis() - Method in class com.epimorphics.geo.Ellipsoid
 
getMessage() - Method in class com.epimorphics.tasks.ProgressMessage
 
getMessages() - Method in interface com.epimorphics.tasks.ProgressMonitor
Return all progress messages logged so far.
getMessages() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
getMessagesSince(int) - Method in interface com.epimorphics.tasks.ProgressMonitor
Return all progress messages since the given message number.
getMessagesSince(int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
getMinorAxis() - Method in class com.epimorphics.geo.Ellipsoid
 
getModel() - Method in class com.epimorphics.rdfutil.ModelWrapper
 
getModel() - Method in class com.epimorphics.webapi.ResultPage
Return the model containing all the result data
getModelW() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
 
getName() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
 
getNamedModelW(String) - Method in class com.epimorphics.rdfutil.DatasetWrapper
Get a graph by name as a Jena Model
getNamespace(Resource) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return a useful version of the namespace resource.
getNamespaceURI(String) - Method in class com.epimorphics.xmlutil.SimpleNamespaceContext
 
getNode(Object) - Method in class com.epimorphics.rdfutil.ModelWrapper
Return a wrapped node from this Model.
getNorthing() - Method in class com.epimorphics.geo.GeoPoint
Return OS northing
getNorthing() - Method in class com.epimorphics.geo.OsGridRef
 
getNumericValue(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
 
getOffset() - Method in class com.epimorphics.webapi.PageInfo
Return the index of the first result that is requested.
getOrderedValues() - Method in class com.epimorphics.rdfutil.PropertyValueSet
 
getPage() - Method in class com.epimorphics.webapi.ResultPage
Return the resource representing this page of the list.
getPageNumber() - Method in class com.epimorphics.webapi.PageInfo
Return the page number requested, default is 0.
getPageSize() - Method in class com.epimorphics.webapi.PageInfo
Return the page size for this request.
getPageURI() - Method in class com.epimorphics.webapi.PageInfo
Return the page URI, this is the request URI with appropriate page and pagesize query parameters added.
getPageURI(int) - Method in class com.epimorphics.webapi.PageInfo
Return the page URI for a specific numbered page.
getPath(JsonValue, Object...) - Static method in class com.epimorphics.json.JsonUtil
Return an element of a JSON structure by following a sequence of object field selectors (strings) or array indexes (integers) and return the java-ized version of the leaf.
getPath(JsonValue, Class<T>, Object...) - Static method in class com.epimorphics.json.JsonUtil
Return an element of a JSON structure by following a sequence of object field selectors (strings) or array indexes (integers) and return the java-ized version of the leaf.
getPrefix(String) - Method in class com.epimorphics.xmlutil.SimpleNamespaceContext
 
getPrefixes() - Method in class com.epimorphics.rdfutil.DatasetWrapper
 
getPrefixes() - Method in class com.epimorphics.rdfutil.ModelWrapper
Return a merged prefix mapping that includes and prefixes defined for this model plus any global ones which have been registered with the dataset wapper
getPrefixes(String) - Method in class com.epimorphics.xmlutil.SimpleNamespaceContext
 
getProgress() - Method in interface com.epimorphics.tasks.ProgressMonitor
Get the progress of the task as a percentage.
getProgress() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
getProp() - Method in class com.epimorphics.rdfutil.PropertyValue
 
getPropertyValue(Node, Node, Graph) - Static method in class com.epimorphics.rdfutil.NodeUtil
Find the first value of the given property of the root node.
getPropertyValue(Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return a single value for the property of null if there is none, property can be specified using URI strings, curies or nodes
getRequestRootURI() - Method in class com.epimorphics.webapi.PageInfo
Return the request URI incluiding query parameters but not page control parameters
getRequiredAttribute(Node, String) - Static method in class com.epimorphics.xmlutil.DomWrapper
Helper function.
getRequiredKey(JsonObject, String) - Method in class com.epimorphics.json.RDFJSONModReader
 
getResource(Object) - Method in class com.epimorphics.rdfutil.ModelWrapper
Return a resource (not wrapped) from this Model.
getResourceValue(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return the value of a resource on a property as a resource, or null if there isn't a resource value.
getResourceValues(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return all the resource values of the property on a resource.
getResponseBody() - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Get the body of the HTTP response, in the event of an error response the server may return useful human readable information in the body.
getResponseMessage() - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Get the message part of the HTTP response, generally not interesting
getResultSetAll(String, ResultSet) - Static method in class com.epimorphics.rdfutil.QueryUtil
 
getResultSetFirst(String, QueryExecution, ResultSet) - Static method in class com.epimorphics.rdfutil.QueryUtil
 
getRoot() - Method in class com.epimorphics.webapi.ResultPage
Return the resource representing the overall list.
getRowsProcessed() - Method in class com.epimorphics.converters.CSVDataSource
 
getRx() - Method in class com.epimorphics.geo.HelmertTransform
 
getRy() - Method in class com.epimorphics.geo.HelmertTransform
 
getRz() - Method in class com.epimorphics.geo.HelmertTransform
 
getS() - Method in class com.epimorphics.geo.HelmertTransform
 
getShortURI() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the shortform curi for the URI if possible, else the full URI
getSize(Model, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONLDMarshaller
 
getSize(Model, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONMarshaller
 
getSize(JsonValue, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONObjectMarshaller
 
getSize(ResultPage, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONResultMarshaller
 
getSize(Model, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.RDFXMLMarshaller
 
getSize(ResultPage, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.RDFXMLResultMarshaller
 
getSize(Model, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.TurtleMarshaller
 
getSize(ResultPage, Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.TurtleResultMarshaller
 
getState() - Method in interface com.epimorphics.tasks.ProgressMonitor
Return the state of the task.
getState() - Method in interface com.epimorphics.tasks.ProgressReporter
Return the state of the task.
getState() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
getStatus() - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Get the returned status code from the request
getStringValue(JsonObject, String) - Static method in class com.epimorphics.json.JsonUtil
 
getStringValue(JsonObject, String, String) - Static method in class com.epimorphics.json.JsonUtil
 
getStringValue(Resource, Property, String) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return one of the values of the property on the resource in string form.
getStringValue(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Return one of the values of the property on the resource in string form.
getSubject(Model, Property, RDFNode) - Static method in class com.epimorphics.rdfutil.RDFUtil
Find the singleton subject of the given property/value pair.
getTimelabel() - Method in class com.epimorphics.tasks.ProgressMessage
 
getTimestamp() - Method in class com.epimorphics.tasks.ProgressMessage
 
getTimestamp() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
getTx() - Method in class com.epimorphics.geo.HelmertTransform
 
getTy() - Method in class com.epimorphics.geo.HelmertTransform
 
getType() - Method in class com.epimorphics.tasks.ProgressMessage
 
getTz() - Method in class com.epimorphics.geo.HelmertTransform
 
getUnionDefault() - Method in class com.epimorphics.rdfutil.DatasetWrapper
 
getURI() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the URI
getURI() - Static method in class com.epimorphics.vocabs.API
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.Cube
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.DGU
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.Internal
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.Intervals
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.OpenSearch
 
getURI() - Static method in class com.epimorphics.vocabs.Record
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.SKOS
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.Time
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.VOID
The namespace of the vocabulary as a string
getURI() - Static method in class com.epimorphics.vocabs.XHV
 
getValue() - Method in class com.epimorphics.converters.SimpleValue
 
getValue() - Method in interface com.epimorphics.converters.Value
Return the value unconverted.
getValue() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
If this is a literal return the literal value as a java object, otherwise returns self
getValueAsString(JsonObject) - Method in class com.epimorphics.json.RDFJSONModReader
 
getValueAsString(JsonObject, String) - Method in class com.epimorphics.json.RDFJSONModReader
 
getValues() - Method in class com.epimorphics.rdfutil.PropertyValue
 
getValues() - Method in class com.epimorphics.rdfutil.PropertyValueSet
 
getX() - Method in class com.epimorphics.geo.Vector3d
 
getY() - Method in class com.epimorphics.geo.Vector3d
 
getZ() - Method in class com.epimorphics.geo.Vector3d
 
GRS80 - Static variable in class com.epimorphics.geo.Ellipsoid
 
GYEARMONTH_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
GYM_BLOCK - Static variable in class com.epimorphics.rdfutil.TypeUtil
 

H

H1 - Static variable in class com.epimorphics.vocabs.Intervals
A class for intervals that the first half of a (nominally) annual cycle.
H2 - Static variable in class com.epimorphics.vocabs.Intervals
A class for intervals that the second half of a (nominally) annual cycle.
H3 - Static variable in class com.epimorphics.vocabs.Intervals
A class for 3rd half year intervals in an abnormally long annual interval - in the UK a buisness interval may exceptionally extent to 6 quarters.
Half - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for all half-year (6 month) like intervals
hasBeginning - Static variable in class com.epimorphics.vocabs.Time
 
hasDateTimeDescription - Static variable in class com.epimorphics.vocabs.Time
 
hasDurationDescription - Static variable in class com.epimorphics.vocabs.Time
 
hasEnd - Static variable in class com.epimorphics.vocabs.Time
 
hashCode() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
 
hasNext() - Method in class com.epimorphics.converters.CSVDataSource
 
hasNext() - Method in interface com.epimorphics.converters.RawDataSource
Return true if more record values are available.
hasRecord - Static variable in class com.epimorphics.vocabs.Record
denotes the metadata record for an entity
hasResourceValue(Object, Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return true if the property has the given value
hasTopConcept - Static variable in class com.epimorphics.vocabs.SKOS
 
hasXsdDurationDescription - Static variable in class com.epimorphics.vocabs.Intervals
hasXsdDurationDescription: a data type property for associating an xsd:duration with an Interval.
headers - Variable in class com.epimorphics.converters.CSVDataSource
 
HelmertTransform - Class in com.epimorphics.geo
 
HelmertTransform(double, double, double, double, double, double, double) - Constructor for class com.epimorphics.geo.HelmertTransform
 
Hidden - Static variable in class com.epimorphics.vocabs.API
 
hiddenLabel - Static variable in class com.epimorphics.vocabs.SKOS
The range of skos:hiddenLabel is the class of RDF plain literals.skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
HierarchicalCodeList - Static variable in class com.epimorphics.vocabs.Cube
Represents a generalized hierarchy of concepts which can be used for coding.
hierarchyRoot - Static variable in class com.epimorphics.vocabs.Cube
Specifies a root of the hierarchy.
historyNote - Static variable in class com.epimorphics.vocabs.SKOS
 
Hour - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for hour-long intervals.
hour - Static variable in class com.epimorphics.vocabs.Time
 
hours - Static variable in class com.epimorphics.vocabs.Time
 
HtmlFormatter - Static variable in class com.epimorphics.vocabs.API
 

I

id - Variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
ID_FIELD - Static variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
identifier - Static variable in class com.epimorphics.vocabs.Internal
unique identifier for entity, usable as a 'slug' in a composite URI
idFromURI(String) - Static method in class com.epimorphics.util.NameUtils
Encode a resource URI into a unique label which can be used as a URI segment into a REST API.
IllegalFormatException(String) - Constructor for exception com.epimorphics.rdfutil.TypeUtil.IllegalFormatException
 
include - Static variable in class com.epimorphics.vocabs.API
Other viewers that describe properties that should be incorporated into this view.
inCollection - Static variable in class com.epimorphics.vocabs.Record
denotes the collection which contains the metadata record
inDataset - Static variable in class com.epimorphics.vocabs.VOID
 
inDateTime - Static variable in class com.epimorphics.vocabs.Time
 
INDEX - Static variable in interface com.epimorphics.converters.RawDataSource
variable name under which the index of the row will be bound in the environment
inScheme - Static variable in class com.epimorphics.vocabs.SKOS
 
inside - Static variable in class com.epimorphics.vocabs.Time
 
Instant - Static variable in class com.epimorphics.vocabs.Time
 
INTEGER_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
Internal - Class in com.epimorphics.vocabs
Vocabulary definitions from src/main/webapp/vocabs/internal.ttl
Internal() - Constructor for class com.epimorphics.vocabs.Internal
 
Interval - Static variable in class com.epimorphics.vocabs.Intervals
 
Interval - Static variable in class com.epimorphics.vocabs.Time
 
intervalAfter - Static variable in class com.epimorphics.vocabs.Time
 
intervalBefore - Static variable in class com.epimorphics.vocabs.Time
 
intervalContains - Static variable in class com.epimorphics.vocabs.Time
 
intervalContainsDay - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsDays - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsHalf - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsHalves - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsHour - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsHours - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsIso8601Week - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsMinute - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsMinutes - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsMonth - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsMonths - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsQuarter - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsQuarters - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsSecond - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsSeconds - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalContainsWeek - Static variable in class com.epimorphics.vocabs.Intervals
 
intervalDuring - Static variable in class com.epimorphics.vocabs.Time
 
intervalEquals - Static variable in class com.epimorphics.vocabs.Time
 
intervalFinishedBy - Static variable in class com.epimorphics.vocabs.Time
 
intervalFinishes - Static variable in class com.epimorphics.vocabs.Time
 
intervalMeets - Static variable in class com.epimorphics.vocabs.Time
 
intervalMetBy - Static variable in class com.epimorphics.vocabs.Time
 
intervalOverlappedBy - Static variable in class com.epimorphics.vocabs.Time
 
intervalOverlaps - Static variable in class com.epimorphics.vocabs.Time
 
Intervals - Class in com.epimorphics.vocabs
Vocabulary definitions from src/main/webapp/vocabs/intervals.ttl
Intervals() - Constructor for class com.epimorphics.vocabs.Intervals
 
intervalStartedBy - Static variable in class com.epimorphics.vocabs.Time
 
intervalStarts - Static variable in class com.epimorphics.vocabs.Time
 
Intl1924 - Static variable in class com.epimorphics.geo.Ellipsoid
 
inverse() - Method in class com.epimorphics.geo.HelmertTransform
 
inWrite - Variable in class com.epimorphics.rdfutil.DatasetWrapper
 
inXSDDateTime - Static variable in class com.epimorphics.vocabs.Time
 
Irl1975 - Static variable in class com.epimorphics.geo.LatLonDatum
 
IrregularInterval - Static variable in class com.epimorphics.vocabs.Intervals
A business interval outside of the normal pattern of business intervals.
isAnon() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return true if this is an anonymous resource
isInt() - Method in class com.epimorphics.converters.SimpleValue
 
isInt() - Method in interface com.epimorphics.converters.Value
Test if the value can be treated as a (long) int
isList() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return true if the node is an RDF list
isListNode(Graph, Node) - Method in class com.epimorphics.json.RDFJSONModWriter
 
isLiteral() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
tests true of the node is a literal
Iso8601Week - Static variable in class com.epimorphics.vocabs.Intervals
A class for calendar weeks.
isOnlyValue(Resource, Property, RDFNode) - Static method in class com.epimorphics.util.TestUtil
Test that the given resource/property has the given object value and ONLY the given object value.
isResource() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return true if this is an RDF resource
isStarted() - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Return true if at least one command string has been sent, whether complete or not
isURI(String) - Static method in class com.epimorphics.util.NameUtils
Test if the given name is a legal URI.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONLDMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONObjectMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.JSONResultMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.RDFXMLMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.RDFXMLResultMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.TurtleMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.epimorphics.webapi.marshalling.TurtleResultMarshaller
 
ItemEndpoint - Static variable in class com.epimorphics.vocabs.API
An endpoint that returns information about a single instance.
items - Static variable in class com.epimorphics.vocabs.API
 
itemsPerPage - Static variable in class com.epimorphics.vocabs.OpenSearch
 
itemTemplate - Static variable in class com.epimorphics.vocabs.API
A template for the URI of the item that the item endpoint should return.
itemType - Static variable in class com.epimorphics.vocabs.DGU
The common class for all the items in this URI set.
iterator() - Method in class com.epimorphics.converters.CSVDataSource
 
iterator() - Method in interface com.epimorphics.converters.RawDataSource
Return itself as an iterator

J

January - Static variable in class com.epimorphics.vocabs.Intervals
The month of January
January - Static variable in class com.epimorphics.vocabs.Time
 
JSFullWriter - Class in com.epimorphics.json
Variant on ARQ streaming JSON writer that supports full JSON numbers.
JSFullWriter() - Constructor for class com.epimorphics.json.JSFullWriter
 
JSFullWriter(OutputStream) - Constructor for class com.epimorphics.json.JSFullWriter
 
JSFullWriter(IndentedWriter) - Constructor for class com.epimorphics.json.JSFullWriter
 
JsonFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that generates a simple JSON representation of an RDF graph
jsonFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that gives the default simple JSON representation of an RDF graph
JSONLDMarshaller - Class in com.epimorphics.webapi.marshalling
 
JSONLDMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.JSONLDMarshaller
 
JSONMarshaller - Class in com.epimorphics.webapi.marshalling
 
JSONMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.JSONMarshaller
 
JSONObjectMarshaller - Class in com.epimorphics.webapi.marshalling
The default Jersey Marshaller doesn't seem to get registered so provide our own.
JSONObjectMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.JSONObjectMarshaller
 
JSONResultMarshaller - Class in com.epimorphics.webapi.marshalling
 
JSONResultMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.JSONResultMarshaller
 
JSONSerializer - Class in com.epimorphics.json
Support output of lists and maps to a JSON stream
JSONSerializer(List<?>) - Constructor for class com.epimorphics.json.JSONSerializer
 
JSONSerializer(Map<?, ?>) - Constructor for class com.epimorphics.json.JSONSerializer
 
JsonUtil - Class in com.epimorphics.json
Utilities to make it easier to access JSON data and convert between JSON encodings and plain java encodings.
JsonUtil() - Constructor for class com.epimorphics.json.JsonUtil
 
JSONWritable - Interface in com.epimorphics.json
Signature for API objects which self-serialize to JSON using the Jena streaming JSON writers.
JSONWritableObject - Class in com.epimorphics.json
A streaming JSON object.
JSONWritableObject() - Constructor for class com.epimorphics.json.JSONWritableObject
 
July - Static variable in class com.epimorphics.vocabs.Intervals
The month of July
June - Static variable in class com.epimorphics.vocabs.Intervals
The month of June

K

key(String) - Method in class com.epimorphics.json.JSFullWriter
 

L

label - Static variable in class com.epimorphics.vocabs.API
 
label - Static variable in class com.epimorphics.vocabs.Record
the label of the entity described by this metadata record
labelledDescribeViewer - Static variable in class com.epimorphics.vocabs.API
A viewer that returns the graph created from a DESCRIBE query, supplemented by labels for linked resources.
labelProps - Static variable in class com.epimorphics.rdfutil.RDFUtil
 
lang - Static variable in class com.epimorphics.vocabs.API
 
LANG_KEY - Static variable in class com.epimorphics.json.RDFJSONModReader
 
language - Variable in class com.epimorphics.rdfutil.ModelWrapper
 
lastSegment(String) - Static method in class com.epimorphics.util.NameUtils
Find the last path segment in a URL or unix path.
LatLonDatum - Class in com.epimorphics.geo
Datums; with associated *ellipsoid* and Helmert *transform* parameters to convert from WGS 84 into given datum.
LatLonDatum(Ellipsoid, HelmertTransform) - Constructor for class com.epimorphics.geo.LatLonDatum
 
LatLonE - Class in com.epimorphics.geo
lat/lon (polar) point with latitude & longitude values and height above ellipsoid, on a specified datum.
LatLonE(double, double, LatLonDatum, double) - Constructor for class com.epimorphics.geo.LatLonE
 
LatLonE(double, double, LatLonDatum) - Constructor for class com.epimorphics.geo.LatLonE
 
LatLonE(double, double, double) - Constructor for class com.epimorphics.geo.LatLonE
 
LatLonE(double, double) - Constructor for class com.epimorphics.geo.LatLonE
 
length() - Method in class com.epimorphics.geo.Vector3d
 
LINE_NUMBER_FIELD - Static variable in class com.epimorphics.tasks.ProgressMessage
 
linkPredicate - Static variable in class com.epimorphics.vocabs.VOID
 
Linkset - Static variable in class com.epimorphics.vocabs.VOID
 
list() - Method in class com.epimorphics.webapi.ResultPage
Return all the content resources in this list
LIST_TYPE - Static variable in class com.epimorphics.json.RDFJSONModReader
 
ListEndpoint - Static variable in class com.epimorphics.vocabs.API
An endpoint that returns information about a list of instances.
listInLinks(Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return list of nodes that point to us by the given property
listInLinks() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the set of nodes which point to us
listNodes(String) - Method in class com.epimorphics.xmlutil.DomWrapper
Find all nodes matching the given xpath expression, starting from the root of the document
listNodes(String, Node) - Method in class com.epimorphics.xmlutil.DomWrapper
Find all nodes matching the given xpath expression
listProperties() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the set of property values of this node as a ordered list of value bindings
listPropertyValues(Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
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 nodes
listSubjects(int) - Method in class com.epimorphics.rdfutil.ModelWrapper
Return a list of at most N subjects in this model
listSubjects() - Method in class com.epimorphics.rdfutil.ModelWrapper
Return a list of at most N subjects in this model
LITERAL_TYPE - Static variable in class com.epimorphics.json.RDFJSONModReader
 
literalValues(Node, Node[], Graph) - Static method in class com.epimorphics.rdfutil.NodeUtil
Scans the properties in props testing if root has a value for that property.
LiveProgressMonitor - Class in com.epimorphics.tasks
Simple progress monitor which reports progress messages live to stderr.
LiveProgressMonitor() - Constructor for class com.epimorphics.tasks.LiveProgressMonitor
 
load(String) - Method in class com.epimorphics.xmlutil.DomWrapper
Load and parse a source document.
load(InputStream) - Method in class com.epimorphics.xmlutil.DomWrapper
Load and parse a source document.
lock() - Method in class com.epimorphics.rdfutil.DatasetWrapper
Lock the dataset for reading
lock() - Method in class com.epimorphics.rdfutil.ModelWrapper
Lock the dataset for reading
lockWrite() - Method in class com.epimorphics.rdfutil.DatasetWrapper
Lock the dataset for write
lockWrite() - Method in class com.epimorphics.rdfutil.ModelWrapper
Lock the dataset for write
logFile - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 

M

makeJson(Object...) - Static method in class com.epimorphics.json.JsonUtil
Create a simple Json Object.
makeJson(JsonObject, Object...) - Static method in class com.epimorphics.json.JsonUtil
Create a JSON object as a copy of an existing object, with new/replacement key values taken from the args
mapNamespace(Model, String, String) - Static method in class com.epimorphics.rdfutil.RDFUtil
Map a namespace used in a model
mappingRelation - Static variable in class com.epimorphics.vocabs.SKOS
These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations.
March - Static variable in class com.epimorphics.vocabs.Intervals
The month of March
maxPageSize - Static variable in class com.epimorphics.vocabs.API
The maximum size of lists that will be returned by the API.
May - Static variable in class com.epimorphics.vocabs.Intervals
The month of May
measure - Static variable in class com.epimorphics.vocabs.Cube
An alternative to qb:componentProperty which makes explicit that the component is a measure
measureDimension - Static variable in class com.epimorphics.vocabs.Cube
An alternative to qb:componentProperty which makes explicit that the component is a measure dimension
MeasureProperty - Static variable in class com.epimorphics.vocabs.Cube
The class of components which represent the measured value of the phenomenon being observed
measureType - Static variable in class com.epimorphics.vocabs.Cube
Generic measure dimension, the value of this dimension indicates which measure (from the set of measures in the DSD) is being given by the obsValue (or other primary measure)
member - Static variable in class com.epimorphics.vocabs.SKOS
 
memberList - Static variable in class com.epimorphics.vocabs.SKOS
For any resource, every item in the list given as the value of the skos:memberList property is also a value of the skos:member property.
merge(JsonObject, JsonObject) - Static method in class com.epimorphics.json.JsonUtil
Create a new json object by cloning one object and then asserting all values from the second.
merge(PrefixMapping, PrefixMapping) - Static method in class com.epimorphics.util.PrefixUtils
Return a read-only merge of two prefix mappings
mergeInto(JsonObject, JsonObject) - Static method in class com.epimorphics.json.JsonUtil
Merge all the extend values into the base object returning the base object, no copy.
MESSAGE_FIELD - Static variable in class com.epimorphics.tasks.ProgressMessage
 
messages - Variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
MESSAGES_FIELD - Static variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
MIME_RDFXML - Static variable in class com.epimorphics.webapi.marshalling.RDFXMLMarshaller
 
MIME_TURTLE - Static variable in class com.epimorphics.webapi.marshalling.TurtleMarshaller
 
MIME_TURTLE_CS - Static variable in class com.epimorphics.webapi.marshalling.TurtleMarshaller
 
mimeType - Static variable in class com.epimorphics.vocabs.API
The mime type that the formatter returns and that it should be used with.
minus(Vector3d) - Method in class com.epimorphics.geo.Vector3d
 
Minute - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for all minute-long intervals.
minute - Static variable in class com.epimorphics.vocabs.Time
 
minutes - Static variable in class com.epimorphics.vocabs.Time
 
model - Variable in class com.epimorphics.rdfutil.ModelWrapper
 
modelFixture(String) - Static method in class com.epimorphics.util.TestUtil
Create a Model as a text fixture
modelFromJson(JsonObject) - Method in class com.epimorphics.json.RDFJSONModReader
Parse a JSON structure into a newly-allocated RDF model.
modelw - Variable in class com.epimorphics.rdfutil.PropertyValueSet
 
modelw - Variable in class com.epimorphics.rdfutil.RDFNodeWrapper
 
ModelWrapper - Class in com.epimorphics.rdfutil
Wrapped version of a model from a dataset.
ModelWrapper(DatasetWrapper, Model) - Constructor for class com.epimorphics.rdfutil.ModelWrapper
 
ModelWrapper(DatasetWrapper) - Constructor for class com.epimorphics.rdfutil.ModelWrapper
Create a model wrapper around the default model of the dataset
ModelWrapper(DatasetWrapper, String) - Constructor for class com.epimorphics.rdfutil.ModelWrapper
Create a model wrapper around a named model of the dataset
ModelWrapper(Model) - Constructor for class com.epimorphics.rdfutil.ModelWrapper
Create a model wrapper round a simple model, creating a wrapped dataset to hold it.
modifiableBy - Static variable in class com.epimorphics.vocabs.Record
denotes who can change or delete the collection
Monday - Static variable in class com.epimorphics.vocabs.Time
 
Month - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass class for all month-long like intervals.
month - Static variable in class com.epimorphics.vocabs.Time
 
monthOfYear - Static variable in class com.epimorphics.vocabs.Intervals
The month of the year in which a contained instant or interval (of duration one month or less) occurs.
MonthOfYear - Static variable in class com.epimorphics.vocabs.Intervals
A class for the months of a calendar year.
months - Static variable in class com.epimorphics.vocabs.Time
 
moreMessagesSince(int) - Method in interface com.epimorphics.tasks.ProgressMonitor
Return true if there are more progress messages available since the given message number.
moreMessagesSince(int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
Multivalued - Static variable in class com.epimorphics.vocabs.API
 

N

NAD83 - Static variable in class com.epimorphics.geo.LatLonDatum
 
name - Static variable in class com.epimorphics.vocabs.API
The name of the resource.
NAMESPACE - Static variable in class com.epimorphics.vocabs.API
The namespace of the vocabulary as a resource
namespace - Static variable in class com.epimorphics.vocabs.API
 
NAMESPACE - Static variable in class com.epimorphics.vocabs.Cube
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.epimorphics.vocabs.DGU
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.epimorphics.vocabs.Internal
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.epimorphics.vocabs.Intervals
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.epimorphics.vocabs.Record
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.epimorphics.vocabs.SKOS
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.epimorphics.vocabs.Time
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.epimorphics.vocabs.VOID
The namespace of the vocabulary as a resource
NameUtils - Class in com.epimorphics.util
Utilities for checking and converting names to forms safely usable in different circumstances.
NameUtils() - Constructor for class com.epimorphics.util.NameUtils
 
narrower - Static variable in class com.epimorphics.vocabs.SKOS
Narrower concepts are typically rendered as children in a concept hierarchy (tree).
narrowerTransitive - Static variable in class com.epimorphics.vocabs.SKOS
 
narrowMatch - Static variable in class com.epimorphics.vocabs.SKOS
 
negate() - Method in class com.epimorphics.geo.Vector3d
 
newName(String) - Static method in class com.epimorphics.util.NameUtils
Generate a random name for something of the given type, result will currently look like: {type}-{uuid}
newURI(String, String) - Static method in class com.epimorphics.util.NameUtils
Generate a random URI for something of the given type, result will currently look like: {server}/modal/{type}/{uuid}
next() - Method in class com.epimorphics.converters.CSVDataSource
 
next() - Method in interface com.epimorphics.converters.RawDataSource
Return the next record value.
next - Static variable in class com.epimorphics.vocabs.XHV
 
node - Variable in class com.epimorphics.rdfutil.RDFNodeWrapper
 
nodeLabel(Node) - Method in class com.epimorphics.json.RDFJSONModWriter
 
NodeUtil - Class in com.epimorphics.rdfutil
Collection of utilities to help working with RDF at Node/Graph level.
NodeUtil() - Constructor for class com.epimorphics.rdfutil.NodeUtil
 
normalizeFilepath(String) - Static method in class com.epimorphics.util.NameUtils
Normalize a relative file path to unix syntax.
notation - Static variable in class com.epimorphics.vocabs.SKOS
 
note - Static variable in class com.epimorphics.vocabs.SKOS
 
notEmpty() - Method in class com.epimorphics.converters.SimpleValue
 
notEmpty() - Method in interface com.epimorphics.converters.Value
Return true if the value is non-null and not an empty string
November - Static variable in class com.epimorphics.vocabs.Intervals
The month of Novermber
NS - Static variable in class com.epimorphics.vocabs.API
The namespace of the vocabulary as a string
NS - Static variable in class com.epimorphics.vocabs.Cube
The namespace of the vocabulary as a string
NS - Static variable in class com.epimorphics.vocabs.DGU
The namespace of the vocabulary as a string
NS - Static variable in class com.epimorphics.vocabs.Internal
The namespace of the vocabulary as a string
NS - Static variable in class com.epimorphics.vocabs.Intervals
The namespace of the vocabulary as a string
ns - Static variable in class com.epimorphics.vocabs.OpenSearch
 
NS - Static variable in class com.epimorphics.vocabs.Record
The namespace of the vocabulary as a string
NS - Static variable in class com.epimorphics.vocabs.SKOS
The namespace of the vocabulary as a string
NS - Static variable in class com.epimorphics.vocabs.Time
The namespace of the vocabulary as a string
NS - Static variable in class com.epimorphics.vocabs.VOID
The namespace of the vocabulary as a string
ns - Static variable in class com.epimorphics.vocabs.XHV
 
NULL_LINE_NUMBER - Static variable in class com.epimorphics.tasks.ProgressMessage
 

O

object - Variable in class com.epimorphics.json.JSONWritableObject
 
objectsTarget - Static variable in class com.epimorphics.vocabs.VOID
The sink target of an interlinking
observation - Static variable in class com.epimorphics.vocabs.Cube
indicates a observation contained within this slice of the data set
Observation - Static variable in class com.epimorphics.vocabs.Cube
A single observation in the cube, may have one or more associated measured values
observationGroup - Static variable in class com.epimorphics.vocabs.Cube
Indicates a group of observations.
ObservationGroup - Static variable in class com.epimorphics.vocabs.Cube
A, possibly arbitrary, group of observations.
October - Static variable in class com.epimorphics.vocabs.Intervals
The month of October
one_day - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one day, typically 24 hours)
one_half - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one half year, typically 6 months
one_hour - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one hour
one_minute - Static variable in class com.epimorphics.vocabs.Intervals
A duration of 1 minute
one_month - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one month
one_quarter - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one quarter, typically 3 months.
one_second - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one second
one_week - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one week
one_year - Static variable in class com.epimorphics.vocabs.Intervals
A duration of one year
OntologyUtil - Class in com.epimorphics.rdfutil
 
OntologyUtil() - Constructor for class com.epimorphics.rdfutil.OntologyUtil
 
open() - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Open the POST channel to the server
openModel(String, String) - Static method in class com.epimorphics.rdfutil.FileModelUtil
Open a file-backed model.
OpenSearch - Class in com.epimorphics.vocabs
Vocabulary file for selected parts of OpenSearch vocabulary
OpenSearch() - Constructor for class com.epimorphics.vocabs.OpenSearch
 
openSearchDescription - Static variable in class com.epimorphics.vocabs.VOID
 
order - Static variable in class com.epimorphics.vocabs.Cube
indicates a priority order for the components of sets with this structure, used to guide presentations - lower order numbers come before higher numbers, un-numbered components come last
orderBy - Static variable in class com.epimorphics.vocabs.API
A space separated sequence of OrderConditions suitable for using in a SPARQL ORDER BY clause.
OrderedCollection - Static variable in class com.epimorphics.vocabs.SKOS
 
ordinalDayOfMonth - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the day of the month in in which an instant or interval (of duration less than one day) occurs.
ordinalDayOfWeek - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the day of the week in which a (contained) instant or interval (of one day or less in duration) occurs.
ordinalDayOfYear - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the day of the year in in which an instant or interval (of duration one day or less) occurs.
ordinalHalfOfYear - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the half of a year in which a contained instant or interval (of duration one half year or less) occurs.
ordinalHourOfDay - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the hour of day in which a (contained) instant or interval (of less than one hour duration) occurs.
ordinalMinuteOfHour - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the minute of the hour in which a contained instant or interval (of duration one hour or less) occurs.
ordinalMonthOfYear - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the month of the year in in which an instant or interval (of duration one day or less) occurs.
ordinalQuarterOfYear - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the quarter of the year in which a contained instant or interval (of duration one quarter year or less) occurs.
ordinalSecondOfMinute - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the second of the minute in which a contained instant or interval (of one second duration or less) occurs.
ordinalWeekOfYear - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the week of the year in which a contained instant or interval of one week duration or less occurs.
ordinalWeekOfYearYear - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal number of the week of year year in which an instant or interval (of duration one week or less) occurs.
ordinalYear - Static variable in class com.epimorphics.vocabs.Intervals
The ordinal year of the year in which an instant or interval (of duration one year or less) occurs.
OSGB36 - Static variable in class com.epimorphics.geo.LatLonDatum
 
OsGridRef - Class in com.epimorphics.geo
An Ordance Survey Grid Reference.
OsGridRef(long, long) - Constructor for class com.epimorphics.geo.OsGridRef
 
OsGridRef(double, double) - Constructor for class com.epimorphics.geo.OsGridRef
 
out - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 
outputQuotedString(String) - Static method in class com.epimorphics.json.JSFullWriter
 

P

page - Static variable in class com.epimorphics.vocabs.API
 
Page - Static variable in class com.epimorphics.vocabs.API
 
page - Variable in class com.epimorphics.webapi.ResultPage
 
PAGE_PARAM - Static variable in class com.epimorphics.webapi.PageInfo
 
PageInfo - Class in com.epimorphics.webapi
Support for interpreting paging requests on paged results lists.
PageInfo(UriInfo) - Constructor for class com.epimorphics.webapi.PageInfo
 
pageInfo - Variable in class com.epimorphics.webapi.ResultPage
 
pageNumber - Variable in class com.epimorphics.webapi.PageInfo
 
pageSize - Variable in class com.epimorphics.webapi.PageInfo
 
PAGESIZE_PARAM - Static variable in class com.epimorphics.webapi.PageInfo
 
pair(String, String) - Method in class com.epimorphics.json.JSFullWriter
 
pair(String, boolean) - Method in class com.epimorphics.json.JSFullWriter
 
pair(String, Number) - Method in class com.epimorphics.json.JSFullWriter
 
pair(String, long) - Method in class com.epimorphics.json.JSFullWriter
 
pair(String, JsonValue) - Method in class com.epimorphics.json.JSFullWriter
 
pair(String, JSONWritable) - Method in class com.epimorphics.json.JSFullWriter
 
parameterBased - Static variable in class com.epimorphics.vocabs.API
This content negotiation strategy uses the _format parameter within the URI to indicate the formatter that should be used to format the results of the request.
parent - Static variable in class com.epimorphics.vocabs.API
The parent selector, from which filters and sort specifications may be inherited.
parentChildProperty - Static variable in class com.epimorphics.vocabs.Cube
Specifies a property which relates a parent concept in the hierarchy to a child concept.
parse(String) - Static method in class com.epimorphics.geo.OsGridRef
Parse grid reference to easting/northing form
parse(InputStream) - Method in class com.epimorphics.json.RDFJSONModReader
Parse a JSON format stream into an RDF model.
parse(String) - Method in class com.epimorphics.json.RDFJSONModReader
Parse a JSON format String into an RDF model.
parseJson(JsonObject, Model) - Method in class com.epimorphics.json.RDFJSONModReader
Parse a JSON structure into an RDF model.
parseJson(JsonObject, Graph) - Method in class com.epimorphics.json.RDFJSONModReader
Parse a JSON structure into an RDF graph..
parseValue(JsonValue, Graph) - Method in class com.epimorphics.json.RDFJSONModReader
 
performUpdate(String, Model, String) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Convenience packaging of common pattern of use.
PLAIN_LITERAL_URI - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
PlainLiteral - Static variable in class com.epimorphics.vocabs.API
 
plus(Vector3d) - Method in class com.epimorphics.geo.Vector3d
 
prefix - Static variable in class com.epimorphics.vocabs.API
 
prefixes - Variable in class com.epimorphics.rdfutil.DatasetWrapper
 
prefixMapping - Static variable in class com.epimorphics.vocabs.API
 
PrefixUtils - Class in com.epimorphics.util
Collection of random utilities for working with prefixes.
PrefixUtils() - Constructor for class com.epimorphics.util.PrefixUtils
 
prefLabel - Static variable in class com.epimorphics.vocabs.SKOS
A resource has no more than one value of skos:prefLabel per language tag.skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.The range of skos:prefLabel is the class of RDF plain literals.
preload - Variable in class com.epimorphics.converters.CSVDataSource
 
prev - Static variable in class com.epimorphics.vocabs.XHV
 
print(String) - Method in class com.epimorphics.json.JSFullWriter
 
processor - Static variable in class com.epimorphics.vocabs.API
 
progress - Variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
PROGRESS_FIELD - Static variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
ProgressMessage - Class in com.epimorphics.tasks
Simple progress message format which can be serialized to JSON.
ProgressMessage(String) - Constructor for class com.epimorphics.tasks.ProgressMessage
 
ProgressMessage(String, int) - Constructor for class com.epimorphics.tasks.ProgressMessage
 
ProgressMessage(String, int, long) - Constructor for class com.epimorphics.tasks.ProgressMessage
 
ProgressMessage(String, String) - Constructor for class com.epimorphics.tasks.ProgressMessage
 
ProgressMessage(String, int, String) - Constructor for class com.epimorphics.tasks.ProgressMessage
 
ProgressMessage(String, int, long, String) - Constructor for class com.epimorphics.tasks.ProgressMessage
 
ProgressMessage(JsonObject) - Constructor for class com.epimorphics.tasks.ProgressMessage
 
ProgressMonitor - Interface in com.epimorphics.tasks
Interface for accessing progress status from an async task such as a web service or shell script.
ProgressMonitorReporter - Interface in com.epimorphics.tasks
 
ProgressReporter - Interface in com.epimorphics.tasks
Interface through which an async task can report progress.
prop - Variable in class com.epimorphics.rdfutil.PropertyValue
 
ProperInterval - Static variable in class com.epimorphics.vocabs.Time
 
properties - Static variable in class com.epimorphics.vocabs.API
A comma-separated list of property paths that indicate the information that should be included in the view.
properties - Static variable in class com.epimorphics.vocabs.VOID
 
property - Static variable in class com.epimorphics.vocabs.API
A property chain (which may be a single property) that indicates information that should be included in the view.
property - Static variable in class com.epimorphics.vocabs.VOID
 
propertyFixture(Model, String) - Static method in class com.epimorphics.util.TestUtil
Return a property with the given URI.
propertyPartition - Static variable in class com.epimorphics.vocabs.VOID
 
PropertyValue - Class in com.epimorphics.rdfutil
Property/value pair for wrapped RDF resources.
PropertyValue(RDFNodeWrapper) - Constructor for class com.epimorphics.rdfutil.PropertyValue
 
PropertyValue(ModelWrapper, Property) - Constructor for class com.epimorphics.rdfutil.PropertyValue
 
PropertyValue(RDFNodeWrapper, RDFNodeWrapper) - Constructor for class com.epimorphics.rdfutil.PropertyValue
 
PropertyValueSet - Class in com.epimorphics.rdfutil
Set of property/value bindings for some root resource
PropertyValueSet(ModelWrapper) - Constructor for class com.epimorphics.rdfutil.PropertyValueSet
 
put(String, JSONWritable) - Method in class com.epimorphics.json.JSONWritableObject
 
put(String, String) - Method in class com.epimorphics.json.JSONWritableObject
 
put(String, List<JSONWritable>) - Method in class com.epimorphics.json.JSONWritableObject
 
pvalues - Variable in class com.epimorphics.rdfutil.PropertyValueSet
 

Q

Q1 - Static variable in class com.epimorphics.vocabs.Intervals
A class for intervals that are the first quarter of a (nominally) annual cycle.
Q2 - Static variable in class com.epimorphics.vocabs.Intervals
A class for intervals that are 2nd quarters of a (nominally) annual cycle
Q3 - Static variable in class com.epimorphics.vocabs.Intervals
A class for intervals that are 3rd quarters of a (nominally) annual cycle
Q4 - Static variable in class com.epimorphics.vocabs.Intervals
A class for intervals that are 4th quarters of a (nominally) annual cycle.
Q5 - Static variable in class com.epimorphics.vocabs.Intervals
A class for 5th quarters of an abnormally long annual interval - in the UK a buisness interval may exceptionally extent to 6 quarters.
Q6 - Static variable in class com.epimorphics.vocabs.Intervals
A class for 6th quarters of an abnormally long annual interval - in the UK a buisness interval may exceptionally extent to 6 quarters.
Quarter - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for all Quarter (3-month) long intervals
queryAsk(String) - Method in class com.epimorphics.rdfutil.DatasetWrapper
Thread/transaction safe ask query.
queryAsk(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
Thread/transaction safe ask query.
queryConstruct(String) - Method in class com.epimorphics.rdfutil.DatasetWrapper
Thread/transaction safe construct query.
queryConstruct(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
Thread/transaction safe construct query.
querySelect(String) - Method in class com.epimorphics.rdfutil.DatasetWrapper
Thread/transaction safe select query.
querySelect(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
Thread/transaction safe select query.
querySelectW(String) - Method in class com.epimorphics.rdfutil.DatasetWrapper
Thread/transaction safe select query returning wrapped bindings.
querySelectW(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
Thread/transaction safe select query returning wrapped bindings.
QueryUtil - Class in com.epimorphics.rdfutil
Random small utilities to help with SPARQl queries.
QueryUtil() - Constructor for class com.epimorphics.rdfutil.QueryUtil
 

R

RAW_MESSAGE_FIELD - Static variable in class com.epimorphics.tasks.ProgressMessage
 
RawDataSource - Interface in com.epimorphics.converters
Data stream to be converted by some DataConverter.
RDFJSONModReader - Class in com.epimorphics.json
Read a graph serialized using the modified JSON format.
RDFJSONModReader() - Constructor for class com.epimorphics.json.RDFJSONModReader
 
RDFJSONModWriter - Class in com.epimorphics.json
Support for serializing sets of RDF resources and whole models in JSON.
RDFJSONModWriter(OutputStream) - Constructor for class com.epimorphics.json.RDFJSONModWriter
 
RDFNodeWrapper - Class in com.epimorphics.rdfutil
Provides a wrapper round an RDFNode from some model in some dataset.
RDFNodeWrapper(ModelWrapper, RDFNode) - Constructor for class com.epimorphics.rdfutil.RDFNodeWrapper
 
RDFUtil - Class in com.epimorphics.rdfutil
Misc.
RDFUtil() - Constructor for class com.epimorphics.rdfutil.RDFUtil
 
RdfXmlFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that generates an RDF/XML representation of an RDF graph
rdfXmlFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that gives the default RDF/XML representation of an RDF graph
RDFXMLMarshaller - Class in com.epimorphics.webapi.marshalling
 
RDFXMLMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.RDFXMLMarshaller
 
RDFXMLResultMarshaller - Class in com.epimorphics.webapi.marshalling
 
RDFXMLResultMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.RDFXMLResultMarshaller
 
readArray(String, InputStream) - Static method in class com.epimorphics.json.JsonUtil
Parse a JSON or YAML file to an array of json objects, supports multi-document yaml files
readArray(String) - Static method in class com.epimorphics.json.JsonUtil
Parse a JSON or YAML file to an array of json objects, supports multi-document yaml files
readObject(String, InputStream) - Static method in class com.epimorphics.json.JsonUtil
Parse a JSON or YAML file to a json object.
readObject(String) - Static method in class com.epimorphics.json.JsonUtil
Parse a JSON or YAML file to a json object.
Record - Class in com.epimorphics.vocabs
Vocabulary definitions from src/main/vocabs/record.ttl
Record() - Constructor for class com.epimorphics.vocabs.Record
 
Record - Static variable in class com.epimorphics.vocabs.Record
Represents a metadata record for some resource in the registry
related - Static variable in class com.epimorphics.vocabs.SKOS
skos:related is disjoint with skos:broaderTransitive
relatedMatch - Static variable in class com.epimorphics.vocabs.SKOS
 
remove() - Method in class com.epimorphics.converters.CSVDataSource
 
removeExtension(String) - Static method in class com.epimorphics.util.NameUtils
Remove a trailing .xxx extension from a file name
removeFilePrefix(String) - Static method in class com.epimorphics.util.NameUtils
Strip any leading "file:" off a URL string
report(String, String) - Method in interface com.epimorphics.tasks.ProgressReporter
Log a progress message, this may be timestamped by the reporter implementation.
report(String, int, String) - Method in interface com.epimorphics.tasks.ProgressReporter
Log a progress message with an associated line number, this may be timestamped by the reporter implementation.
report(String) - Method in interface com.epimorphics.tasks.ProgressReporter
Log a progress message, this may be timestamped by the reporter implementation.
report(String, int) - Method in interface com.epimorphics.tasks.ProgressReporter
Log a progress message with an associated line number, this may be timestamped by the reporter implementation.
report(String) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
report(String, int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
report(String, String) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
report(String, int, String) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
reportError(String) - Method in interface com.epimorphics.tasks.ProgressReporter
Report an error as a progress message of type "error" and set the status to failed
reportError(String, int) - Method in interface com.epimorphics.tasks.ProgressReporter
Report an error as a progress message of type "error" and set the status to failed
reportError(String) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
reportError(String, int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
reportNewMessage(ProgressMessage) - Method in class com.epimorphics.tasks.LiveProgressMonitor
 
reportNewMessage(ProgressMessage) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
reportStateChange() - Method in class com.epimorphics.tasks.LiveProgressMonitor
 
reportStateChange() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
requestURI - Variable in class com.epimorphics.webapi.PageInfo
 
resourceFixture(Model, String) - Static method in class com.epimorphics.util.TestUtil
Return a resource with the given URI.
resourceFixture(String) - Static method in class com.epimorphics.util.TestUtil
Return a resource which is the (assumed sole) root subject of the model given by the turtle source.
responseBody - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 
responseMessage - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 
ResultPage - Class in com.epimorphics.webapi
Support for returning a paged view of a list of RDF resources.
ResultPage(PageInfo, List<Resource>) - Constructor for class com.epimorphics.webapi.ResultPage
 
ResultPage(PageInfo, Resource[]) - Constructor for class com.epimorphics.webapi.ResultPage
 
results - Variable in class com.epimorphics.webapi.ResultPage
 
resultsFor(ResultSet, String) - Static method in class com.epimorphics.rdfutil.QueryUtil
Take a column from result set and extract it as a list of resources.
resultsFor(ResultSet, String, Class<T>) - Static method in class com.epimorphics.rdfutil.QueryUtil
Take a column from result set and extract it as a list of values of the given type (e.g.
RichResourcesList - Class in com.epimorphics.rdfutil
A rich resource is an RDF resource with an attached model.
RichResourcesList() - Constructor for class com.epimorphics.rdfutil.RichResourcesList
 
RichResourcesList(Model) - Constructor for class com.epimorphics.rdfutil.RichResourcesList
 
Role - Static variable in class com.epimorphics.vocabs.Record
A user role, used for access control purposes
root - Variable in class com.epimorphics.json.JSONSerializer
 
root - Variable in class com.epimorphics.webapi.ResultPage
 
rootResource - Static variable in class com.epimorphics.vocabs.VOID
 
rotateAround(Vector3d, double) - Method in class com.epimorphics.geo.Vector3d
Rotates ‘this’ point around an axis by a specified angle.
row - Variable in class com.epimorphics.converters.CSVDataSource
 
ROW - Static variable in interface com.epimorphics.converters.RawDataSource
variable name under which the row of data will be bound in the environment
ROW_VARNAME - Static variable in class com.epimorphics.converters.CSVDataSource
 
rowNum - Variable in class com.epimorphics.converters.CSVDataSource
 

S

safeName(String) - Static method in class com.epimorphics.util.NameUtils
Convert an arbitrary name to name safe to use as a file name or URL path slug.
safeVarName(String) - Static method in class com.epimorphics.util.NameUtils
Convert an arbitrary name, such as a CSV column name to something usable as a variable name in an expression as well as a path segment, normalizing the case.
Saturday - Static variable in class com.epimorphics.vocabs.Time
 
scopeNote - Static variable in class com.epimorphics.vocabs.SKOS
 
Second - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for all one-second long like intervals
second - Static variable in class com.epimorphics.vocabs.Time
 
seconds - Static variable in class com.epimorphics.vocabs.Time
 
select - Static variable in class com.epimorphics.vocabs.API
A SPARQL WHERE and ORDER BY clause that can be used to select an ordered list of resources.
selectAll(Model, String) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return all results from executing the given select query.
selectAll(Model, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return all results from executing the given select query.
selectAll(Model, String, PrefixMapping, QuerySolutionMap) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return all results from executing the given select query.
selectAllVar(String, Model, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return all results from executing the given select query for a given variable.
selectFirstVar(String, Model, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return the first result from executing the given select query, for a given variable.
selectionResult - Static variable in class com.epimorphics.vocabs.API
 
selector - Static variable in class com.epimorphics.vocabs.API
The selector that should be used to generate the list of items.
Selector - Static variable in class com.epimorphics.vocabs.API
A specification of an ordered list of resources.
semanticRelation - Static variable in class com.epimorphics.vocabs.SKOS
 
send(String) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Send a string (hopefully part of a SPARQL update command!) to the server
send(Model, boolean) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Write a model as part of the update request, typically the body of and INSERT DATA {} or DELETE DATA {} request but it is up to the caller to send the surrounding command syntax.
send(Model) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Write a model as part of the update request, typically the body of and INSERT DATA {} or DELETE DATA {} request but it is up to the caller to send the surrounding command syntax.
send(InputStream) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Write a set of formatted SPARQL Update instructions to the stream
sendPrefixes(PrefixMapping) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Write the prefixes from the given model (or other prefix mapping) in SPARQL update syntax.
sendUpdate(String, Model, String) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Convenience packaging of common pattern of use.
September - Static variable in class com.epimorphics.vocabs.Intervals
The month of September
serialize(Node) - Static method in class com.epimorphics.xmlutil.DomWrapper
Return a serialization of element/text contents of this node.
serializeChildren(Node, StringBuffer) - Static method in class com.epimorphics.xmlutil.DomWrapper
 
serializeTo(Node, StringBuffer) - Static method in class com.epimorphics.xmlutil.DomWrapper
 
serlialize(RDFNode) - Static method in class com.epimorphics.rdfutil.RDFUtil
Serialize a (URI or literal) RDFNode to a string which can be later parsed
Service - Static variable in class com.epimorphics.vocabs.API
 
serviceDescribe(String, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Execute a describe query against a remote SPARQL endpoint.
serviceSelectAll(String, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Execute a select query against a remote SPARQL endpoint.
serviceSelectAll(String, String, PrefixMapping, QuerySolutionMap) - Static method in class com.epimorphics.rdfutil.QueryUtil
Execute a select query against a remote SPARQL endpoint.
serviceSelectAllVar(String, String, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return all values for the given var from executing the given query against the given remote sparql endpoint.
serviceSelectFirstVar(String, String, String, PrefixMapping, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Return the first value for the given var from executing the given query against the given remote sparql endpoint.
setFailed() - Method in interface com.epimorphics.tasks.ProgressReporter
Record that a task has completed but with an error.
setFailed() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
setLanguage(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
Set a language code (2-letter ISO639 code) which will be used to guide choice of lexical form in e.g.
setLogFileBase(String) - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Request that the entire formatted update request be recorded in a timestamped file with the name "-.log".
setNamespaceAware(boolean) - Method in class com.epimorphics.xmlutil.DomWrapper
Set to true to make the parse and accesses namespace aware.
setPrefixes(PrefixMapping) - Method in class com.epimorphics.rdfutil.DatasetWrapper
Provide a prefix mapping for short names that will augment any per-model prefixes when used from the wrapper APIs.
setProgress(int) - Method in interface com.epimorphics.tasks.ProgressReporter
Set the progress percentage.
setProgress(int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
setState(TaskState) - Method in interface com.epimorphics.tasks.ProgressReporter
Change the state of the progress report.
setState(TaskState) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
setSucceeded() - Method in interface com.epimorphics.tasks.ProgressReporter
Record that a task has completed but successfully
setSucceeded() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
setSuccess(boolean) - Method in interface com.epimorphics.tasks.ProgressReporter
Record whether the task was successful or not.
setSuccess(boolean) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
setUnionDefault(boolean) - Method in class com.epimorphics.rdfutil.DatasetWrapper
If the unionDefault flag is set to try then getDefaultModel will attempt to use the union model from the dataset and SPARQL queries will be issued with unionDefaultGraph set to true.
shortForm(String) - Method in class com.epimorphics.rdfutil.ModelWrapper
 
SimpleLiteral - Static variable in class com.epimorphics.vocabs.API
 
SimpleNamespaceContext - Class in com.epimorphics.xmlutil
Simple implementation of Namespace context,
SimpleNamespaceContext() - Constructor for class com.epimorphics.xmlutil.SimpleNamespaceContext
 
SimpleNamespaceContext(String, String) - Constructor for class com.epimorphics.xmlutil.SimpleNamespaceContext
 
SimpleProgressMonitor - Class in com.epimorphics.tasks
Simple implementation of progress monitor/reporter for in-process reporting.
SimpleProgressMonitor() - Constructor for class com.epimorphics.tasks.SimpleProgressMonitor
 
SimpleProgressMonitor(String) - Constructor for class com.epimorphics.tasks.SimpleProgressMonitor
 
SimpleProgressMonitor(JsonObject) - Constructor for class com.epimorphics.tasks.SimpleProgressMonitor
 
SimpleValue - Class in com.epimorphics.converters
Wraps a value from a data source such as a CSV to simplify conversion to typed values.
SimpleValue(String) - Constructor for class com.epimorphics.converters.SimpleValue
 
SimpleValue(Object) - Constructor for class com.epimorphics.converters.SimpleValue
 
size() - Method in class com.epimorphics.converters.CSVDataSource
 
size() - Method in interface com.epimorphics.converters.RawDataSource
Return the total number of rows in the source or -1 if this information is not available
SKOS - Class in com.epimorphics.vocabs
Vocabulary definitions from skos.ttl
SKOS() - Constructor for class com.epimorphics.vocabs.SKOS
 
slice - Static variable in class com.epimorphics.vocabs.Cube
Indicates a subset of a DataSet defined by fixing a subset of the dimensional values
Slice - Static variable in class com.epimorphics.vocabs.Cube
Denotes a subset of a DataSet defined by fixing a subset of the dimensional values, component properties on the Slice
sliceKey - Static variable in class com.epimorphics.vocabs.Cube
indicates a slice key which is used for slices in this dataset
SliceKey - Static variable in class com.epimorphics.vocabs.Cube
Denotes a subset of the component properties of a DataSet which are fixed in the corresponding slices
sliceStructure - Static variable in class com.epimorphics.vocabs.Cube
indicates the sub-key corresponding to this slice
sort - Static variable in class com.epimorphics.vocabs.API
A sequence of comma-separated sort specifications indicating the sorting of the items in the sequence that the selector selects.
sparqlEndpoint - Static variable in class com.epimorphics.vocabs.API
The endpoint used to serve up the results that are exposed by the API.
sparqlEndpoint - Static variable in class com.epimorphics.vocabs.VOID
 
SPARQLUpdate - Class in com.epimorphics.rdfutil
Low level support for POSTing SPARQL update requests to a server.
SPARQLUpdate(String) - Constructor for class com.epimorphics.rdfutil.SPARQLUpdate
Constructor.
SPARQLUpdateWriter - Class in com.epimorphics.rdfutil
Support for writing out a model in SPARQL UPDATE syntax.
SPARQLUpdateWriter() - Constructor for class com.epimorphics.rdfutil.SPARQLUpdateWriter
 
splitAfterLast(String, String) - Static method in class com.epimorphics.util.NameUtils
Return segment of a string after the last occurrence of "at"
splitBeforeLast(String, String) - Static method in class com.epimorphics.util.NameUtils
Return segment of a string before the last occurrence of "at"
start() - Method in class com.epimorphics.json.RDFJSONModWriter
 
startArray() - Method in class com.epimorphics.json.JSFullWriter
 
started - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 
startIndex - Static variable in class com.epimorphics.vocabs.OpenSearch
 
startObject() - Method in class com.epimorphics.json.JSFullWriter
 
startOutput() - Method in class com.epimorphics.json.JSFullWriter
 
state - Variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
STATE_FIELD - Static variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
statItem - Static variable in class com.epimorphics.vocabs.VOID
 
status - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 
status - Static variable in class com.epimorphics.vocabs.DGU
The status of the URI set or dataset.
Status - Static variable in class com.epimorphics.vocabs.DGU
The status of of a URI set or dataset.
status - Static variable in class com.epimorphics.vocabs.Record
the status of the entity described by the record
Status - Static variable in class com.epimorphics.vocabs.Record
Represents the status which which the corresponding entity is regarded by the registry owner
str() - Method in class com.epimorphics.converters.SimpleValue
 
str() - Method in interface com.epimorphics.converters.Value
Original lexical form for the value, Ruby-friendly alias
stripLastSlash(String) - Static method in class com.epimorphics.util.NameUtils
Normalize a URI by stripping any final "/"
structure - Static variable in class com.epimorphics.vocabs.Cube
indicates the structure to which this data set conforms
structured - Static variable in class com.epimorphics.vocabs.API
 
stylesheet - Static variable in class com.epimorphics.vocabs.API
The XSLT stylesheet that should be used by an XSLT formatter to generate a representation of the RDF graph
subjectsTarget - Static variable in class com.epimorphics.vocabs.VOID
The source target of an interlinking
subset - Static variable in class com.epimorphics.vocabs.VOID
 
substituteInQuery(String, Object...) - Static method in class com.epimorphics.rdfutil.QueryUtil
Inject strings into a SPARQL query replacing each ${i} with the corresponding element from the arg list.
substituteVars(String, QuerySolutionMap) - Static method in class com.epimorphics.rdfutil.QueryUtil
Substitute the variables in a query string for the values from the given binding.
succeeded() - Method in interface com.epimorphics.tasks.ProgressMonitor
Return true if the task has Terminated and was successful.
succeeded - Variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
succeeded() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
SUCEEDED_FIELD - Static variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
suffixBased - Static variable in class com.epimorphics.vocabs.API
This content negotiation strategy uses the suffix used on the last segment within the request URI to indicate the formatter that should be used to format the results of the request.
Sunday - Static variable in class com.epimorphics.vocabs.Time
 
Supplier - Static variable in class com.epimorphics.vocabs.Internal
something that acts as a payee in the data
supplies - Static variable in class com.epimorphics.vocabs.Internal
links a supplier to a councils they have supplied

T

target - Variable in class com.epimorphics.rdfutil.SPARQLUpdate
 
target - Static variable in class com.epimorphics.vocabs.VOID
 
TaskState - Enum in com.epimorphics.tasks
 
TDB_UNION_GRAPH_NAME - Static variable in class com.epimorphics.rdfutil.DatasetWrapper
 
TechnicalFeature - Static variable in class com.epimorphics.vocabs.VOID
 
template - Static variable in class com.epimorphics.vocabs.API
SPARQL that can be used to construct a graph based on an item (identified in the SPARQL as ?item).
TemporalEntity - Static variable in class com.epimorphics.vocabs.Time
 
TemporalUnit - Static variable in class com.epimorphics.vocabs.Time
 
termBinding - Static variable in class com.epimorphics.vocabs.API
 
testArray(E[], E[]) - Static method in class com.epimorphics.util.TestUtil
 
testArray(Collection<E>, E[]) - Static method in class com.epimorphics.util.TestUtil
 
testArray(Iterator<E>, E[]) - Static method in class com.epimorphics.util.TestUtil
 
testResourcesMatch(Resource, Resource, Property...) - Static method in class com.epimorphics.util.TestUtil
Compare the properties of two resources, omitting any of the list of blocked properties.
TestUtil - Class in com.epimorphics.util
Support for testing iterator/list values against and expected set of answers.
TestUtil() - Constructor for class com.epimorphics.util.TestUtil
 
text - Static variable in class com.epimorphics.vocabs.Internal
the free text comment making up this annotation
textNode(String, Node) - Method in class com.epimorphics.xmlutil.DomWrapper
Return the text value addressed by the given xpath starting from the given root.
textNode(String) - Method in class com.epimorphics.xmlutil.DomWrapper
Return the text value addressed by the given xpath starting from the document root
textNodes(String, Node) - Method in class com.epimorphics.xmlutil.DomWrapper
Return the text value addressed by the given xpath starting from the given root.
Thursday - Static variable in class com.epimorphics.vocabs.Time
 
Time - Class in com.epimorphics.vocabs
Vocabulary definitions from src/main/webapp/vocabs/time.ttl
Time() - Constructor for class com.epimorphics.vocabs.Time
 
TIME_BLOCK - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
TIME_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 
times(double) - Method in class com.epimorphics.geo.Vector3d
 
timestamp(Resource, Property) - Static method in class com.epimorphics.rdfutil.RDFUtil
Timestamp a resource using current time
timestamp - Variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
TIMESTAMP_FIELD - Static variable in class com.epimorphics.tasks.ProgressMessage
 
timeZone - Static variable in class com.epimorphics.vocabs.Time
 
toCartesian() - Method in class com.epimorphics.geo.LatLonE
Converts ‘this’ point from polar (lat/lon) coordinates to cartesian (x/y/z) coordinates.
tokeniseWords(String) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Tokenise the input string into words based on camelCase boundaries and hyphen characters.
TokyoJapan - Static variable in class com.epimorphics.geo.LatLonDatum
 
toLatLon() - Method in class com.epimorphics.geo.OsGridRef
Return as a lat lon point in WGS84
toLatLon(LatLonDatum) - Method in class com.epimorphics.geo.Vector3d
Converts ‘this’ point from cartesian (x/y/z) coordinates to polar (lat/lon) coordinates on specified datum.
toLotLonOSGB36() - Method in class com.epimorphics.geo.OsGridRef
Return as a lat lon point in OSGB36
topConceptOf - Static variable in class com.epimorphics.vocabs.SKOS
 
toProperty(Object) - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
Return the RDF property object identified by the given prop.
toString() - Method in class com.epimorphics.converters.SimpleValue
 
toString() - Method in class com.epimorphics.geo.Vector3d
 
toString() - Method in class com.epimorphics.rdfutil.RDFNodeWrapper
 
toString() - Method in class com.epimorphics.tasks.ProgressMessage
 
toString() - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
totalResults - Static variable in class com.epimorphics.vocabs.OpenSearch
 
transform - Variable in class com.epimorphics.geo.LatLonDatum
 
triples - Static variable in class com.epimorphics.vocabs.VOID
 
truncate(int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
Return a truncated version of the monitor only containing message since a given offset point
Tuesday - Static variable in class com.epimorphics.vocabs.Time
 
TurtleFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that gives the default Turtle representation of an RDF graphA formatter that generates an Turtle representation of an RDF graph
TurtleMarshaller - Class in com.epimorphics.webapi.marshalling
 
TurtleMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.TurtleMarshaller
 
TurtleResultMarshaller - Class in com.epimorphics.webapi.marshalling
 
TurtleResultMarshaller() - Constructor for class com.epimorphics.webapi.marshalling.TurtleResultMarshaller
 
type - Static variable in class com.epimorphics.vocabs.API
 
TYPE_ERROR - Static variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
TYPE_FIELD - Static variable in class com.epimorphics.tasks.ProgressMessage
 
TYPE_KEY - Static variable in class com.epimorphics.json.RDFJSONModReader
 
TYPE_MAIN - Static variable in class com.epimorphics.tasks.SimpleProgressMonitor
 
TypeUtil - Class in com.epimorphics.rdfutil
Utilities for converting strings to typed RDF nodes depending on either an explicit type URI or a guess from the syntax.
TypeUtil() - Constructor for class com.epimorphics.rdfutil.TypeUtil
 
TypeUtil.IllegalFormatException - Exception in com.epimorphics.rdfutil
 
TZONE_BLOCK - Static variable in class com.epimorphics.rdfutil.TypeUtil
 

U

unionDefault - Variable in class com.epimorphics.rdfutil.DatasetWrapper
 
unit() - Method in class com.epimorphics.geo.Vector3d
Normalize vector to its unit length vector
unitDay - Static variable in class com.epimorphics.vocabs.Time
 
unitHour - Static variable in class com.epimorphics.vocabs.Time
 
unitMinute - Static variable in class com.epimorphics.vocabs.Time
 
unitMonth - Static variable in class com.epimorphics.vocabs.Time
 
unitSecond - Static variable in class com.epimorphics.vocabs.Time
 
unitType - Static variable in class com.epimorphics.vocabs.Time
 
unitWeek - Static variable in class com.epimorphics.vocabs.Time
 
unitYear - Static variable in class com.epimorphics.vocabs.Time
 
unlock() - Method in class com.epimorphics.rdfutil.DatasetWrapper
Unlock the dataset
unlock() - Method in class com.epimorphics.rdfutil.ModelWrapper
Unlock the dataset
URI_TYPE - Static variable in class com.epimorphics.json.RDFJSONModReader
 
uriFor(String, String, String) - Static method in class com.epimorphics.util.NameUtils
Convert an arbitrary name to a URI which can be used in metadata descriptions of the named object.
uriLookupEndpoint - Static variable in class com.epimorphics.vocabs.VOID
Defines a simple URI look-up protocol for accessing a dataset.
uriRegexPattern - Static variable in class com.epimorphics.vocabs.VOID
Defines a regular expression pattern matching URIs in the dataset.
uriSet - Static variable in class com.epimorphics.vocabs.DGU
The URI set that this resource is part of.
URIset - Static variable in class com.epimorphics.vocabs.DGU
A collection of resources that are all the same kind of thing.
uriSpace - Static variable in class com.epimorphics.vocabs.VOID
 
uriTemplate - Static variable in class com.epimorphics.vocabs.API
A template that can be used to match against request URIs.
URL_PATTERN - Static variable in class com.epimorphics.rdfutil.TypeUtil
 

V

Value - Interface in com.epimorphics.converters
Wraps a value from a data source such as a CSV to simplify conversion to typed values.
value(JsonValue) - Method in class com.epimorphics.json.JSFullWriter
 
value(JsonObject) - Method in class com.epimorphics.json.JSFullWriter
 
value(JsonArray) - Method in class com.epimorphics.json.JSFullWriter
 
value - Static variable in class com.epimorphics.vocabs.API
 
VALUE_KEY - Static variable in class com.epimorphics.json.RDFJSONModReader
 
valueOf(String) - Static method in enum com.epimorphics.tasks.TaskState
Returns the enum constant of this type with the specified name.
values - Variable in class com.epimorphics.rdfutil.PropertyValue
 
values() - Static method in enum com.epimorphics.tasks.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
variable - Static variable in class com.epimorphics.vocabs.API
 
variableBinding - Static variable in class com.epimorphics.vocabs.API
 
Vector3d - Class in com.epimorphics.geo
 
Vector3d(double, double, double) - Constructor for class com.epimorphics.geo.Vector3d
 
VERSION_INFO - Static variable in class com.epimorphics.vocabs.Cube
The ontology's owl:versionInfo as a string
viewer - Static variable in class com.epimorphics.vocabs.API
A viewer that can be used with the endpoint.
Viewer - Static variable in class com.epimorphics.vocabs.API
A specification of a view of a particular item.
viewingResult - Static variable in class com.epimorphics.vocabs.API
 
viewUpdatesSince(int) - Method in interface com.epimorphics.tasks.ProgressMonitor
Return a JSON view onto the status of the monitor including any messages since the given offset.
viewUpdatesSince(int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
Return a JSON view onto the status of the monitor including any messages since the given offset.
visited - Variable in class com.epimorphics.json.RDFJSONModWriter
 
vocabulary - Static variable in class com.epimorphics.vocabs.API
A vocabulary that should be used by the configuration to provide labels for properties.
vocabulary - Static variable in class com.epimorphics.vocabs.VOID
A vocabulary that is used in the dataset.
VOID - Class in com.epimorphics.vocabs
Vocabulary definitions from void.rdf
VOID() - Constructor for class com.epimorphics.vocabs.VOID
 

W

wasResultOf - Static variable in class com.epimorphics.vocabs.API
 
wasSuccessful() - Method in class com.epimorphics.rdfutil.SPARQLUpdate
Return true if the update succeeded (response code 2xx or 3xx)
Wednesday - Static variable in class com.epimorphics.vocabs.Time
 
Week - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for all one-week long (7 day) intervals.
week - Static variable in class com.epimorphics.vocabs.Time
 
weeks - Static variable in class com.epimorphics.vocabs.Time
 
WGS84 - Static variable in class com.epimorphics.geo.Ellipsoid
 
WGS84 - Static variable in class com.epimorphics.geo.LatLonDatum
 
where - Static variable in class com.epimorphics.vocabs.API
A GroupGraphPattern suitable for embedding within a SPARQL WHERE clause.
wrapResultSet(ResultSet) - Method in class com.epimorphics.rdfutil.DatasetWrapper
 
wrapResultSet(ResultSet) - Method in class com.epimorphics.rdfutil.ModelWrapper
 
write(Object, JSFullWriter) - Method in class com.epimorphics.json.JSONSerializer
 
write(Model) - Method in class com.epimorphics.json.RDFJSONModWriter
Write the given model, not including a resources that have already been visited
write(Graph) - Method in class com.epimorphics.json.RDFJSONModWriter
Write the given graph, not including a resources that have already been visited
write(Resource, Resource, Iterable<Resource>) - Method in class com.epimorphics.json.RDFJSONModWriter
Write the given ResultPage out with a wrapper object round the graph data showing the root, page and results list.
writeIncrement(JSFullWriter, int) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
writeKeyValue(String, String) - Method in class com.epimorphics.json.RDFJSONModWriter
 
writeKeyValue(String, long) - Method in class com.epimorphics.json.RDFJSONModWriter
 
writeLiteral(LiteralLabel, boolean) - Method in class com.epimorphics.json.RDFJSONModWriter
 
writeNodeValue(Graph, Node, boolean) - Method in class com.epimorphics.json.RDFJSONModWriter
 
writer - Variable in class com.epimorphics.json.RDFJSONModWriter
 
writeResource(Resource) - Method in class com.epimorphics.json.RDFJSONModWriter
Write a single resource
writeResource(Graph, Node, boolean) - Method in class com.epimorphics.json.RDFJSONModWriter
Write a single graph node
writeTo(JSFullWriter) - Method in class com.epimorphics.json.JSONSerializer
 
writeTo(JSFullWriter) - Method in interface com.epimorphics.json.JSONWritable
 
writeTo(JSFullWriter) - Method in class com.epimorphics.json.JSONWritableObject
 
writeTo(JSFullWriter) - Method in class com.epimorphics.tasks.ProgressMessage
 
writeTo(JSFullWriter) - Method in class com.epimorphics.tasks.SimpleProgressMonitor
 
writeTo(Model, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.JSONLDMarshaller
 
writeTo(Model, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.JSONMarshaller
 
writeTo(JsonValue, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.JSONObjectMarshaller
 
writeTo(ResultPage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.JSONResultMarshaller
 
writeTo(Model, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.RDFXMLMarshaller
 
writeTo(ResultPage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.RDFXMLResultMarshaller
 
writeTo(Model, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.TurtleMarshaller
 
writeTo(ResultPage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.epimorphics.webapi.marshalling.TurtleResultMarshaller
 
writeUpdateBody(Model, Writer) - Method in class com.epimorphics.rdfutil.SPARQLUpdateWriter
 
writeUpdatePrefixes(PrefixMapping, Writer) - Static method in class com.epimorphics.rdfutil.SPARQLUpdateWriter
 

X

XHV - Class in com.epimorphics.vocabs
 
XHV() - Constructor for class com.epimorphics.vocabs.XHV
 
XmlFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that generates a simple XML representation of an RDF graph
xmlFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that gives the default simple XML representation of an RDF graph
xsdDateTime - Static variable in class com.epimorphics.vocabs.Time
 
XsltFormatter - Static variable in class com.epimorphics.vocabs.API
A formatter that uses an XSLT stylesheet to generates a representation of an RDF graph

Y

Year - Static variable in class com.epimorphics.vocabs.Intervals
A generic superclass for all manner of Year like intervals.
year - Static variable in class com.epimorphics.vocabs.Time
 
Year - Static variable in class com.epimorphics.vocabs.Time
 
years - Static variable in class com.epimorphics.vocabs.Time
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2015. All rights reserved.