G I M N R S V

G

getConnection() - Method in class net.fortytwo.sesametools.mappingsail.MappingSail
 
getRewriter(MappingSchema.PartOfSpeech, MappingSchema.Direction) - Method in class net.fortytwo.sesametools.mappingsail.MappingSchema
 

I

isWritable() - Method in class net.fortytwo.sesametools.mappingsail.MappingSail
 

M

MappingSail - Class in net.fortytwo.sesametools.mappingsail
A Sail which maps between the internal URI space of a lower-level data store, and an externally visible URI space (for example, published Linked Data).
MappingSail(Sail, MappingSchema) - Constructor for class net.fortytwo.sesametools.mappingsail.MappingSail
 
MappingSchema - Class in net.fortytwo.sesametools.mappingsail
A set of rules for rewriting URIs based on direction (to or from the data store) and part of speech (the position in an RDF statement in which a URI appears)
MappingSchema() - Constructor for class net.fortytwo.sesametools.mappingsail.MappingSchema
 
MappingSchema.Direction - Enum in net.fortytwo.sesametools.mappingsail
The direction of a URI rewriting rule: inbound rules map externally visible URIs to the URIs found in the data store, while outbound rules do the opposite.
MappingSchema.PartOfSpeech - Enum in net.fortytwo.sesametools.mappingsail
The position in an RDF statement in which a URI appears

N

net.fortytwo.sesametools.mappingsail - package net.fortytwo.sesametools.mappingsail
 

R

rewrite(URI) - Method in interface net.fortytwo.sesametools.mappingsail.RewriteRule
 
RewriteRule - Interface in net.fortytwo.sesametools.mappingsail
Represents a rule to map an original URI to a new URI.

S

setRewriter(MappingSchema.Direction, RewriteRule) - Method in class net.fortytwo.sesametools.mappingsail.MappingSchema
Defines an inbound or outbound URI rewriter.
setRewriter(MappingSchema.Direction, MappingSchema.PartOfSpeech, RewriteRule) - Method in class net.fortytwo.sesametools.mappingsail.MappingSchema
Defines an inbound or outbound URI rewriter for a specific part of speech (subject, predicate, object, or context).

V

valueOf(String) - Static method in enum net.fortytwo.sesametools.mappingsail.MappingSchema.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.fortytwo.sesametools.mappingsail.MappingSchema.PartOfSpeech
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.fortytwo.sesametools.mappingsail.MappingSchema.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.fortytwo.sesametools.mappingsail.MappingSchema.PartOfSpeech
Returns an array containing the constants of this enum type, in the order they are declared.

G I M N R S V

Copyright © 2013. All Rights Reserved.