| Interface | Description |
|---|---|
| ModelMapper<T> |
Created with IntelliJ IDEA.
|
| RdfUtils.GraphNameCheck | |
| RdfUtils.ModelSelector |
ModelSelector used to select which models in a dataset to visit.
|
| RdfUtils.ModelVisitor<T> |
Dataset visitor used for repeated application of model operations in a
dataset.
|
| RdfUtils.ResultCombiner<T> |
ResultCombiner which combines to results of type T and returns it.
|
| Class | Description |
|---|---|
| AtomModelWrapper |
This class wraps the atom models (atom and sysinfo graphs in an atom
dataset).
|
| AuthenticationThreadLocal |
Class that exposes the Authentication to the current thread.
|
| CheapInsecureRandomString |
Generates a random string of specified length cheaply, but not securely.
|
| DataAccessUtils |
User: fkleedorfer Date: 05.11.12
|
| DatasetSelectionBySparqlFunction | |
| DatasetToDatasetBySparqlGSPOSelectFunction |
Expects a sparql select query that projects ?g ?s ?p ?o and generates a
dataset with those results used as as quads.
|
| DatasetToModelBySparqlFunction | |
| DatasetToUriListBySparqlFunction |
Expects to be passed a file containing a sparql query that projects a
variable ?uri, which must be an RDF resource that can be converted to a
URI. |
| DateTimeUtils |
User: atus Date: 23.04.13
|
| DefaultAtomModelWrapper |
Extends
AtomModelWrapper to add matchat specific methods to access
content fields like title, description, tags, etc. |
| DefaultPrefixUtils |
User: fkleedorfer Date: 27.09.13
|
| DynamicDatasetToDatasetBySparqlGSPOSelectFunction |
Expects a sparql select query that projects ?g ?s ?p ?o and generates a
dataset with those results used as as quads.
|
| DynamicDatasetToModelBySparqlFunction | |
| ExpensiveSecureRandomString |
Generates a random string of specified length quite securely, but not cheaply
The String always starts with a letter We do this so that we generate URIs
for which prefixing will always work with N3.js Based on:
http://stackoverflow.com/questions/41107/how-to-generate-a-random-alpha-numeric-string
|
| Interval | |
| LazySpringBeanAutowiringSupport |
Created with IntelliJ IDEA.
|
| LoggingUtils | |
| ProjectingIterator<F,T> |
Iterator that converts from type F (from) to type T (to).
|
| RdfUtils |
Utilities for RDF manipulation with Jena.
|
| RdfUtils.DefaultModelSelector |
Selector that selects all models, including the default model.
|
| RdfUtils.NamedModel | |
| RdfUtils.Pair<E> | |
| SparqlFunction<T,R> | |
| SparqlSelectFunction<T> |
Expects to be passed a file containing a sparql SELECT query and a function
for processing each individual result.
|
| SSLRC4Poke | |
| WonRdfUtils |
Utilities for populating/manipulating the RDF models used throughout the WON
application.
|
| WonRdfUtils.AtomUtils | |
| WonRdfUtils.ConnectionUtils | |
| WonRdfUtils.MessageUtils | |
| WonRdfUtils.SignatureUtils | |
| WonRdfUtils.SocketUtils | |
| WonRdfUtils.WonNodeUtils |
Copyright © 2019. All Rights Reserved.