Name | Description | Type | Package | Framework |
AbstractDateTime | Base class for representation of XSD duration, time, date/time and related datatype instances. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
AbsXMLLiteral | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
AccessDeniedException | Superclass of exceptions thrown when permissions do not allow an operation See Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
AddDeniedException | Exception to throw for a denied add operationSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
AddOne | Bind the second argument to 1+ the first argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ALiteral | A string literal property value from an RDF/XML file. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
AllDifferent | Interface defining an individual in which all members of a collection are declared pair-wise disjoint. | Interface | org.apache.jena.ontology | Apache Jena |
|
AllValuesFromRestriction | A property restriction that requires the named property to have have any range instances to be members of a given class. | Interface | org.apache.jena.ontology | Apache Jena |
|
AlreadyExistsException | Exception to throw when an attempt is made to create a named object (eg persistent model) when an object of that name already | Class | org.apache.jena.shared | Apache Jena |
|
AlreadyLinkedViewException | Exception to throw when adding a view to a Polymorphic discovers that the view to add is already on a ring. | Class | org.apache.jena.enhanced | Apache Jena |
|
AlreadyReifiedException | The exception raised by reifyAs if a node is already bound to a single reified triple. | Class | org.apache.jena.shared | Apache Jena |
|
Alt | An RDF Alternative container. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
AltHasNoDefaultException | Exception thrown if an Alt has no default statement. | Class | org.apache.jena.rdf.model | Apache Jena |
|
AnnotationProperty | Interface that represents the category of annotation properties in an ontology language. | Interface | org.apache.jena.ontology | Apache Jena |
|
AnonId | System id for an anonymous node. | Class | org.apache.jena.rdf.model | Apache Jena |
|
AResource | A URI or blank node reported to a StatementHandler. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARP | To load an RDF file: Create an ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPConfig | Used to set event handlers and options on ARP, SAX2Model, and | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPErrorNumbers | Error numbers used by ARP. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPEventHandler | Convenience generalization of all ARP handler interfaces. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPHandlers | The interface to set the various handlers on ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPOptions | The interface to set the various options on ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Assembler | An Assembler creates objects from their RDF descriptions. | Interface | org.apache.jena.assembler | Apache Jena |
|
AssemblerHelp | AssemblerHelp provides utility methods used by, and useful for working with, the Assembler code, including the methods that expand a model to include the | Class | org.apache.jena.assembler | Apache Jena |
|
AssertDisjointPairs | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
AssertionFailureException | Exception to throw when an assertion fails. | Class | org.apache.jena.shared | Apache Jena |
|
AuthenticationRequiredException | Exception to indicate that authentication is required for the operation to proceed. | Class | org.apache.jena.shared | Apache Jena |
|
BackwardRuleInfGraphI | This interface collects together those operations that the backchaining engine needs to invoke in the parent InfGraph. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BadBooleanException | Exception to throw when a string cannot be converted to a BooleanSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
BadCharLiteralException | Exception to throw when a literal required to be a single character isn't. | Class | org.apache.jena.shared | Apache Jena |
|
BadDescriptionException | Exception to throw if a model (or graph) is a bad descriptionSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
BadDescriptionMultipleRootsException | Exception to throw if a Description contains multiple roots of a specified type. | Class | org.apache.jena.shared | Apache Jena |
|
BadDescriptionNoRootException | Exception to throw if a Description has no root of a specified typeSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
BadObjectException | Exception used to report that the object of a statement is not a Resource. | Class | org.apache.jena.assembler | Apache Jena |
|
BadURIException | A Jena exception for malformed URIs. | Class | org.apache.jena.shared | Apache Jena |
|
Bag | An RDF Bag container. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
BaseBuiltin | Dummy implementation of the Builtin interface that specific implementations can inherit from. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
BaseDatatype | | Class | org.apache.jena.datatypes | Apache Jena |
|
BaseInfGraph | A base level implementation of the InfGraph interface. | Class | org.apache.jena.reasoner | Apache Jena |
|
BasicForwardRuleInfGraph | An inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BasicForwardRuleReasoner | Reasoner implementation which augments or transforms an RDF graph according to a set of rules. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BindingEnvironment | Interface through which the current bound values of variables can be found. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BlankNodeId | System identifier for a blank node. | Class | org.apache.jena.graph | Apache Jena |
|
BooleanClassDescription | Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement). | Interface | org.apache.jena.ontology | Apache Jena |
|
Bound | Predicate used to check if a variable has been bound. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
BrokenException | An exception to throw if an internal error is detected. | Class | org.apache.jena.shared | Apache Jena |
|
Builtin | Rules employ builtins to do all tests and actions other than simple triple matches and triple creation. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BuiltinException | Exceptions thrown by runtime errors in exceuting rule system builtin operations. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BuiltinPersonalities | The personalities that are provided for the existing Jena classes. | Class | org.apache.jena.enhanced | Apache Jena |
|
BuiltinRegistry | A registry for mapping functor names on java objects (instances of subclasses of Builtin) which implement their behvaiour. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
CannotCreateException | | Class | org.apache.jena.shared | Apache Jena |
|
CannotEncodeCharacterException | Exception to throw when a character cannot be encoded into some context for some reason. | Class | org.apache.jena.shared | Apache Jena |
|
CannotReifyException | The exception thrown by reifyAs if a node is bound to bits and pieces of (an)other triple(s). | Class | org.apache.jena.shared | Apache Jena |
|
Capabilities | Interface for expressing capabilities. | Interface | org.apache.jena.graph | Apache Jena |
|
CardinalityQRestriction | Interface representing the ontology abstraction for a qualified cardinality restriction. | Interface | org.apache.jena.ontology | Apache Jena |
|
CardinalityRestriction | A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined | Interface | org.apache.jena.ontology | Apache Jena |
|
ChangedListener | Class that merely notes that a change has occurred. | Class | org.apache.jena.rdf.listeners | Apache Jena |
|
CharEncoding | This class provides a number of static methods which interact with java. | Class | org.apache.jena.util | Apache Jena |
|
ClauseEntry | Common interface for all objects that can go into rules. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
ClosedException | Exception that may be thrown if an operation is attempted on a closed graph. | Class | org.apache.jena.shared | Apache Jena |
|
CollectionFactory | CollectionFactory - a central place for allocating sets and maps, mostly so that it's easy to plug in new implementations (eg trove). | Class | org.apache.jena.util | Apache Jena |
|
Command | An interface expressing the execution of a command. | Interface | org.apache.jena.shared | Apache Jena |
|
ComplementClass | | Interface | org.apache.jena.ontology | Apache Jena |
|
CompositionBase | Base class for graphs that are composed of multiple sub-graphs. | Class | org.apache.jena.graph.compose | Apache Jena |
|
ConfigException | An Exception indicating that Jena is not working because it is not correctly configured. | Class | org.apache.jena.shared | Apache Jena |
|
ConstAssembler | | Class | org.apache.jena.assembler | Apache Jena |
|
Container | This interface defines methods for accessing RDF container resources. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
Content | A Content object records content to be used to fill models. | Class | org.apache.jena.assembler | Apache Jena |
|
ConversionException | Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is not | Class | org.apache.jena.ontology | Apache Jena |
|
CountLiteralValues | CountLiteralValues(X, P, C) sets C to be the number of semantically distinct values for P on resource X. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
DataRange | Represents an ontology DataRange: a class-like construct that contains only concrete data literals. | Interface | org.apache.jena.ontology | Apache Jena |
|
DatatypeFormatException | Exception thrown when a lexical form does not match the statedSee Also:Serialized Form | Class | org.apache.jena.datatypes | Apache Jena |
|
DatatypeProperty | Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values are | Interface | org.apache.jena.ontology | Apache Jena |
|
DB | Vocabulary for Database properties. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DC | | Class | org.apache.jena.vocabulary | Apache Jena |
|
DC_10 | Dublin Core version 1. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DC_11 | Vocabulary definitions from file:vocabularies/dublin-core_11. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DCTerms | Vocabulary definitions from vocabularies/dublin-core_terms. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DCTypes | Vocabulary definitions from vocabularies/dublin-core_types. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DeleteDeniedException | Exception to throw if a delete is denied. | Class | org.apache.jena.shared | Apache Jena |
|
Delta | Graph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access. | Class | org.apache.jena.graph.compose | Apache Jena |
|
Derivation | Derivation records are used to determine how an inferred triple was derived from a set of source triples and a reasoner. | Interface | org.apache.jena.reasoner | Apache Jena |
|
Difference | Class representing the dynamic set difference L - R of two graphs. | Class | org.apache.jena.graph.compose | Apache Jena |
|
Difference | Bind the third argument to the arithetic difference between the first and second aguments. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
DisjointUnion | DisjointUnion - a version of Union that assumes the graphs are disjoint, and hence that find need not do duplicate-removal. | Class | org.apache.jena.graph.compose | Apache Jena |
|
DoesNotExistException | Exception thrown when an attempt is made find an entity by name, but it cannot be located. | Class | org.apache.jena.shared | Apache Jena |
|
DoesNotReifyException | This exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond | Class | org.apache.jena.rdf.model | Apache Jena |
|
DOM2Model | Transform DOM nodes of RDF. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Drop | A variant of the remove builtin that will delete matched triples from the graph but will not trigger further rule processing for | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Dyadic | | Class | org.apache.jena.graph.compose | Apache Jena |
|
EmptyListException | A exception that is thrown when an operation is attempted on an empty (nil) list that actually requires a list of length one or more. | Class | org.apache.jena.rdf.model | Apache Jena |
|
EmptyListUpdateException | Exception that is thrown when an attept is made to perform a side-effectful operation on an RDFList that is the empty list, or rdf:nil. | Class | org.apache.jena.rdf.model | Apache Jena |
|
EnhGraph | TODO: remove the polymorphic aspect of EnhGraphs. | Class | org.apache.jena.enhanced | Apache Jena |
|
EnhNode | A specialisation of Polymorphic that models an extended node in a an extended graph. | Class | org.apache.jena.enhanced | Apache Jena |
|
EnumeratedClass | Encapsulates a class description representing a closed enumeration of individuals. | Interface | org.apache.jena.ontology | Apache Jena |
|
Equal | Check that the two args are semantically equal. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ExtendedHandler | when a blank node goes out of scope, allowing its anonymous ID to be freed by external applications. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Factory | A factory class for creating Graphs. | Class | org.apache.jena.graph | Apache Jena |
|
FatalParsingErrorException | This exception should only be seen in user code when using SAX2RDF or SAX2Model. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
FBRuleInfGraph | An inference graph that uses a mixture of forward and backward chaining rules. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
FBRuleReasoner | Rule-based reasoner interface. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
FGraph | | Class | org.apache.jena.reasoner | Apache Jena |
|
FileManager | A FileManager provides access to named file-like resources by opening InputStreams to things in the filing system, by URL (http: and file:) and | Class | org.apache.jena.util | Apache Jena |
|
FileUtils | | Class | org.apache.jena.util | Apache Jena |
|
Finder | Minimal interface for preforming simple pattern find operations. | Interface | org.apache.jena.reasoner | Apache Jena |
|
FinderUtil | Some simple helper methods used when working with Finders, particularly to compose them into cascade sequences. | Class | org.apache.jena.reasoner | Apache Jena |
|
ForwardRuleInfGraphI | This interface collects together the operations on the InfGraph which are needed to support the forward rule engine. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
Frame | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
FrameI | | Interface | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
FrontsNode | HasNode - interface for objects that front a Node in some context. | Interface | org.apache.jena.graph | Apache Jena |
|
FrontsTriple | FrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples. | Interface | org.apache.jena.graph | Apache Jena |
|
FunctionalProperty | Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the | Interface | org.apache.jena.ontology | Apache Jena |
|
Functor | A functor comprises a functor name and a list of arguments. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
GE | Tests if the first argument is greater than or equal to the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
GenericRuleReasoner | A reasoner interface that is able to invoke any of the useful rule engine combinations. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
GenericRuleReasonerFactory | Factory object for creating general rule reasoner instances. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
GetTriple | this interface describes types that can have a triple extracted using a getTriple method. | Interface | org.apache.jena.graph | Apache Jena |
|
Graph | The interface to be satisfied by implementations maintaining collections of RDF triples. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphEventManager | The component of a graph responsible for managing events and listeners. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphEvents | GraphEvents is the base class for Jena general graph events. | Class | org.apache.jena.graph | Apache Jena |
|
GraphExtract | GraphExtract offers a very simple recursive extraction of a subgraph with a specified root in some supergraph. | Class | org.apache.jena.graph | Apache Jena |
|
GraphListener | Interface for listening to graph-level update events. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphMaker | A factory for providing instances of named graphs with appropriate storage models. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphPersonality | Personalities for Graphs. | Class | org.apache.jena.enhanced | Apache Jena |
|
GraphStatisticsHandler | A graph's StatisticsHandler offers access to some statistics about that graph's contents that might be useful for optimisation. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphUtil | | Class | org.apache.jena.graph | Apache Jena |
|
GreaterThan | Tests if the first argument is greater than the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
HasNoModelException | Exception to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model. | Class | org.apache.jena.rdf.model | Apache Jena |
|
HasSubjectFrameI | org. | Interface | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
HasValueRestriction | | Interface | org.apache.jena.ontology | Apache Jena |
|
Hide | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IllegalDateTimeFieldException | Exception thrown when attempting to access a field of an XSDDateTime object that is not legal for the current date/time type. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
IllegalParameterException | Exception used to to signal that a configuration parameter was used (typically in a setParameter call) that was not understood - either | Class | org.apache.jena.reasoner | Apache Jena |
|
Implementation | Interface defining a generic factory interface for generating enhanced nodes from normal graph nodes. | Class | org.apache.jena.enhanced | Apache Jena |
|
ImportManager | | Class | org.apache.jena.assembler | Apache Jena |
|
Individual | Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box. | Interface | org.apache.jena.ontology | Apache Jena |
|
InfGraph | graph. | Interface | org.apache.jena.reasoner | Apache Jena |
|
InfModel | An extension to the normal Model interface that supports access to any underlying inference capability. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
InitJenaCore | | Class | org.apache.jena.system | Apache Jena |
|
InnerXMLLiteral | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
Intersection | The dynamic intersection of two graphs L and R. | Class | org.apache.jena.graph.compose | Apache Jena |
|
IntersectionClass | | Interface | org.apache.jena.ontology | Apache Jena |
|
InvalidListException | A exception that is thrown when an operation is attempted on a list that is not well-formed, and is being processed in strict mode. | Class | org.apache.jena.rdf.model | Apache Jena |
|
InvalidPropertyURIException | Exception to throw when it is discovered that a property has been givenSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
InverseFunctionalProperty | Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in | Interface | org.apache.jena.ontology | Apache Jena |
|
InvokingUtil | | Class | jena | Apache Jena |
|
IsBNode | Tests the single argument to make sure it is blank node. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IsDType | Tests whether the first argument is an instance of the datatype defined by the resource in the second argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IsFunctor | Tests the single argument to make sure it is not a Functor. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IsLiteral | Tests the single argument to make sure it is a literal. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IteratorCollection | Answer the elements of the given iterator as a list, in the order that they arrived from the iterator. | Class | org.apache.jena.util | Apache Jena |
|
JA | | Class | org.apache.jena.assembler | Apache Jena |
|
Jena | Provides various meta-data constants about the Jena package. | Interface | org.apache.jena | Apache Jena |
|
JenaException | This should be a superclass of exceptions arising from Jena code. | Class | org.apache.jena.shared | Apache Jena |
|
JenaReader | Interface between Jena and ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
JenaRuntime | Methods and constants that define features of the current the environment. | Class | org.apache.jena | Apache Jena |
|
JenaSubsystemLifecycle | Lifecycle interface for jena modules and subsystems. | Interface | org.apache.jena.system | Apache Jena |
|
JenaSubsystemRegistry | A JenaSubsystemRegistry is a set of objects implementing JenaSubsystemLifecycle. | Interface | org.apache.jena.system | Apache Jena |
|
JenaSubsystemRegistryBasic | but common case of running Jena as a collection of jars on the classpath. | Class | org.apache.jena.system | Apache Jena |
|
JenaSystem | Jena system - simple controls for ensuring components are loaded and initialized. | Class | org.apache.jena.system | Apache Jena |
|
LanguageConsistencyException | An exception that denotes some inconsistency between the arguments to a method in the ontology API, and the language definition for a given ontology profile. | Class | org.apache.jena.ontology | Apache Jena |
|
LE | Tests if the first argument is less than or equal to the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
LessThan | Tests if the first argument is less than the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListContains | Returns true if the first argument is a list which contains the second argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListEntry | listEntry(?list, ?index, ?val) will bind ?val to the ?index'th entry in the RDF list ?list. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListEqual | Test if the two argument lists contain the same semantic elements. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListIndexException | A exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ListLength | Bind the second arg to the length of the first arg treated as a list. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListMapAsObject | For each element in the RDF list (third argument) it asserts triples with that as the object and subject and predicate given by arguments | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListMapAsSubject | For each element in the RDF list (first argument) it asserts triples with that as the subject and predicate and object given by arguments | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListNotContains | Returns false if the first argument is a list which contains the second argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListNotEqual | Test if the two argument lists differ. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Literal | In RDF2003 literals can be typed. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
LiteralRequiredException | Exception to throw when an RDFNode required to be a Literal isn't, or when a literal Node is required but a non-literal Node supplied. | Class | org.apache.jena.rdf.model | Apache Jena |
|
LocationMapper | Alternative locations for URIs. | Class | org.apache.jena.util | Apache Jena |
|
LocationMappingVocab | Vocabulary definitions from Vocabularies/location-mapping-rdfs. | Class | org.apache.jena.vocabulary | Apache Jena |
|
Locator | | Interface | org.apache.jena.util | Apache Jena |
|
LocatorClassLoader | | Class | org.apache.jena.util | Apache Jena |
|
LocatorFile | Location files in the filing system. | Class | org.apache.jena.util | Apache Jena |
|
LocatorURL | | Class | org.apache.jena.util | Apache Jena |
|
LocatorZip | | Class | org.apache.jena.util | Apache Jena |
|
Lock | | Interface | org.apache.jena.shared | Apache Jena |
|
LockMRPlusSW | A multiple-reader plus single-writer lock. | Class | org.apache.jena.shared | Apache Jena |
|
LockMRSW | Lock implemenetation using a Multiple Reader, Single Writer policy. | Class | org.apache.jena.shared | Apache Jena |
|
LockMutex | | Class | org.apache.jena.shared | Apache Jena |
|
LockNone | | Class | org.apache.jena.shared | Apache Jena |
|
LookingForRDF | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
LPBackwardRuleInfGraph | | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
LPBackwardRuleReasoner | Reasoner implementation which augments or transforms an RDF graph according to a set of rules. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
MakeInstance | Create or lookup an anonymous instance of a property value. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MakeSkolem | Bind a blank node to the first argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MakeTemp | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Max | Bind the third arg to the max of the first two args. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MaxCardinalityQRestriction | Interface representing the ontology abstraction for a qualified maximum cardinality restriction. | Interface | org.apache.jena.ontology | Apache Jena |
|
MaxCardinalityRestriction | A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined | Interface | org.apache.jena.ontology | Apache Jena |
|
Metadata | Pluck data out of the ether - or failing that, read it from a properties file. | Class | org.apache.jena.util | Apache Jena |
|
Min | Bind the third arg to the min of the first two args. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MinCardinalityQRestriction | Interface representing the ontology abstraction for a qualified minimum cardinality restriction. | Interface | org.apache.jena.ontology | Apache Jena |
|
MinCardinalityRestriction | A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined | Interface | org.apache.jena.ontology | Apache Jena |
|
Mode | A Mode object controls whether persistent objects can be created or reused by an assembler. | Class | org.apache.jena.assembler | Apache Jena |
|
Model | An RDF model is a set of Statements. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelChangedListener | The interface for classes that listen for model-changed events. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelCon | Convenience methods which extend the Model interface. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelExpansion | The ModelExpansion code expands a model M against a schema S, returning a new model which contains | Class | org.apache.jena.assembler | Apache Jena |
|
ModelExtract | ModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be extracted from other models with some boundary condition. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ModelFactory | ModelFactory provides methods for creating standard kinds of Model. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ModelFactoryBase | | Class | org.apache.jena.rdf.model | Apache Jena |
|
ModelGetter | A ModelGetter object can retrieve a Model given a URL for it. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelGraphInterface | ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelMaker | A ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-named | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelReader | A component interface used by ModelGetter for reading models. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelSource | The revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
MonitorGraph | Graph wrapper which provides normal access to an underlying graph but also maintains a snapshot of the triples it was last known to contain. | Class | org.apache.jena.util | Apache Jena |
|
MonitorModel | Model wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain. | Class | org.apache.jena.util | Apache Jena |
|
MultiUnion | A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph. | Class | org.apache.jena.graph.compose | Apache Jena |
|
NamespaceEndsWithNameCharException | This exception is thrown when a putative namespace (for a PrefixMapping) ends with a name character, which we disallow because its an invitation | Class | org.apache.jena.shared | Apache Jena |
|
NamespaceHandler | The interface for being notified about namespace use in an RDF/XML This has methods copied form SAX for | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Node | A Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY. | Class | org.apache.jena.graph | Apache Jena |
|
Node_ANY | A Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Blank | RDF blank nodes, ie nodes with identity but without URIs. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Concrete | This is the class of concrete nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Fluid | | Class | org.apache.jena.graph | Apache Jena |
|
Node_Literal | An RDF node holding a literal value. | Class | org.apache.jena.graph | Apache Jena |
|
Node_NULL | The Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code). | Class | org.apache.jena.graph | Apache Jena |
|
Node_RuleVariable | A variation on the normal Node_Variable which support for value bindings. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
Node_URI | RDF nodes with a global identity given by a URI. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Variable | | Class | org.apache.jena.graph | Apache Jena |
|
CachedSecurityEvaluator | A SecurityEvaluator that can be cached for later use. | Class | org.apache.jena.permissions.impl | Apache Jena |
|
ContainerFilter | | Class | org.apache.jena.permissions.utils | Apache Jena |
|
ExampleEvaluator | An example evaluator that only provides access to messages in the graph that are from or to the principal. | Class | org.apache.jena.permissions.example | Apache Jena |
|
Factory | The factory that can be used to create an instance of a SecuredGraph or a SecuredModel. | Class | org.apache.jena.permissions | Apache Jena |
|
Factory | | Class | org.apache.jena.permissions.graph.impl | Apache Jena |
|
ItemHolder | A class that holds the original item and the secured version of it. | Class | org.apache.jena.permissions.impl | Apache Jena |
|
OpRewriter | This class rewrites the query by examining each operation in the algebra returned by the Jena SPARQL parser. | Class | org.apache.jena.permissions.query.rewriter | Apache Jena |
|
PermStatementFilter | A filter for to filter ExtendedIterators on Statements. | Class | org.apache.jena.permissions.utils | Apache Jena |
|
PermTripleFilter | A filter for to filter ExtendedIterators on Triples. | Class | org.apache.jena.permissions.utils | Apache Jena |
|
RDFListIterator | | Class | org.apache.jena.permissions.utils | Apache Jena |
|
RDFListSecFilter | | Class | org.apache.jena.permissions.utils | Apache Jena |
|
SecuredAlt | The interface for secured Alt instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredAltImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredAssembler | Assembler for a secured model. | Class | org.apache.jena.permissions | Apache Jena |
|
SecuredBag | The interface for secured Bag instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredBagImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredCapabilities | The interface for secured Capabilities instances. | Class | org.apache.jena.permissions.graph | Apache Jena |
|
SecuredContainer | The interface for secured Container instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredContainerImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredFunction | | Class | org.apache.jena.permissions.query.rewriter | Apache Jena |
|
SecuredGraph | The interface for secured Graph instances. | Interface | org.apache.jena.permissions.graph | Apache Jena |
|
SecuredGraphEventManager | Since we sit between the graph and other items we have to determine when the message is first seen and send it to the underlying graph if necessary. | Class | org.apache.jena.permissions.graph | Apache Jena |
|
SecuredGraphImpl | | Class | org.apache.jena.permissions.graph.impl | Apache Jena |
|
SecuredItem | The secured item interface is mixed into instances of secured objects by the proxy. | Interface | org.apache.jena.permissions | Apache Jena |
|
SecuredItemImpl | An abstract implementation of SecuredItem that caches security checks. | Class | org.apache.jena.permissions.impl | Apache Jena |
|
SecuredItemInvoker | | Class | org.apache.jena.permissions.impl | Apache Jena |
|
SecuredLiteral | The interface for secured Literal instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredLiteralImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredModel | The interface for secured Model instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredModelImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredNodeIterator | A secured RDFNode iterator implementation | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredPrefixMapping | The interface for secured PrefixMapping instances. | Interface | org.apache.jena.permissions.graph | Apache Jena |
|
SecuredPrefixMappingImpl | | Class | org.apache.jena.permissions.graph.impl | Apache Jena |
|
SecuredProperty | The interface for secured Property instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredPropertyImpl | Gets the value of the property property. | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredQueryEngine | | Class | org.apache.jena.permissions.query | Apache Jena |
|
SecuredQueryEngineConfig | | Class | org.apache.jena.permissions.query | Apache Jena |
|
SecuredQueryEngineFactory | | Class | org.apache.jena.permissions.query | Apache Jena |
|
SecuredRDFList | | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredRDFListImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredRDFNode | The interface for secured RDFNode instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredRDFNodeImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredReifiedStatement | The interface for secured ReifiedStatement instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredReifiedStatementImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredResIterator | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredResource | The interface for secured Resource instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredResourceImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredRSIterator | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredSelector | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredSeq | The interface for secured Seq instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredSeqImpl | Sequence may have breaks in the order. | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredStatement | The interface for secured Statement instances. | Interface | org.apache.jena.permissions.model | Apache Jena |
|
SecuredStatementImpl | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredStatementIterator | | Class | org.apache.jena.permissions.model.impl | Apache Jena |
|
SecuredUnsupportedPolymorphismException | An extension to the UnsupportedPolymorphismException to handle secured polymorphic changes. | Class | org.apache.jena.permissions.model | Apache Jena |
|
SecurityEvaluator | The security evaluator is the link between the graph security system and an external security system. | Interface | org.apache.jena.permissions | Apache Jena |
|
SecurityEvaluatorAssembler | A simple assembler for a SecurityEvaluator This assembler load the specified class, locates the first constructor that accepts | Class | org.apache.jena.permissions | Apache Jena |
|
SecurityExample | | Class | org.apache.jena.permissions.example | Apache Jena |
|
ShiroExampleEvaluator | Class to use Shiro to provide credentials. | Class | org.apache.jena.permissions.example | Apache Jena |
|
AbstractResultsMetadata | | Class | org.apache.jena.jdbc.results.metadata | Apache Jena |
|
AskResults | | Class | org.apache.jena.jdbc.results | Apache Jena |
|
AskResultsMetadata | Meta data for AskResults Note that ASK results are something of a special case because they contain | Class | org.apache.jena.jdbc.results.metadata | Apache Jena |
|
BooleanColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
ByteColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
ColumnInfo | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
CommandPreProcessor | Interface for command pre-processors Pre-processors provide an extension point within Jena JDBC which allows for | Interface | org.apache.jena.jdbc.preprocessing | Apache Jena |
|
DatasetConnection | | Class | org.apache.jena.jdbc.connections | Apache Jena |
|
DatasetMetadata | | Class | org.apache.jena.jdbc.metadata | Apache Jena |
|
DatasetPreparedStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena |
|
DatasetStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena |
|
DateColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
DateTimeColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
DecimalColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
DoubleColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
FloatColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
IntegerColumn | Column information for normal integer columns, integer columns report as Types. | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
JdbcCompatibility | Class containing constants and helper methods related to JDBC compatibility Understanding Compatibility Levels | Class | org.apache.jena.jdbc | Apache Jena |
|
JdbcNodeUtils | Class with helpful utility methods for Jena JDBCTries to convert a node to a boolean | Class | org.apache.jena.jdbc.utils | Apache Jena |
|
JenaConnection | Abstract base implementation of a Jena JDBC connection Generally speaking this is a faithful implementation of a JDBC connection but | Class | org.apache.jena.jdbc.connections | Apache Jena |
|
JenaDriver | Abstract implementation of a Jena JDBC driver All Jena JDBC drivers are expected to have connection URLs which start with | Class | org.apache.jena.jdbc | Apache Jena |
|
JenaJDBC | | Class | org.apache.jena.jdbc | Apache Jena |
|
JenaMetadata | | Class | org.apache.jena.jdbc.metadata | Apache Jena |
|
JenaParameterMetadata | | Class | org.apache.jena.jdbc.statements.metadata | Apache Jena |
|
JenaPreparedStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena |
|
JenaResultSet | Abstract implementation of a JDBC Result Set which makes all update methods throw SQLFeatureNotSupportedException | Class | org.apache.jena.jdbc.results | Apache Jena |
|
JenaResultsMetadata | Abstract implementation of result set metadata for Jena JDBC result sets, specially for JenaResultSet implementations. | Class | org.apache.jena.jdbc.results.metadata | Apache Jena |
|
JenaStatement | | Class | org.apache.jena.jdbc.statements | Apache Jena |
|
LongIntegerColumn | Column information for integer columns, integer columns report as Types. | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
MaterializedResults | Represents a set of materialized results backed by some QueryExecution, materialized results permit scrolling but are not | Class | org.apache.jena.jdbc.results | Apache Jena |
|
MaterializedSelectResults | | Class | org.apache.jena.jdbc.results | Apache Jena |
|
MemConnection | | Class | org.apache.jena.jdbc.mem.connections | Apache Jena |
|
MemDatasetMetadata | | Class | org.apache.jena.jdbc.mem.metadata | Apache Jena |
|
MemDriver | A Jena JDBC driver which creates connections to in-memory datasets This driver expects a URL of the following form: | Class | org.apache.jena.jdbc.mem | Apache Jena |
|
MetadataSchema | Helper class containing constants pertaining to the columns returned by various methods of a DatabaseMetaData implementation | Class | org.apache.jena.jdbc.metadata | Apache Jena |
|
MetaResultSet | | Class | org.apache.jena.jdbc.metadata.results | Apache Jena |
|
MetaResultSetMetadata | | Class | org.apache.jena.jdbc.metadata.results | Apache Jena |
|
NumericColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
QueryExecutionResults | | Class | org.apache.jena.jdbc.results | Apache Jena |
|
RemoteEndpointConnection | | Class | org.apache.jena.jdbc.remote.connections | Apache Jena |
|
RemoteEndpointDriver | A Jena JDBC driver which creates connections to remote endpoints This driver expects a URL of the following form: | Class | org.apache.jena.jdbc.remote | Apache Jena |
|
RemoteEndpointMetadata | | Class | org.apache.jena.jdbc.remote.metadata | Apache Jena |
|
RemoteEndpointPreparedStatement | | Class | org.apache.jena.jdbc.remote.statements | Apache Jena |
|
RemoteEndpointStatement | | Class | org.apache.jena.jdbc.remote.statements | Apache Jena |
|
ResultsPostProcessor | Interface for results post processors, post processors have the ability to modify the raw SPARQL results or the JDBC results metadata before it is | Interface | org.apache.jena.jdbc.postprocessing | Apache Jena |
|
SelectResults | | Class | org.apache.jena.jdbc.results | Apache Jena |
|
SelectResultsMetadata | | Class | org.apache.jena.jdbc.results.metadata | Apache Jena |
|
ShortIntegerColumn | Column information for short integer columns, note that no XSD types directly correspond to a Types. | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
SparqlColumnInfo | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
StreamedResults | Represents a set of streamed results backed by some QueryExecution, streamed results are considered to be forward only | Class | org.apache.jena.jdbc.results | Apache Jena |
|
StringColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
TDBConnection | | Class | org.apache.jena.jdbc.tdb.connections | Apache Jena |
|
TDBDatasetMetadata | | Class | org.apache.jena.jdbc.tdb.metadata | Apache Jena |
|
TDBDriver | A Jena JDBC driver which creates connections to TDB datasets This driver expects a URL of the following form: | Class | org.apache.jena.jdbc.tdb | Apache Jena |
|
TimeColumn | | Class | org.apache.jena.jdbc.results.metadata.columns | Apache Jena |
|
TripleIteratorResults | | Class | org.apache.jena.jdbc.results | Apache Jena |
|
TripleListResults | | Class | org.apache.jena.jdbc.results | Apache Jena |
|
TripleResultsMetadata | | Class | org.apache.jena.jdbc.results.metadata | Apache Jena |
|
Access | | Class | org.apache.jena.sdb.shared | Apache Jena |
|
ActionMatch | Expression pattern action. | Interface | org.apache.jena.sdb.exprmatch | Apache Jena |
|
ActionMatchBind | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
ActionMatchExact | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
ActionMatchNoBind | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
ActionMatchString | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
ActionMatchVar | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
ActionPrint | | Class | org.apache.jena.sdb.print | Apache Jena |
|
ActionReject | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
AliasesSparql | | Class | org.apache.jena.sdb.core | Apache Jena |
|
AliasesSql | | Class | org.apache.jena.sdb.core | Apache Jena |
|
Annotation1 | Collect some notes into a single annoation. | Class | org.apache.jena.sdb.core | Apache Jena |
|
Annotations | | Interface | org.apache.jena.sdb.core | Apache Jena |
|
AnnotationsBase | | Class | org.apache.jena.sdb.core | Apache Jena |
|
AssemblerVocab | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
BadDescriptionException | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
CmdArgsDB | | Class | sdb.cmd | Apache Jena |
|
CmdDesc | Java description of a command - class and arguments. | Class | org.apache.jena.sdb.script | Apache Jena |
|
CmdDescAssembler | | Class | org.apache.jena.sdb.script | Apache Jena |
|
CodecSimple | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
ColAlias | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
CommandAssemblerException | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
ConditionCompiler | | Interface | org.apache.jena.sdb.compiler | Apache Jena |
|
ConditionCompilerNone | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
ConfigVocab | | Class | org.apache.jena.sdb.store | Apache Jena |
|
DatabaseType | | Class | org.apache.jena.sdb.store | Apache Jena |
|
DatasetGraphSDB | | Class | org.apache.jena.sdb.store | Apache Jena |
|
DatasetStore | | Class | org.apache.jena.sdb.store | Apache Jena |
|
DatasetStoreAssembler | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
DataSourceSDB | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
DerbyUtils | | Class | org.apache.jena.sdb.util | Apache Jena |
|
EncoderDecoder | | Interface | org.apache.jena.sdb.layout1 | Apache Jena |
|
Env | | Class | org.apache.jena.sdb.shared | Apache Jena |
|
EventManagerSDB | | Class | org.apache.jena.sdb.graph | Apache Jena |
|
ExprCompile | | Interface | org.apache.jena.sdb.core | Apache Jena |
|
ExprMatcher | Matches an expression template to a query expression. | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
ExprPattern | | Class | org.apache.jena.sdb.core | Apache Jena |
|
Feature | | Class | org.apache.jena.sdb.store | Apache Jena |
|
FeatureSet | | Class | org.apache.jena.sdb.store | Apache Jena |
|
FmtLayout2 | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
FmtLayout2HashDB2 | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashDerby | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashH2 | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashHSQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashMySQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashOracle | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashPGSQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashSAP | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2HashSQLServer | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
FmtLayout2IndexDB2 | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexDerby | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexH2 | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexHSQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexMySQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexOracle | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexPGSQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexSAP | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FmtLayout2IndexSQLServer | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
FormatterSimple | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleDB2 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleDerby | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleH2 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleHSQL | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleMySQL | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleOracle | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimplePGSQL | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleSAP | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FormatterSimpleSQLServer | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
FunctionAction | | Interface | org.apache.jena.sdb.exprmatch | Apache Jena |
|
FunctionsSQL | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
GenerateSQL | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
GenerateSQL_MS | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
GenerateSQLDB2 | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
GenerateSQLDerby | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
GenerateSQLMySQL | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
GenerateSQLOracle | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
GenerateSQLVisitor | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
Gensym | | Class | org.apache.jena.sdb.core | Apache Jena |
|
GraphSDB | | Class | org.apache.jena.sdb.graph | Apache Jena |
|
H2Utils | | Class | org.apache.jena.sdb.util | Apache Jena |
|
HSQLUtils | | Class | org.apache.jena.sdb.util | Apache Jena |
|
IndexCache | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
InitSDB | | Class | org.apache.jena.sdb.core | Apache Jena |
|
JDBC | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
JoinType | | Class | org.apache.jena.sdb.core | Apache Jena |
|
LayoutType | | Class | org.apache.jena.sdb.store | Apache Jena |
|
LoaderFmt | Interface to setting up the bulk loader environment. | Interface | org.apache.jena.sdb.layout2 | Apache Jena |
|
LoaderTuplesNodes | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
Map2 | | Class | org.apache.jena.sdb.core | Apache Jena |
|
MapAction | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
MapCallout | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
MapResult | | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
MissingException | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
ModConfig | | Class | sdb.cmd | Apache Jena |
|
ModData | | Class | sdb.cmd | Apache Jena |
|
ModDatasetStore | | Class | sdb.cmd | Apache Jena |
|
ModGraph | | Class | sdb.cmd | Apache Jena |
|
ModLogSQL | | Class | sdb.cmd | Apache Jena |
|
ModStore | Construction of a store from a store description, possibly modified by command line arguments. | Class | sdb.cmd | Apache Jena |
|
MySQLEngineType | enum MySQLEngineTypeEnum Constant Summary | Class | org.apache.jena.sdb.sql | Apache Jena |
|
NodeLayout2 | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
NoExprMatch | Exception used to signal no match and stop further matching. | Class | org.apache.jena.sdb.exprmatch | Apache Jena |
|
OpLibSDB | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
OpSQL | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
Pair | | Class | org.apache.jena.sdb.util | Apache Jena |
|
PatternTable | A (description of a) table that holds a cached/optimized version of a pattern. | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
PrefixMappingSDB | | Class | org.apache.jena.sdb.graph | Apache Jena |
|
PrintSDB | | Class | org.apache.jena.sdb.util | Apache Jena |
|
QBR_SubProperty | | Class | org.apache.jena.sdb.compiler.rewrite | Apache Jena |
|
QBR_SubType | | Class | org.apache.jena.sdb.compiler.rewrite | Apache Jena |
|
QExec | | Class | org.apache.jena.sdb.script | Apache Jena |
|
QuadBlock | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
QuadBlockCompiler | | Interface | org.apache.jena.sdb.compiler | Apache Jena |
|
QuadBlockCompiler2 | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
QuadBlockCompilerMain | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
QuadBlockRewrite | | Interface | org.apache.jena.sdb.compiler.rewrite | Apache Jena |
|
QuadBlockRewriteCompiler | | Class | org.apache.jena.sdb.compiler.rewrite | Apache Jena |
|
query | | Class | sdb | Apache Jena |
|
QueryAssembler | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
QueryCommandAssembler | | Class | org.apache.jena.sdb.script | Apache Jena |
|
QueryCompiler | | Interface | org.apache.jena.sdb.compiler | Apache Jena |
|
QueryCompiler1 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
QueryCompiler2 | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
QueryCompilerFactory | | Interface | org.apache.jena.sdb.compiler | Apache Jena |
|
QueryCompilerFactory1 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
QueryCompilerFactoryHash | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
QueryCompilerFactoryIndex | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
QueryCompilerHash | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
QueryCompilerIndex | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
QueryCompilerMain | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
QueryEngineSDB | | Class | org.apache.jena.sdb.engine | Apache Jena |
|
QueryIterOpSQL | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
RegexCompiler | | Class | org.apache.jena.sdb.layout2.expr | Apache Jena |
|
RegexUtils | | Class | org.apache.jena.sdb.util | Apache Jena |
|
ResultSetJDBC | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
RS | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
S_And | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_Equal | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_IsNotNull | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_IsNull | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_Like | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_Not | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_NotEqual | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_Or | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
S_Regex | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SAPStorageType | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
Scope | | Interface | org.apache.jena.sdb.core | Apache Jena |
|
Scope2 | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ScopeBase | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ScopeEntry | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ScopeNull | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ScopeOptional | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ScopeRename | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ScopeStatus | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ScriptAssembler | | Class | org.apache.jena.sdb.script | Apache Jena |
|
ScriptDesc | | Class | org.apache.jena.sdb.script | Apache Jena |
|
ScriptVocab | | Class | org.apache.jena.sdb.script | Apache Jena |
|
SDB | | Class | org.apache.jena.sdb | Apache Jena |
|
SDB_QC | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
SDBCmd | | Class | sdb | Apache Jena |
|
SDBCompile | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
sdbconfig | Configure an SDB database. | Class | sdb | Apache Jena |
|
SDBConnection | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
SDBConnectionDesc | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
SDBConnectionDescAssembler | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
SDBConnectionFactory | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
SDBConstants | | Class | org.apache.jena.sdb.core | Apache Jena |
|
SDBConstraint | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
sdbdelete | Delete a model in an SDB database. | Class | sdb | Apache Jena |
|
sdbdump | Write out the data from an SDB model. | Class | sdb | Apache Jena |
|
SDBException | Root of all exceptions in SDBSee Also:Serialized Form | Class | org.apache.jena.sdb | Apache Jena |
|
SDBExceptionSQL | Wrapper SQLExceptionSee Also:Serialized Form | Class | org.apache.jena.sdb.sql | Apache Jena |
|
SDBFactory | Various operations to create or connect objects to do with SDB: SDBConnections, Stores, Models, Graphs. | Class | org.apache.jena.sdb | Apache Jena |
|
sdbinfo | Write out the data from an SDB model. | Class | sdb | Apache Jena |
|
SDBInternalError | | Class | org.apache.jena.sdb.shared | Apache Jena |
|
sdbload | Load data files into an SDB model in a database. | Class | sdb | Apache Jena |
|
sdbmeta | | Class | sdb | Apache Jena |
|
SDBModelAssembler | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
SDBNotFoundException | | Class | org.apache.jena.sdb.shared | Apache Jena |
|
SDBNotImplemented | | Class | org.apache.jena.sdb.shared | Apache Jena |
|
sdbprint | Compile and print the SQL for a SPARQL query. | Class | sdb | Apache Jena |
|
sdbquery | sdb. | Class | sdb | Apache Jena |
|
SDBRequest | A collection of things to track during query compilation and execution from SPARQL to SQL. | Class | org.apache.jena.sdb.core | Apache Jena |
|
sdbscript | | Class | sdb | Apache Jena |
|
sdbsql | | Class | sdb | Apache Jena |
|
sdbtruncate | Format an SDB database. | Class | sdb | Apache Jena |
|
sdbtuple | | Class | sdb | Apache Jena |
|
SlotCompiler | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
SlotCompiler1 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
SlotCompiler2 | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
SlotCompilerHash | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
SlotCompilerIndex | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
SQLBridge | Convert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings. | Interface | org.apache.jena.sdb.store | Apache Jena |
|
SQLBridge1 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
SQLBridge2 | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
SQLBridge2Oracle | Added to specialize lex column selection for Oracle. | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
SQLBridgeBase | Convert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings. | Class | org.apache.jena.sdb.store | Apache Jena |
|
SQLBridgeFactory | Convert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings. | Interface | org.apache.jena.sdb.store | Apache Jena |
|
SQLBridgeFactory1 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
SQLBridgeFactory2 | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
SQLBridgeFactory2Oracle | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
SqlBuilder | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
SqlCoalesce | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlColumn | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SQLCommand | | Interface | org.apache.jena.sdb.sql | Apache Jena |
|
SqlConstant | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExpr | | Interface | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExpr1 | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExpr2 | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExprBase | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExprColumnsUsed | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExprGenerateSQL | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExprList | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExprVisitor | | Interface | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExprVisitorBase | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlExprWalker | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SqlFunction1 | | Class | org.apache.jena.sdb.core.sqlexpr | Apache Jena |
|
SQLGenerator | | Interface | org.apache.jena.sdb.store | Apache Jena |
|
SqlJoin | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlJoinInner | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlJoinLeftOuter | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNode | | Interface | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeBase | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeBase0 | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeBase1 | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeBase2 | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeTextVisitor | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeVisitor | | Interface | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeVisitorBase | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlNodeWalker | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlProject | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlRestrict | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlSelectBlock | A unit that generates an SQL SELECT Statement. | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlSlice | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlStage | | Interface | org.apache.jena.sdb.compiler | Apache Jena |
|
SqlStageBasicQuad | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
SqlStageList | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
SqlTable | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlTransform | | Interface | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlTransformCopy | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlTransformer | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SqlUnion | | Class | org.apache.jena.sdb.core.sqlnode | Apache Jena |
|
SQLUtils | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
SQLUtilsStd | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
Store | A Store is one RDF dataset instance - it is the unit of query. | Interface | org.apache.jena.sdb | Apache Jena |
|
StoreBase | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
StoreBase1 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreBaseH2 | | Class | org.apache.jena.sdb.store | Apache Jena |
|
StoreBaseHash | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreBaseHSQL | | Class | org.apache.jena.sdb.store | Apache Jena |
|
StoreBaseIndex | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreConfig | A table that stores small models for small configuration information. | Class | org.apache.jena.sdb.store | Apache Jena |
|
StoreDesc | | Class | org.apache.jena.sdb | Apache Jena |
|
StoreDescAssembler | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
StoreFactory | | Class | org.apache.jena.sdb.store | Apache Jena |
|
StoreFormatter | Control of the main tables (triples, nodes) in a Store. | Interface | org.apache.jena.sdb.store | Apache Jena |
|
StoreFormatterBase | | Class | org.apache.jena.sdb.store | Apache Jena |
|
StoreLoader | | Interface | org.apache.jena.sdb.store | Apache Jena |
|
StoreLoaderPlus | | Interface | org.apache.jena.sdb.store | Apache Jena |
|
StoreMaker | Source of new store objects. | Interface | org.apache.jena.sdb.store | Apache Jena |
|
StoreSimpleDB2 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimpleDerby | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimpleH2 | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimpleHSQL | Store class for the simple layout (i. | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimpleMySQL | Store class for the simple layout (i. | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimpleOracle | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimplePGSQL | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimpleSAP | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreSimpleSQLServer | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
StoreTriplesNodesHashDB2 | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashDerby | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashH2 | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashHSQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashMySQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashOracle | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashPGSQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashSAP | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesHashSQLServer | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
StoreTriplesNodesIndexDB2 | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexDerby | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexH2 | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexHSQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexMySQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexOracle | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexPGSQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexSAP | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreTriplesNodesIndexSQLServer | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
StoreUtils | | Class | org.apache.jena.sdb.util | Apache Jena |
|
StreamsPrint | | Class | org.apache.jena.sdb.print | Apache Jena |
|
StringExprCompiler | | Class | org.apache.jena.sdb.layout2.expr | Apache Jena |
|
StrUtils | | Class | org.apache.jena.sdb.util | Apache Jena |
|
SymbolRegistry | | Class | org.apache.jena.sdb.shared | Apache Jena |
|
TableDesc | | Class | org.apache.jena.sdb.store | Apache Jena |
|
TableDescNodes | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
TableDescQuads | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
TableDescSPO | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
TableDescTriples | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
TableDump | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
TableNodesHash | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TableNodesIndex | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TablePrefixes | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
TableUtils | | Class | org.apache.jena.sdb.sql | Apache Jena |
|
TransactionHandlerSDB | | Class | org.apache.jena.sdb.graph | Apache Jena |
|
TransformSDB | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
TransformSliceProject | | Class | org.apache.jena.sdb.compiler | Apache Jena |
|
TupleGraphLoader | Adapter from a tuple loader to a graph loader. | Class | org.apache.jena.sdb.store | Apache Jena |
|
TupleLoader | This TupleLoader is done with. | Interface | org.apache.jena.sdb.store | Apache Jena |
|
TupleLoaderBase | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
TupleLoaderBase | Track whether multiple loads overlap. | Class | org.apache.jena.sdb.store | Apache Jena |
|
TupleLoaderBasics | | Interface | org.apache.jena.sdb.layout2 | Apache Jena |
|
TupleLoaderHashBase | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashDB2 | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashDerby | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashH2 | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashHSQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashMySQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashOracle | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashPGSQL | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashSAP | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderHashSQLServer | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderIndexBase | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexDB2 | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexDerby | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexH2 | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexHSQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexMySQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexOracle | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexPGSQL | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexSAP | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderIndexSQLServer | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderOne | | Class | org.apache.jena.sdb.store | Apache Jena |
|
TupleLoaderOneHash | | Class | org.apache.jena.sdb.layout2.hash | Apache Jena |
|
TupleLoaderOneIndex | | Class | org.apache.jena.sdb.layout2.index | Apache Jena |
|
TupleLoaderSimple | | Class | org.apache.jena.sdb.layout1 | Apache Jena |
|
TupleTable | | Class | org.apache.jena.sdb.store | Apache Jena |
|
TypeNotUniqueException | | Class | org.apache.jena.sdb.assembler | Apache Jena |
|
UpdateEngineSDB | | Class | org.apache.jena.sdb.modify | Apache Jena |
|
ValScope | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ValueSpace | | Class | org.apache.jena.sdb.core | Apache Jena |
|
ValueType | | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
VarState | The state of a variable as reocorde by the variable tracking codeEnum Constant Summary | Class | org.apache.jena.sdb.layout2 | Apache Jena |
|
Vocab | | Class | org.apache.jena.sdb.util | Apache Jena |
|
ActionBackup | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionDataset | Log-in and choose datasetSee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ConcurrencyPolicyMRSW | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ConNeg | Content negotiation is a mechanism defined in the HTTP specification that makes it possible to serve different versions of a document | Class | org.apache.jena.fuseki.conneg | Apache Jena |
|
Counter | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
CounterName | Names for all countersEnum Constant Summary | Class | org.apache.jena.fuseki.server | Apache Jena |
|
Counters | | Interface | org.apache.jena.fuseki.server | Apache Jena |
|
CounterSet | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
DatasetMXBean | | Interface | org.apache.jena.fuseki.server | Apache Jena |
|
DatasetRef | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
DatasetRegistry | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
DataValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
DEF | | Class | org.apache.jena.fuseki | Apache Jena |
|
DumpServlet | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
EmbeddedFusekiServer | Embedded (same JVM) server. | Class | org.apache.jena.fuseki | Apache Jena |
|
Fuseki | The main class enabling us to: create instances of a Fuseki server e. | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiCmd | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiConfig | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
FusekiConfigException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiErrorHandler | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
FusekiException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiLib | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiNotFoundException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiRequestException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiServletContextListener | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
FusekiVocab | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
GraphLoadUtils | | Class | org.apache.jena.fuseki.migrate | Apache Jena |
|
HttpAction | HTTP action that represents the user request lifecycle. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
HttpNames | | Class | org.apache.jena.fuseki | Apache Jena |
|
HttpServletResponseTracker | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
IRIValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
ManagementServer | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
MgtCmdServlet | Control functions for a Fuskei serverSee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
MgtFunctions | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
NullOutputStream | Code needed to implement an OutputStream that does nothing. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
PageNames | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
PingServlet | The ping servlet provides a low costy, uncached endpoint that can be used to determine if this component is running and responding. | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
QueryValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
ResponseCallback | | Interface | org.apache.jena.fuseki.servlets | Apache Jena |
|
ResponseModel | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ResponseOps | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ResponseResultSet | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
REST_Quads | Servlet that serves up quads for a dataset. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ServerConfig | This represents a configuration of a SPARQL server. | Class | org.apache.jena.fuseki.server | Apache Jena |
|
ServiceMXBean | | Interface | org.apache.jena.fuseki.server | Apache Jena |
|
ServiceRef | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
ServletBase | An abstract HTTP Servlet. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SimpleVelocity | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SimpleVelocityServlet | Simple servlet that uses Velocity to format pages. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SinkRDFLimited | | Class | org.apache.jena.fuseki.migrate | Apache Jena |
|
SPARQL_Protocol | Support for the SPARQL protocol (SPARQL Query, SPARQL Update)See Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_Query | Handles SPARQL Query requests. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_QueryDataset | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_QueryGeneral | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_REST | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_REST_R | Only the READ operationsSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_REST_RW | The WRITE operations added to the READ operationsSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_ServletBase | Base servlet for SPARQL requests. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_UberServlet | This servlet can be attached to a dataset location and acts as a router for all SPARQL operations | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_Update | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_Upload | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQLServer | SPARQLServer is the Jena server instance which wraps/utilizes Server. | Class | org.apache.jena.fuseki.server | Apache Jena |
|
StatsServlet | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
Test | | Class | org.apache.jena.fuseki | Apache Jena |
|
UpdateValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
ValidatorBase | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
WebLib | | Class | org.apache.jena.fuseki.conneg | Apache Jena |
|
ActionAsyncTask | Base helper class for creating async tasks on items, based on POSTSee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionBackup | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionBackupList | A JSON API to list all the backups in the backup directorySee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionBase | General request lifecycleSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ActionContainerItem | Base for actions that are container and also have action on itemsSee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionCtl | Control/admin request lifecycleSee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionDatasets | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionErrorException | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ActionItem | Action on items in a container, but not the container itselfSee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionLib | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ActionLogs | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionPing | The ping servlet provides a low costy, uncached endpoint that can be used to determine if this component is running and responding. | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionREST | Common point for operations that are RESTish (use GET/PUT etc as operations). | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ActionServerStatus | Description of datasets for a serverSee Also:Serialized Form | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionSleep | A task that kicks off a asynchornous operation that simply waits and exits. | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionSPARQL | SPARQL request lifecycleSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ActionStats | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
ActionTasks | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
Async | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
AsyncPool | | Class | org.apache.jena.fuseki.async | Apache Jena |
|
AsyncTask | An asynchronous taskDisplay name - no newlines | Class | org.apache.jena.fuseki.async | Apache Jena |
|
AuthorizationFilter403 | | Class | org.apache.jena.fuseki.authz | Apache Jena |
|
Backup | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
Builder | | Class | org.apache.jena.fuseki.build | Apache Jena |
|
ConNeg | Content negotiation is a mechanism defined in the HTTP specification that makes it possible to serve different versions of a document | Class | org.apache.jena.fuseki.conneg | Apache Jena |
|
Counter | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
CounterName | Names for all countersEnum Constant Summary | Class | org.apache.jena.fuseki.server | Apache Jena |
|
Counters | | Interface | org.apache.jena.fuseki.server | Apache Jena |
|
CounterSet | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
CrossOriginFilter | cross-origin resource sharing. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
DataAccessPoint | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
DataAccessPointRegistry | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
DataService | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
DatasetGraphSwitchable | | Class | org.apache.jena.fuseki.migrate | Apache Jena |
|
DatasetMXBean | | Interface | org.apache.jena.fuseki.server | Apache Jena |
|
DatasetStatus | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
DataValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
DEF | | Class | org.apache.jena.fuseki | Apache Jena |
|
DenyFilter | | Class | org.apache.jena.fuseki.authz | Apache Jena |
|
DumpServlet | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
Endpoint | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
Fuseki | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiCmd | | Class | org.apache.jena.fuseki.cmd | Apache Jena |
|
FusekiCmd | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiConfig | | Class | org.apache.jena.fuseki.build | Apache Jena |
|
FusekiConfigException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiEnv | Separate initialization for FUSEKI_HOME and FUSEKI_BASE so that Fusekilogging can use these values. | Class | org.apache.jena.fuseki.server | Apache Jena |
|
FusekiErrorHandler | | Class | org.apache.jena.fuseki.jetty | Apache Jena |
|
FusekiException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiFilter | Look at all requests and see if they match a registered dataset name; if they do, pass down to the uber servlet, which can dispatch any request | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
FusekiLib | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiLogging | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiNotFoundException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiRequestException | | Class | org.apache.jena.fuseki | Apache Jena |
|
FusekiServer | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
FusekiServerEnvironmentInit | Setup the enviroment and logging. | Class | org.apache.jena.fuseki.server | Apache Jena |
|
FusekiServerListener | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
FusekiVocab | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
GraphLoadUtils | | Class | org.apache.jena.fuseki.migrate | Apache Jena |
|
HttpAction | HTTP action that represents the user request lifecycle. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
HttpServletResponseTracker | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
IRIValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
JettyFuseki | Standalone server, not run as a WAR file. | Class | org.apache.jena.fuseki.jetty | Apache Jena |
|
JettyServerConfig | Configuration of the Jetty server when run from the command line directly, not as a webapp/war file. | Class | org.apache.jena.fuseki.jetty | Apache Jena |
|
JsonConst | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
JsonDescription | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
LocalhostFilter | A Filter that can allow or deny access based on whether the the host that sent the request is the loopback address (AKA localhost). | Class | org.apache.jena.fuseki.authz | Apache Jena |
|
MgtConst | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
MgtJMX | | Class | org.apache.jena.fuseki.mgt | Apache Jena |
|
NullOutputStream | Code needed to implement an OutputStream that does nothing. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
OperationName | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
QueryValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
RequestLog | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
ResponseCallback | | Interface | org.apache.jena.fuseki.servlets | Apache Jena |
|
ResponseDataset | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ResponseModel | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ResponseOps | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ResponseResultSet | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
REST_Quads | Servlet for operations directly on a dataset - REST(ish) behaviour on theSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
REST_Quads_R | Servlet for operations directly on a dataset - REST(ish) behaviour on theSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
REST_Quads_RW | Servlet for operations directly on a dataset - REST(ish) behaviour on theSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ServerInitialConfig | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
ServiceMXBean | | Interface | org.apache.jena.fuseki.server | Apache Jena |
|
ServletBase | Addition HTTP Servlet operations. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ServletOps | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ShiroEnvironmentLoader | A place to perform Fuseki-specific initialization of Apache Shiro. | Class | org.apache.jena.fuseki.server | Apache Jena |
|
SPARQL_GSP | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_GSP_R | Only the READ operationsSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_GSP_RW | The WRITE operations added to the READ operationsSee Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_Protocol | Support for the SPARQL protocol (SPARQL Query, SPARQL Update)See Also:Serialized Form | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_Query | Handle SPARQL Query requests overt eh SPARQL Protocol. | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_QueryDataset | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_QueryGeneral | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_UberServlet | This servlet can be attached to a dataset location and acts as a router for all SPARQL operations | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_Update | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
SPARQL_Upload | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
StreamRDFLimited | Limit triples/quads and stop passing through after a limit is reached. | Class | org.apache.jena.fuseki.migrate | Apache Jena |
|
SystemState | | Class | org.apache.jena.fuseki.server | Apache Jena |
|
Template | | Class | org.apache.jena.fuseki.build | Apache Jena |
|
TemplateFunctions | | Class | org.apache.jena.fuseki.build | Apache Jena |
|
UpdateValidator | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
Upload | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
UploadDetails | | Class | org.apache.jena.fuseki.servlets | Apache Jena |
|
ValidationAction | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
ValidationError | | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
ValidatorBaseJson | ValidationBase for JSON outSee Also:Serialized Form | Class | org.apache.jena.fuseki.validation | Apache Jena |
|
WebLib | | Class | org.apache.jena.fuseki.conneg | Apache Jena |
|
AbstractNodeTupleWritable | A abstract general purpose writable where the actual class represented is composed of a number of Node instances | Class | common.org.apache.jena.hadoop.rdf.types | Apache Jena |
|
CharacteristicSetWritable | Represents a characteristic set which is comprised of a count of nodes for which the characteristic is applicable and a set of characteristics which | Class | common.org.apache.jena.hadoop.rdf.types | Apache Jena |
|
CharacteristicWritable | Represents a characteristic for a single node and contains the node and a count associated with that node | Class | common.org.apache.jena.hadoop.rdf.types | Apache Jena |
|
NodeTupleWritable | A writable RDF tuple Unlike the more specific TripleWritable and QuadWritable this | Class | common.org.apache.jena.hadoop.rdf.types | Apache Jena |
|
NodeWritable | A writable for Node instances This uses RDF Thrift | Class | common.org.apache.jena.hadoop.rdf.types | Apache Jena |
|
QuadWritable | | Class | common.org.apache.jena.hadoop.rdf.types | Apache Jena |
|
SimpleBinaryComparator | A general purpose comparator that may be used with any types which can be compared directly on their binary encodings | Class | common.org.apache.jena.hadoop.rdf.types.comparators | Apache Jena |
|
ThriftConverter | Helper for converting between the binary representation of Nodes, Triples and Quads and their Jena API equivalents | Class | common.org.apache.jena.hadoop.rdf.types.converters | Apache Jena |
|
TripleWritable | | Class | common.org.apache.jena.hadoop.rdf.types | Apache Jena |
|
AbstractBatchedNodeTupleOutputFormat | Abstract output format for formats that use a AbstractBatchedNodeTupleWriter as their writer | Class | io.org.apache.jena.hadoop.rdf.io.output | Apache Jena |
|
AbstractBatchedNodeTupleWriter | An abstract implementation of a record writer that writes records in batches. | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractBatchedQuadWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractBatchedTripleWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractBlockBasedNodeTupleReader | An abstract implementation for a record reader that reads records from blocks of files, this is a hybrid between AbstractLineBasedNodeTupleReader | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractBlockBasedQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractBlockBasedTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractLineBasedNodeTupleReader | An abstract implementation of a record reader that reads records from line based tuple formats. | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractLineBasedNodeTupleWriter | An abstract implementation of a record writer that writes records to a line based tuple formats. | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractLineBasedQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractLineBasedQuadWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractLineBasedTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractLineBasedTripleWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractNLineFileInputFormat | Abstract line based input format that reuses the machinery from NLineInputFormat to calculate the splits | Class | io.org.apache.jena.hadoop.rdf.io.input | Apache Jena |
|
AbstractNodeOutputFormat | Abstract output format which takes pairs with Node keys and arbitrary values and writes them as a simple line based text file | Class | io.org.apache.jena.hadoop.rdf.io.output | Apache Jena |
|
AbstractNodeTupleOutputFormat | An abstract implementation of an output format for line based tuple formats where the key is ignored and only the tuple values will be output | Class | io.org.apache.jena.hadoop.rdf.io.output | Apache Jena |
|
AbstractNodeWriter | Abstract implementation of a record writer which writes pairs of nodes and arbitrary values to text based files | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractQuadsOnlyReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
AbstractQuadsOnlyWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
AbstractRdfReader | An abstract record reader for arbitrary RDF which provides support for selecting the actual record reader to use based on detecting the RDF language | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
AbstractStreamRdfNodeTupleOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output | Apache Jena |
|
AbstractStreamRdfNodeTupleWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractTriplesOnlyReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
AbstractTriplesOnlyWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
AbstractWholeFileInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input | Apache Jena |
|
AbstractWholeFileNodeTupleReader | An abstract implementation for a record reader that reads records from whole files i. | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractWholeFileNodeTupleWriter | An abstract implementation of a record writer that writes records to whole It is important to note that the writer does not actually write any output | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractWholeFileQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractWholeFileQuadWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractWholeFileTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
AbstractWholeFileTripleWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
AbstractWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
BatchedTriGOutputFormat | Output format for TriG that uses a batched approach, note that this will produce invalid data where blank nodes span batches so it is typically better | Class | io.org.apache.jena.hadoop.rdf.io.output.trig | Apache Jena |
|
BatchedTriGWriter | A record writer for TriG that uses the batched approach, note that this approach will produce invalid data when blank nodes span batches | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.trig | Apache Jena |
|
BatchedTurtleOutputFormat | Output format for Turtle that uses a batched approach, note that this will produce invalid data where blank nodes span batches so it is typically better | Class | io.org.apache.jena.hadoop.rdf.io.output.turtle | Apache Jena |
|
BatchedTurtleWriter | A record writer for Turtle that uses the batched approach, note that this approach will produce invalid data when blank nodes span batches | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.turtle | Apache Jena |
|
BlockedNQuadsInputFormat | NTriples input format where files are processed as blocks of lines rather than in a line based manner as with the NQuadsInputFormat or as | Class | io.org.apache.jena.hadoop.rdf.io.input.nquads | Apache Jena |
|
BlockedNQuadsReader | A record record for NQuads This is a hybrid of the NQuadsReader and the | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.nquads | Apache Jena |
|
BlockedNTriplesInputFormat | NTriples input format where files are processed as blocks of lines rather than in a line based manner as with the NTriplesInputFormat or as | Class | io.org.apache.jena.hadoop.rdf.io.input.ntriples | Apache Jena |
|
BlockedNTriplesReader | A record record for NTriples This is a hybrid of the NTriplesReader and the | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.ntriples | Apache Jena |
|
BlockInputStream | A block input stream which can is a wrapper around another input stream which restricts reading to a specific number of bytes and can report the number of | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena |
|
HadoopIOConstants | | Class | io.org.apache.jena.hadoop.rdf.io | Apache Jena |
|
HadoopRdfIORegistry | A registry which is used by various classes to dynamically select record readers and writers based on a provided Lang | Class | io.org.apache.jena.hadoop.rdf.io.registry | Apache Jena |
|
JsonLDQuadInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.jsonld | Apache Jena |
|
JsonLDQuadOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.jsonld | Apache Jena |
|
JsonLDQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.jsonld | Apache Jena |
|
JsonLDQuadWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.jsonld | Apache Jena |
|
JsonLDReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
JsonLDTripleInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.jsonld | Apache Jena |
|
JsonLDTripleOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.jsonld | Apache Jena |
|
JsonLDTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.jsonld | Apache Jena |
|
JsonLDTripleWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.jsonld | Apache Jena |
|
JsonLDWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
NQuadsInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.nquads | Apache Jena |
|
NQuadsOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.nquads | Apache Jena |
|
NQuadsReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.nquads | Apache Jena |
|
NQuadsReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
NQuadsWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.nquads | Apache Jena |
|
NQuadsWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
NTriplesInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.ntriples | Apache Jena |
|
NTriplesNodeOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.ntriples | Apache Jena |
|
NTriplesNodeWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.ntriples | Apache Jena |
|
NTriplesOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.ntriples | Apache Jena |
|
NTriplesReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.ntriples | Apache Jena |
|
NTriplesReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
NTriplesWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.ntriples | Apache Jena |
|
NTriplesWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
QuadsInputFormat | RDF input format that can handle any RDF quads format that ARQ supports selecting the format to use for each file based upon the file extension | Class | io.org.apache.jena.hadoop.rdf.io.input | Apache Jena |
|
QuadsOutputFormat | An output format for RDF quads that dynamically selects the appropriate quad writer to use based on the file extension of the output file. | Class | io.org.apache.jena.hadoop.rdf.io.output | Apache Jena |
|
QuadsReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
QuadsToTriplesWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
RdfIOConstants | | Class | io.org.apache.jena.hadoop.rdf.io | Apache Jena |
|
RdfIOUtils | RDF IO utility functions org. | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena |
|
RdfJsonInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.rdfjson | Apache Jena |
|
RdfJsonOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.rdfjson | Apache Jena |
|
RdfJsonReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.rdfjson | Apache Jena |
|
RdfJsonReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
RdfJsonWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.rdfjson | Apache Jena |
|
RdfJsonWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
RdfXmlInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.rdfxml | Apache Jena |
|
RdfXmlOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.rdfxml | Apache Jena |
|
RdfXmlReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.rdfxml | Apache Jena |
|
RdfXmlReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
RdfXmlWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.rdfxml | Apache Jena |
|
RdfXmlWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
ReaderFactory | Interface for reader factoriesGets whether this factory can produce readers that are capable of reading | Interface | io.org.apache.jena.hadoop.rdf.io.registry | Apache Jena |
|
StreamRdfQuadWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
StreamRdfTripleWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers | Apache Jena |
|
ThriftQuadInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.thrift | Apache Jena |
|
ThriftQuadOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.thrift | Apache Jena |
|
ThriftQuadReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.thrift | Apache Jena |
|
ThriftQuadWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.thrift | Apache Jena |
|
ThriftReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
ThriftTripleInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.thrift | Apache Jena |
|
ThriftTripleOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.thrift | Apache Jena |
|
ThriftTripleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.thrift | Apache Jena |
|
ThriftTripleWriter | | Class | io.org.apache.jena.hadoop.rdf.io.output.writers.thrift | Apache Jena |
|
ThriftWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
TrackableInputStream | | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena |
|
TrackedInputStream | A tracked input stream which can is a wrapper around another input stream and can report the number of bytes read | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena |
|
TrackedPipedQuadsStream | | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena |
|
TrackedPipedRDFStream | A tracked piped RDF streamGets the next position | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena |
|
TrackedPipedTriplesStream | | Class | io.org.apache.jena.hadoop.rdf.io.input.util | Apache Jena |
|
TriGInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.trig | Apache Jena |
|
TriGOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.trig | Apache Jena |
|
TriGReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.trig | Apache Jena |
|
TriGReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
TriGWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
TriplesInputFormat | RDF input format that can handle any RDF triples format that ARQ supports selecting the format to use for each file based upon the file extension | Class | io.org.apache.jena.hadoop.rdf.io.input | Apache Jena |
|
TriplesOrQuadsInputFormat | RDF input format that can handle any RDF triple/quads format that ARQ supports selecting the format to use for each file based upon the file | Class | io.org.apache.jena.hadoop.rdf.io.input | Apache Jena |
|
TriplesOrQuadsOutputFormat | An output format for RDF triples/quads that dynamically selects the appropriate triple/quad writer to use based on the file extension of the | Class | io.org.apache.jena.hadoop.rdf.io.output | Apache Jena |
|
TriplesOrQuadsReader | A record reader that reads RDF from any triples/quads format. | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
TriplesOutputFormat | An output format for RDF triples that dynamically selects the appropriate triple writer to use based on the file extension of the output file. | Class | io.org.apache.jena.hadoop.rdf.io.output | Apache Jena |
|
TriplesReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
TriplesToQuadsReader | A record reader that converts triples into quads by wrapping a RecordReader implementation | Class | io.org.apache.jena.hadoop.rdf.io.input.readers | Apache Jena |
|
TriXInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.trix | Apache Jena |
|
TriXOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.trix | Apache Jena |
|
TriXReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.trix | Apache Jena |
|
TriXReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
TriXWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
TurtleInputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.input.turtle | Apache Jena |
|
TurtleOutputFormat | | Class | io.org.apache.jena.hadoop.rdf.io.output.turtle | Apache Jena |
|
TurtleReader | | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.turtle | Apache Jena |
|
TurtleReaderFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.readers | Apache Jena |
|
TurtleWriterFactory | | Class | io.org.apache.jena.hadoop.rdf.io.registry.writers | Apache Jena |
|
WholeFileNQuadsInputFormat | NQuads input format where files are processed as complete files rather than in a line based manner as with the NQuadsInputFormat | Class | io.org.apache.jena.hadoop.rdf.io.input.nquads | Apache Jena |
|
WholeFileNQuadsReader | A record record for NQuads Unlike the NQuadsReader this processes files as a whole rather than | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.nquads | Apache Jena |
|
WholeFileNTriplesInputFormat | NTriples input format where files are processed as complete files rather than in a line based manner as with the NTriplesInputFormat | Class | io.org.apache.jena.hadoop.rdf.io.input.ntriples | Apache Jena |
|
WholeFileNTriplesReader | A record record for NTriples Unlike the NTriplesReader this processes files as a whole rather than | Class | io.org.apache.jena.hadoop.rdf.io.input.readers.ntriples | Apache Jena |
|
WriterFactory | Interface for writer factoriesGets whether this factory can produce writers that are capable of reading | Interface | io.org.apache.jena.hadoop.rdf.io.registry | Apache Jena |
|
AbstractCharacteristicSetGeneratingReducer | Abstract reducer which takes in tuples grouped by some node and generating initial characteristic sets. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.characteristics | Apache Jena |
|
AbstractNodeTupleFilterMapper | Abstract mapper implementation which helps in filtering tuples from the input, derived implementations provide an implementation of the | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter | Apache Jena |
|
AbstractNodeTupleGroupingMapper | Abstract mapper implementation which helps in grouping tuples by assigning them a NodeWritable key in place of their existing key. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
AbstractNodeTupleNamespaceCountMapper | Abstract mapper class for mappers which split node tuple values and extract the namespace URIs they use and outputs pairs of namespaces keys with a long | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.namespaces | Apache Jena |
|
AbstractNodeTupleNodeCountMapper | Abstract mapper class for mappers which split node tuple values into pairs of node keys with a long value of 1. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count | Apache Jena |
|
AbstractNodeTupleSplitToNodesMapper | Abstract mapper implementation which splits the tuples into their constituent nodes preserving the keys as-is | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.split | Apache Jena |
|
AbstractNodeTupleSplitWithNodesMapper | Abstract mapper implementation which splits the tuples into their constituent nodes using the tuples as the keys and the nodes as the values | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.split | Apache Jena |
|
AbstractQuadFilterByPositionMapper | An abstract triple filter that filters quads based on different criteria for each position (graph, subject, predicate and object) within the quad. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
AbstractQuadFilterMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter | Apache Jena |
|
AbstractQuadGroupingMapper | Abstract mapper implementation which helps in grouping quads by assigning them a NodeWritable key in place of their existing key. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
AbstractTripleFilterByPositionMapper | An abstract triple filter that filters triples based on different criteria for each position (subject, predicate and object) within the triple. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
AbstractTripleFilterMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter | Apache Jena |
|
AbstractTripleGroupingMapper | Abstract mapper implementation which helps in grouping triples by assigning them a NodeWritable key in place of their existing key. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
AbstractTriplesToQuadsMapper | An abstract mapper which transforms triples into quads. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.transform | Apache Jena |
|
CharacteristicSetReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.characteristics | Apache Jena |
|
GroundQuadFilterMapper | A quad filter which accepts only ground quads i. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter | Apache Jena |
|
GroundTripleFilterMapper | A triple filter which accepts only ground triples i. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter | Apache Jena |
|
KeyMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
KeyPlusNullMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
KeyReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
NodeCountReducer | A reducer which takes node keys with a sequence of longs representing counts as the values and sums the counts together into pairs consisting of a node | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count | Apache Jena |
|
NullPlusKeyMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
NullPlusKeyReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
NullPlusValueMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
NullPlusValueReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
QuadCharacteristicSetGeneratingReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.characteristics | Apache Jena |
|
QuadDataTypeCountMapper | A mapper for counting data type usages within quads designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.datatypes | Apache Jena |
|
QuadFilterByGraphUriMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
QuadFilterByObjectUriMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
QuadFilterByPredicateMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
QuadFilterBySubjectUriMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
QuadGraphCountMapper | A mapper for counting graph node usages within quads designed primarily for use in conjunction with NodeCountReducer. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.positional | Apache Jena |
|
QuadGroupByGraphMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
QuadGroupByObjectMapper | A mapper which assists in grouping quads by object by reassigning their keys to be their objects | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
QuadGroupByPredicateMapper | A mapper which assists in grouping quads by predicate by reassigning their keys to be their predicates | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
QuadGroupBySubjectMapper | A mapper which assists in grouping quads by subject by reassigning their keys to be their subjects | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
QuadNamespaceCountMapper | A mapper for counting namespace usages within quads designed primarily for use in conjunction with the TextCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.namespaces | Apache Jena |
|
QuadNodeCountMapper | A mapper for counting node usages within quads designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count | Apache Jena |
|
QuadObjectCountMapper | A mapper for counting object node usages within quads designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.positional | Apache Jena |
|
QuadPredicateCountMapper | A mapper for counting predicate node usages within quads designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.positional | Apache Jena |
|
QuadSplitToNodesMapper | A mapper which splits quads into their constituent nodes preserving the existing keys as-is | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.split | Apache Jena |
|
QuadSplitWithNodesMapper | A mapper which splits quads into their constituent nodes using the quad as the key and the nodes as the values | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.split | Apache Jena |
|
QuadsToTriplesMapper | A mapper which transforms quads into triples Keys are left as is by this mapper. | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.transform | Apache Jena |
|
QuadSubjectCountMapper | A mapper for counting subject node usages within quads designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.positional | Apache Jena |
|
RdfMapReduceConstants | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
SwapMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
SwapReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
TextCountReducer | A reducer which takes text keys with a sequence of longs representing counts as the values and sums the counts together into pairs consisting of a node | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
TripleCharacteristicSetGeneratingReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.characteristics | Apache Jena |
|
TripleDataTypeCountMapper | A mapper for counting data type usages within triples designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.datatypes | Apache Jena |
|
TripleFilterByObjectUriMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
TripleFilterByPredicateUriMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
TripleFilterBySubjectUriMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positional | Apache Jena |
|
TripleGroupByObjectMapper | A mapper which assists in grouping triples by object by reassigning their keys to be their objects | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
TripleGroupByPredicateMapper | A mapper which assists in grouping triples by predicate by reassigning their keys to be their predicates | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
TripleGroupBySubjectMapper | A mapper which assists in grouping triples by subject by reassigning their keys to be their subjects | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.group | Apache Jena |
|
TripleNamespaceCountMapper | A mapper for counting namespace usages within triples designed primarily for use in conjunction with the TextCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.namespaces | Apache Jena |
|
TripleNodeCountMapper | A mapper for counting node usages within triples designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count | Apache Jena |
|
TripleObjectCountMapper | A mapper for counting object node usages within triples designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.positional | Apache Jena |
|
TriplePredicateCountMapper | A mapper for counting predicate node usages within triples designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.positional | Apache Jena |
|
TripleSplitToNodesMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.split | Apache Jena |
|
TripleSplitWithNodesMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.split | Apache Jena |
|
TriplesToQuadsBySubjectMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.transform | Apache Jena |
|
TriplesToQuadsConstantGraphMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.transform | Apache Jena |
|
TripleSubjectCountMapper | A mapper for counting subject node usages within triples designed primarily for use in conjunction with NodeCountReducer | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.count.positional | Apache Jena |
|
ValidQuadFilterMapper | A quad filter mapper which accepts only valid quads, by which we mean they meet the following criteria: | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter | Apache Jena |
|
ValidTripleFilterMapper | A triple filter mapper which accepts only valid triples, by which we mean they meet the following criteria: | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce.filter | Apache Jena |
|
ValueMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
ValuePlusNullMapper | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
ValueReducer | | Class | mapred.org.apache.jena.hadoop.rdf.mapreduce | Apache Jena |
|
AbstractDateTime | Base class for representation of XSD duration, time, date/time and related datatype instances. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
AbsXMLLiteral | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
AccessDeniedException | Superclass of exceptions thrown when permissions do not allow an operation See Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
AddDeniedException | Exception to throw for a denied add operationSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
AddOne | Bind the second argument to 1+ the first argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ALiteral | A string literal property value from an RDF/XML file. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
AllDifferent | Interface defining an individual in which all members of a collection are declared pair-wise disjoint. | Interface | org.apache.jena.ontology | Apache Jena |
|
AllValuesFromRestriction | A property restriction that requires the named property to have have any range instances to be members of a given class. | Interface | org.apache.jena.ontology | Apache Jena |
|
AlreadyExistsException | Exception to throw when an attempt is made to create a named object (eg persistent model) when an object of that name already | Class | org.apache.jena.shared | Apache Jena |
|
AlreadyLinkedViewException | Exception to throw when adding a view to a Polymorphic discovers that the view to add is already on a ring. | Class | org.apache.jena.enhanced | Apache Jena |
|
AlreadyReifiedException | The exception raised by reifyAs if a node is already bound to a single reified triple. | Class | org.apache.jena.shared | Apache Jena |
|
Alt | An RDF Alternative container. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
AltHasNoDefaultException | Exception thrown if an Alt has no default statement. | Class | org.apache.jena.rdf.model | Apache Jena |
|
AnnotationProperty | Interface that represents the category of annotation properties in an ontology language. | Interface | org.apache.jena.ontology | Apache Jena |
|
AnonId | System id for an anonymous node. | Class | org.apache.jena.rdf.model | Apache Jena |
|
AResource | A URI or blank node reported to a StatementHandler. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARP | To load an RDF file: Create an ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPConfig | Used to set event handlers and options on ARP, SAX2Model, and | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPErrorNumbers | Error numbers used by ARP. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPEventHandler | Convenience generalization of all ARP handler interfaces. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPHandlers | The interface to set the various handlers on ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
ARPOptions | The interface to set the various options on ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Assembler | An Assembler creates objects from their RDF descriptions. | Interface | org.apache.jena.assembler | Apache Jena |
|
AssemblerHelp | AssemblerHelp provides utility methods used by, and useful for working with, the Assembler code, including the methods that expand a model to include the | Class | org.apache.jena.assembler | Apache Jena |
|
AssertDisjointPairs | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
AssertionFailureException | Exception to throw when an assertion fails. | Class | org.apache.jena.shared | Apache Jena |
|
AuthenticationRequiredException | Exception to indicate that authentication is required for the operation to proceed. | Class | org.apache.jena.shared | Apache Jena |
|
BackwardRuleInfGraphI | This interface collects together those operations that the backchaining engine needs to invoke in the parent InfGraph. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BadBooleanException | Exception to throw when a string cannot be converted to a BooleanSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
BadCharLiteralException | Exception to throw when a literal required to be a single character isn't. | Class | org.apache.jena.shared | Apache Jena |
|
BadDescriptionException | Exception to throw if a model (or graph) is a bad descriptionSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
BadDescriptionMultipleRootsException | Exception to throw if a Description contains multiple roots of a specified type. | Class | org.apache.jena.shared | Apache Jena |
|
BadDescriptionNoRootException | Exception to throw if a Description has no root of a specified typeSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
BadObjectException | Exception used to report that the object of a statement is not a Resource. | Class | org.apache.jena.assembler | Apache Jena |
|
BadURIException | A Jena exception for malformed URIs. | Class | org.apache.jena.shared | Apache Jena |
|
Bag | An RDF Bag container. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
BaseBuiltin | Dummy implementation of the Builtin interface that specific implementations can inherit from. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
BaseDatatype | | Class | org.apache.jena.datatypes | Apache Jena |
|
BaseInfGraph | A base level implementation of the InfGraph interface. | Class | org.apache.jena.reasoner | Apache Jena |
|
BasicForwardRuleInfGraph | An inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BasicForwardRuleReasoner | Reasoner implementation which augments or transforms an RDF graph according to a set of rules. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BindingEnvironment | Interface through which the current bound values of variables can be found. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BlankNodeId | System identifier for a blank node. | Class | org.apache.jena.graph | Apache Jena |
|
BooleanClassDescription | Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement). | Interface | org.apache.jena.ontology | Apache Jena |
|
Bound | Predicate used to check if a variable has been bound. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
BrokenException | An exception to throw if an internal error is detected. | Class | org.apache.jena.shared | Apache Jena |
|
Builtin | Rules employ builtins to do all tests and actions other than simple triple matches and triple creation. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BuiltinException | Exceptions thrown by runtime errors in exceuting rule system builtin operations. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
BuiltinPersonalities | The personalities that are provided for the existing Jena classes. | Class | org.apache.jena.enhanced | Apache Jena |
|
BuiltinRegistry | A registry for mapping functor names on java objects (instances of subclasses of Builtin) which implement their behvaiour. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
CannotCreateException | | Class | org.apache.jena.shared | Apache Jena |
|
CannotEncodeCharacterException | Exception to throw when a character cannot be encoded into some context for some reason. | Class | org.apache.jena.shared | Apache Jena |
|
CannotReifyException | The exception thrown by reifyAs if a node is bound to bits and pieces of (an)other triple(s). | Class | org.apache.jena.shared | Apache Jena |
|
Capabilities | Interface for expressing capabilities. | Interface | org.apache.jena.graph | Apache Jena |
|
CardinalityQRestriction | Interface representing the ontology abstraction for a qualified cardinality restriction. | Interface | org.apache.jena.ontology | Apache Jena |
|
CardinalityRestriction | A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined | Interface | org.apache.jena.ontology | Apache Jena |
|
ChangedListener | Class that merely notes that a change has occurred. | Class | org.apache.jena.rdf.listeners | Apache Jena |
|
CharEncoding | This class provides a number of static methods which interact with java. | Class | org.apache.jena.util | Apache Jena |
|
ClauseEntry | Common interface for all objects that can go into rules. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
ClosedException | Exception that may be thrown if an operation is attempted on a closed graph. | Class | org.apache.jena.shared | Apache Jena |
|
CollectionFactory | CollectionFactory - a central place for allocating sets and maps, mostly so that it's easy to plug in new implementations (eg trove). | Class | org.apache.jena.util | Apache Jena |
|
Command | An interface expressing the execution of a command. | Interface | org.apache.jena.shared | Apache Jena |
|
ComplementClass | | Interface | org.apache.jena.ontology | Apache Jena |
|
CompositionBase | Base class for graphs that are composed of multiple sub-graphs. | Class | org.apache.jena.graph.compose | Apache Jena |
|
ConfigException | An Exception indicating that Jena is not working because it is not correctly configured. | Class | org.apache.jena.shared | Apache Jena |
|
ConstAssembler | | Class | org.apache.jena.assembler | Apache Jena |
|
Container | This interface defines methods for accessing RDF container resources. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
Content | A Content object records content to be used to fill models. | Class | org.apache.jena.assembler | Apache Jena |
|
ConversionException | Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is not | Class | org.apache.jena.ontology | Apache Jena |
|
CountLiteralValues | CountLiteralValues(X, P, C) sets C to be the number of semantically distinct values for P on resource X. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
DataRange | Represents an ontology DataRange: a class-like construct that contains only concrete data literals. | Interface | org.apache.jena.ontology | Apache Jena |
|
DatatypeFormatException | Exception thrown when a lexical form does not match the statedSee Also:Serialized Form | Class | org.apache.jena.datatypes | Apache Jena |
|
DatatypeProperty | Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values are | Interface | org.apache.jena.ontology | Apache Jena |
|
DB | Vocabulary for Database properties. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DC | | Class | org.apache.jena.vocabulary | Apache Jena |
|
DC_10 | Dublin Core version 1. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DC_11 | Vocabulary definitions from file:vocabularies/dublin-core_11. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DCTerms | Vocabulary definitions from vocabularies/dublin-core_terms. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DCTypes | Vocabulary definitions from vocabularies/dublin-core_types. | Class | org.apache.jena.vocabulary | Apache Jena |
|
DeleteDeniedException | Exception to throw if a delete is denied. | Class | org.apache.jena.shared | Apache Jena |
|
Delta | Graph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access. | Class | org.apache.jena.graph.compose | Apache Jena |
|
Derivation | Derivation records are used to determine how an inferred triple was derived from a set of source triples and a reasoner. | Interface | org.apache.jena.reasoner | Apache Jena |
|
Difference | Class representing the dynamic set difference L - R of two graphs. | Class | org.apache.jena.graph.compose | Apache Jena |
|
Difference | Bind the third argument to the arithetic difference between the first and second aguments. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
DisjointUnion | DisjointUnion - a version of Union that assumes the graphs are disjoint, and hence that find need not do duplicate-removal. | Class | org.apache.jena.graph.compose | Apache Jena |
|
DoesNotExistException | Exception thrown when an attempt is made find an entity by name, but it cannot be located. | Class | org.apache.jena.shared | Apache Jena |
|
DoesNotReifyException | This exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond | Class | org.apache.jena.rdf.model | Apache Jena |
|
DOM2Model | Transform DOM nodes of RDF. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Drop | A variant of the "remove" builtin that will delete matched triples from the graph but will not trigger further rule processing for | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Dyadic | | Class | org.apache.jena.graph.compose | Apache Jena |
|
EmptyListException | A exception that is thrown when an operation is attempted on an empty (nil) list that actually requires a list of length one or more. | Class | org.apache.jena.rdf.model | Apache Jena |
|
EmptyListUpdateException | Exception that is thrown when an attept is made to perform a side-effectful operation on an RDFList that is the empty list, or rdf:nil. | Class | org.apache.jena.rdf.model | Apache Jena |
|
EnhGraph | TODO: remove the polymorphic aspect of EnhGraphs. | Class | org.apache.jena.enhanced | Apache Jena |
|
EnhNode | A specialisation of Polymorphic that models an extended node in a an extended graph. | Class | org.apache.jena.enhanced | Apache Jena |
|
EnumeratedClass | Encapsulates a class description representing a closed enumeration of individuals. | Interface | org.apache.jena.ontology | Apache Jena |
|
Equal | Check that the two args are semantically equal. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ExtendedHandler | when a blank node goes out of scope, allowing its anonymous ID to be freed by external applications. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Factory | A factory class for creating Graphs. | Class | org.apache.jena.graph | Apache Jena |
|
FatalParsingErrorException | This exception should only be seen in user code when using SAX2RDF or SAX2Model. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
FBRuleInfGraph | An inference graph that uses a mixture of forward and backward chaining rules. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
FBRuleReasoner | Rule-based reasoner interface. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
FGraph | | Class | org.apache.jena.reasoner | Apache Jena |
|
FileManager | A FileManager provides access to named file-like resources by opening InputStreams to things in the filing system, by URL (http: and file:) and | Class | org.apache.jena.util | Apache Jena |
|
FileUtils | | Class | org.apache.jena.util | Apache Jena |
|
Finder | Minimal interface for preforming simple pattern find operations. | Interface | org.apache.jena.reasoner | Apache Jena |
|
FinderUtil | Some simple helper methods used when working with Finders, particularly to compose them into cascade sequences. | Class | org.apache.jena.reasoner | Apache Jena |
|
ForwardRuleInfGraphI | This interface collects together the operations on the InfGraph which are needed to support the forward rule engine. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
Frame | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
FrameI | | Interface | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
FrontsNode | HasNode - interface for objects that front a Node in some context. | Interface | org.apache.jena.graph | Apache Jena |
|
FrontsTriple | FrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples. | Interface | org.apache.jena.graph | Apache Jena |
|
FunctionalProperty | Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the | Interface | org.apache.jena.ontology | Apache Jena |
|
Functor | A functor comprises a functor name and a list of arguments. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
GE | Tests if the first argument is greater than or equal to the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
GenericRuleReasoner | A reasoner interface that is able to invoke any of the useful rule engine combinations. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
GenericRuleReasonerFactory | Factory object for creating general rule reasoner instances. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
GetTriple | this interface describes types that can have a triple extracted using a getTriple method. | Interface | org.apache.jena.graph | Apache Jena |
|
Graph | The interface to be satisfied by implementations maintaining collections of RDF triples. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphEventManager | The component of a graph responsible for managing events and listeners. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphEvents | GraphEvents is the base class for Jena general graph events. | Class | org.apache.jena.graph | Apache Jena |
|
GraphExtract | GraphExtract offers a very simple recursive extraction of a subgraph with a specified root in some supergraph. | Class | org.apache.jena.graph | Apache Jena |
|
GraphListener | Interface for listening to graph-level update events. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphMaker | A factory for providing instances of named graphs with appropriate storage models. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphPersonality | Personalities for Graphs. | Class | org.apache.jena.enhanced | Apache Jena |
|
GraphStatisticsHandler | A graph's StatisticsHandler offers access to some statistics about that graph's contents that might be useful for optimisation. | Interface | org.apache.jena.graph | Apache Jena |
|
GraphUtil | | Class | org.apache.jena.graph | Apache Jena |
|
GreaterThan | Tests if the first argument is greater than the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
HasNoModelException | Exception to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model. | Class | org.apache.jena.rdf.model | Apache Jena |
|
HasSubjectFrameI | org. | Interface | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
HasValueRestriction | | Interface | org.apache.jena.ontology | Apache Jena |
|
Hide | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IllegalDateTimeFieldException | Exception thrown when attempting to access a field of an XSDDateTime object that is not legal for the current date/time type. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
IllegalParameterException | Exception used to to signal that a configuration parameter was used (typically in a setParameter call) that was not understood - either | Class | org.apache.jena.reasoner | Apache Jena |
|
Implementation | Interface defining a generic factory interface for generating enhanced nodes from normal graph nodes. | Class | org.apache.jena.enhanced | Apache Jena |
|
ImportManager | | Class | org.apache.jena.assembler | Apache Jena |
|
Individual | Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box. | Interface | org.apache.jena.ontology | Apache Jena |
|
InfGraph | graph. | Interface | org.apache.jena.reasoner | Apache Jena |
|
InfModel | An extension to the normal Model interface that supports access to any underlying inference capability. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
InitJenaCore | | Class | org.apache.jena.system | Apache Jena |
|
InnerXMLLiteral | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
Intersection | The dynamic intersection of two graphs L and R. | Class | org.apache.jena.graph.compose | Apache Jena |
|
IntersectionClass | | Interface | org.apache.jena.ontology | Apache Jena |
|
InvalidListException | A exception that is thrown when an operation is attempted on a list that is not well-formed, and is being processed in strict mode. | Class | org.apache.jena.rdf.model | Apache Jena |
|
InvalidPropertyURIException | Exception to throw when it is discovered that a property has been givenSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
InverseFunctionalProperty | Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in | Interface | org.apache.jena.ontology | Apache Jena |
|
InvokingUtil | | Class | jena | Apache Jena |
|
IsBNode | Tests the single argument to make sure it is blank node. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IsDType | Tests whether the first argument is an instance of the datatype defined by the resource in the second argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IsFunctor | Tests the single argument to make sure it is not a Functor. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IsLiteral | Tests the single argument to make sure it is a literal. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
IteratorCollection | Answer the elements of the given iterator as a list, in the order that they arrived from the iterator. | Class | org.apache.jena.util | Apache Jena |
|
JA | | Class | org.apache.jena.assembler | Apache Jena |
|
Jena | Provides various meta-data constants about the Jena package. | Interface | org.apache.jena | Apache Jena |
|
JenaException | This should be a superclass of exceptions arising from Jena code. | Class | org.apache.jena.shared | Apache Jena |
|
JenaReader | Interface between Jena and ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
JenaRuntime | Methods and constants that define features of the current the environment. | Class | org.apache.jena | Apache Jena |
|
JenaSubsystemLifecycle | Lifecycle interface for jena modules and subsystems. | Interface | org.apache.jena.system | Apache Jena |
|
JenaSubsystemRegistry | A JenaSubsystemRegistry is a set of objects implementing JenaSubsystemLifecycle. | Interface | org.apache.jena.system | Apache Jena |
|
JenaSubsystemRegistryBasic | but common case of running Jena as a collection of jars on the classpath. | Class | org.apache.jena.system | Apache Jena |
|
JenaSystem | Jena "system" - simple controls for ensuring components are loaded and initialized. | Class | org.apache.jena.system | Apache Jena |
|
LanguageConsistencyException | An exception that denotes some inconsistency between the arguments to a method in the ontology API, and the language definition for a given ontology profile. | Class | org.apache.jena.ontology | Apache Jena |
|
LE | Tests if the first argument is less than or equal to the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
LessThan | Tests if the first argument is less than the second. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListContains | Returns true if the first argument is a list which contains the second argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListEntry | listEntry(?list, ?index, ?val) will bind ?val to the ?index'th entry in the RDF list ?list. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListEqual | Test if the two argument lists contain the same semantic elements. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListIndexException | A exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ListLength | Bind the second arg to the length of the first arg treated as a list. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListMapAsObject | For each element in the RDF list (third argument) it asserts triples with that as the object and subject and predicate given by arguments | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListMapAsSubject | For each element in the RDF list (first argument) it asserts triples with that as the subject and predicate and object given by arguments | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListNotContains | Returns false if the first argument is a list which contains the second argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ListNotEqual | Test if the two argument lists differ. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Literal | In RDF2003 literals can be typed. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
LiteralRequiredException | Exception to throw when an RDFNode required to be a Literal isn't, or when a literal Node is required but a non-literal Node supplied. | Class | org.apache.jena.rdf.model | Apache Jena |
|
LocationMapper | Alternative locations for URIs. | Class | org.apache.jena.util | Apache Jena |
|
LocationMappingVocab | Vocabulary definitions from Vocabularies/location-mapping-rdfs. | Class | org.apache.jena.vocabulary | Apache Jena |
|
Locator | | Interface | org.apache.jena.util | Apache Jena |
|
LocatorClassLoader | | Class | org.apache.jena.util | Apache Jena |
|
LocatorFile | Location files in the filing system. | Class | org.apache.jena.util | Apache Jena |
|
LocatorURL | | Class | org.apache.jena.util | Apache Jena |
|
LocatorZip | | Class | org.apache.jena.util | Apache Jena |
|
Lock | | Interface | org.apache.jena.shared | Apache Jena |
|
LockMRPlusSW | A multiple-reader plus single-writer lock. | Class | org.apache.jena.shared | Apache Jena |
|
LockMRSW | Lock implemenetation using a Multiple Reader, Single Writer policy. | Class | org.apache.jena.shared | Apache Jena |
|
LockMutex | | Class | org.apache.jena.shared | Apache Jena |
|
LockNone | | Class | org.apache.jena.shared | Apache Jena |
|
LookingForRDF | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
LPBackwardRuleInfGraph | | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
LPBackwardRuleReasoner | Reasoner implementation which augments or transforms an RDF graph according to a set of rules. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
MakeInstance | Create or lookup an anonymous instance of a property value. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MakeSkolem | Bind a blank node to the first argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MakeTemp | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Max | Bind the third arg to the max of the first two args. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MaxCardinalityQRestriction | Interface representing the ontology abstraction for a qualified maximum cardinality restriction. | Interface | org.apache.jena.ontology | Apache Jena |
|
MaxCardinalityRestriction | A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined | Interface | org.apache.jena.ontology | Apache Jena |
|
Metadata | Pluck data out of the ether - or failing that, read it from a properties file. | Class | org.apache.jena.util | Apache Jena |
|
Min | Bind the third arg to the min of the first two args. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
MinCardinalityQRestriction | Interface representing the ontology abstraction for a qualified minimum cardinality restriction. | Interface | org.apache.jena.ontology | Apache Jena |
|
MinCardinalityRestriction | A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined | Interface | org.apache.jena.ontology | Apache Jena |
|
Mode | A Mode object controls whether persistent objects can be created or reused by an assembler. | Class | org.apache.jena.assembler | Apache Jena |
|
Model | An RDF model is a set of Statements. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelChangedListener | The interface for classes that listen for model-changed events. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelCon | Convenience methods which extend the Model interface. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelExpansion | The ModelExpansion code expands a model M against a schema S, returning a new model which contains | Class | org.apache.jena.assembler | Apache Jena |
|
ModelExtract | ModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be extracted from other models with some boundary condition. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ModelFactory | ModelFactory provides methods for creating standard kinds of Model. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ModelFactoryBase | | Class | org.apache.jena.rdf.model | Apache Jena |
|
ModelGetter | A ModelGetter object can retrieve a Model given a URL for it. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelGraphInterface | ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelMaker | A ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-named | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelReader | A component interface used by ModelGetter for reading models. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ModelSource | The revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
MonitorGraph | Graph wrapper which provides normal access to an underlying graph but also maintains a snapshot of the triples it was last known to contain. | Class | org.apache.jena.util | Apache Jena |
|
MonitorModel | Model wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain. | Class | org.apache.jena.util | Apache Jena |
|
MultiUnion | A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph. | Class | org.apache.jena.graph.compose | Apache Jena |
|
NamespaceEndsWithNameCharException | This exception is thrown when a putative namespace (for a PrefixMapping) ends with a name character, which we disallow because its an invitation | Class | org.apache.jena.shared | Apache Jena |
|
NamespaceHandler | The interface for being notified about namespace use in an RDF/XML This has methods copied form SAX for | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Node | A Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY. | Class | org.apache.jena.graph | Apache Jena |
|
Node_ANY | A Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Blank | RDF blank nodes, ie nodes with identity but without URIs. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Concrete | This is the class of "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Fluid | | Class | org.apache.jena.graph | Apache Jena |
|
Node_Literal | An RDF node holding a literal value. | Class | org.apache.jena.graph | Apache Jena |
|
Node_NULL | The Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code). | Class | org.apache.jena.graph | Apache Jena |
|
Node_RuleVariable | A variation on the normal Node_Variable which support for value bindings. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
Node_URI | RDF nodes with a global identity given by a URI. | Class | org.apache.jena.graph | Apache Jena |
|
Node_Variable | "variable" nodes; these are outside the RDF2003 specification, but are used internally for "placeholder" nodes where blank nodes would be | Class | org.apache.jena.graph | Apache Jena |
|
NodeFactory | | Class | org.apache.jena.graph | Apache Jena |
|
NodeIterator | An iterator which returns RDF nodes. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
NodePersonality | Personalities for nodes. | Class | org.apache.jena.enhanced | Apache Jena |
|
NodeVisitor | The NodeVisitor interface is used by Node::visitWith so that an application can have type-dispatch on the class of a Node. | Interface | org.apache.jena.graph | Apache Jena |
|
NoReaderForLangException | Exception to throw when there is no reader with the specified languageSee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
NoReasonerSuppliedException | NoReasonerSuppliedException - the exception to throw if a reasoner (spec) was required, but none was given (eg in ModelSpecs). | Class | org.apache.jena.shared | Apache Jena |
|
NoSuchReasonerException | NoSuchReasonerException - the exception to throw when looking up a reasoner fails (in ModelSpec construction). | Class | org.apache.jena.shared | Apache Jena |
|
NotBNode | Tests the single argument to make sure it is not a blank node. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
NotDType | Tests wheter the first argument is not an instance of the datatype defined by the resource in the second argument. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
NotEqual | Check that the two args are different. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
NotFoundException | Exception thrown when an attempt is made find something and it is not found. | Class | org.apache.jena.shared | Apache Jena |
|
NotFunctor | Tests the single argument to make sure it is not a Functor. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
NotLiteral | Tests the single argument to make sure it is a literal. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
NoValue | Can be used in two arg form (X, P) or three arg form (X, P, V). | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Now | Bind the first arg to the current date time in the current locale and timezone. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
NoWriterForLangException | Exception to throw if there is no writer for the specified language. | Class | org.apache.jena.shared | Apache Jena |
|
NsIterator | An iterator which returns namespace URI's. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
NTriple | A command line interface into ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
NullListener | A listener that ignores everything you tell it; intended as a base class or an identity element. | Class | org.apache.jena.rdf.listeners | Apache Jena |
|
ObjectListener | Listener that funnels all the changes into add/removed(Object) x, ie, leaves discrimination to be done on the type of object added or removed. | Class | org.apache.jena.rdf.listeners | Apache Jena |
|
ObjectProperty | Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties). | Interface | org.apache.jena.ontology | Apache Jena |
|
OneToManyMap | An extension to a standard map that supports one-to-many mappings: that is, there may be zero, one or many values corresponding to a given key. | Class | org.apache.jena.util | Apache Jena |
|
OntClass | Interface that represents an ontology node characterising a class description. | Interface | org.apache.jena.ontology | Apache Jena |
|
OntDocManagerVocab | Vocabulary definitions from file:vocabularies/ont-manager. | Class | org.apache.jena.vocabulary | Apache Jena |
|
OntDocumentManager | Provides services for managing ontology documents, including loading imported documents, and locally caching documents from resolvable URL's to improve | Class | org.apache.jena.ontology | Apache Jena |
|
OntEventsVocab | Vocabulary definitions from file:vocabularies/ont-event. | Class | org.apache.jena.vocabulary | Apache Jena |
|
OntModel | An enhanced view of a Jena model that is known to contain ontology data, under a given ontology vocabulary (such as OWL). | Interface | org.apache.jena.ontology | Apache Jena |
|
OntModelSpec | Encapsulates a description of the components of an ontology model, including the storage scheme, reasoner and language profile. | Class | org.apache.jena.ontology | Apache Jena |
|
Ontology | Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the document | Interface | org.apache.jena.ontology | Apache Jena |
|
OntologyException | Exception for generic errors that arise while processing ontologiesSee Also:Serialized Form | Class | org.apache.jena.ontology | Apache Jena |
|
OntProperty | Interface encapsulating a property in an ontology. | Interface | org.apache.jena.ontology | Apache Jena |
|
OntResource | Provides a common super-type for all of the abstractions in this ontology representation package. | Interface | org.apache.jena.ontology | Apache Jena |
|
OntTools | Some general utilities and algorithms to support developers working with the general classes in the Jena ontology API. | Class | org.apache.jena.ontology | Apache Jena |
|
OperationDeniedException | Superclass of exceptions of all refusals of operation on a graph. | Class | org.apache.jena.shared | Apache Jena |
|
OuterXMLLiteral | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
OWL | Vocabulary definitions from file:vocabularies/owl. | Class | org.apache.jena.vocabulary | Apache Jena |
|
OWL2 | OWL2 vocabulary. | Class | org.apache.jena.vocabulary | Apache Jena |
|
OWLFBRuleReasoner | A hybrid forward/backward implementation of the OWL closure rules. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
OWLFBRuleReasonerFactory | Factory class for creating blank instances of the OWL Reasoner. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
OWLMicroReasoner | Reasoner configuration for the OWL micro reasoner. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
OWLMicroReasonerFactory | Reasoner factory for the OWL micro configuration. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
OWLMiniReasoner | Reasoner configuration for the OWL mini reasoner. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
OWLMiniReasonerFactory | Reasoner factory for the OWL mini configuration. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
OWLResults | The vocabulary used by WebOnt to encode results of test runs. | Class | org.apache.jena.vocabulary | Apache Jena |
|
OWLTest | The vocabulary used by the WebOnt working group to define test manifests. | Class | org.apache.jena.vocabulary | Apache Jena |
|
ParseException | An exception during the RDF processing of ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
Personality | Defines a set of permitted mappings from [interface] Class objects to Implementation factories that can generate instances of the facet represented | Class | org.apache.jena.enhanced | Apache Jena |
|
PersonalityConfigException | Exception denoting that a personality is misconfigured in some way. | Class | org.apache.jena.enhanced | Apache Jena |
|
Polyadic | A base class for composition graphs that are composed from zero or more sub-graphs (thus providing a basis for polyadic composition operators). | Class | org.apache.jena.graph.compose | Apache Jena |
|
PolyadicPrefixMappingImpl | | Class | org.apache.jena.graph.compose | Apache Jena |
|
Polymorphic | Abstract base class for all polymorphic RDF objects, especially enhanced node and enhanced graph. | Class | org.apache.jena.enhanced | Apache Jena |
|
PrefixMapping | Methods for recording namepsace prefix mappings and applying and unapplying them to URIs. | Interface | org.apache.jena.shared | Apache Jena |
|
Print | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
PrintUtil | A collection of small utilites for pretty printing nodes, triples and associated things. | Class | org.apache.jena.util | Apache Jena |
|
Product | Bind the third arg to the product of the first two args. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Profile | Interface that encapsulates the elements of a general vocabulary corresponding to a particular ontology language. | Interface | org.apache.jena.ontology | Apache Jena |
|
ProfileException | Exception that is raised when an ontology operation is attempted that is not present in the language profile for the current ontology model. | Class | org.apache.jena.ontology | Apache Jena |
|
ProfileRegistry | Provides a means to map between the URI's that represent ontology languages and their language profiles. | Class | org.apache.jena.ontology | Apache Jena |
|
Property | Gets the value of the property property. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
PropertyNotFoundException | Exception to throw if something does not have the specified property. | Class | org.apache.jena.shared | Apache Jena |
|
qtest | | Class | jena | Apache Jena |
|
QualifiedRestriction | Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class. | Interface | org.apache.jena.ontology | Apache Jena |
|
query | | Class | jena | Apache Jena |
|
Quotient | Bind the third arg to the ratio of the first two args. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
RandomOrderGraph | Wraps a graph and randomizes the order of find results. | Class | org.apache.jena.shared | Apache Jena |
|
RDF | The standard RDF vocabulary. | Class | org.apache.jena.vocabulary | Apache Jena |
|
rdfcat | An RDF utility that takes its name from the Unix utility cat, and is used to generate serialisations of the contents of zero or more | Class | jena | Apache Jena |
|
RDFCollection | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
rdfcompare | A program which read two RDF models and determines if they are the same. | Class | jena | Apache Jena |
|
rdfcopy | A program which read an RDF model and copy it to the standard output stream. | Class | jena | Apache Jena |
|
RDFDatatype | Interface on a datatype representation. | Interface | org.apache.jena.datatypes | Apache Jena |
|
RDFErrorHandler | A generic error handler. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RDFList | Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RDFNode | Interface covering RDF resources and literals. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
rdfparse | A command line interface into ARP. | Class | jena | Apache Jena |
|
RDFReader | An RDFReader reads a serialized represenation of RDF, e. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RDFReaderF | An RDFReader factory inferface. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RDFS | | Class | org.apache.jena.vocabulary | Apache Jena |
|
RDFSFBRuleReasoner | A backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RDFSFBRuleReasonerFactory | Factory class for creating blank instances of the hybrid rule RDFS reasoner. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RDFSForwardRuleReasoner | A pure forward chaining implementation of the RDFS closure rules based upon the basic forward rule interpreter. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RDFSRuleInfGraph | Customization of the generic rule inference graph for RDFS inference. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RDFSRuleReasoner | A full implemention of RDFS reasoning using a hybrid rule system, together with optimized subclass/subproperty closure using the transitive graph caches. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RDFSRuleReasonerFactory | | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RDFSyntax | This class includes fragment IDs from the RDF Syntax WD, to identify grammar rules etc. | Class | org.apache.jena.vocabulary | Apache Jena |
|
RDFTest | The vocabulary used by the RDFCore working group to define test manifests. | Class | org.apache.jena.vocabulary | Apache Jena |
|
RDFVisitor | The interface for visiting (ie type-dispatching) an RDF Node. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RDFWriter | RDFWriter is an interface to RDF serializers. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RDFWriterF | An RDFWriter factory inferface. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RDFXMLWriterI | This interface only adds documentation to RDFWriter. | Interface | org.apache.jena.rdfxml.xmloutput | Apache Jena |
|
ReadDeniedException | | Class | org.apache.jena.shared | Apache Jena |
|
Reasoner | The minimal interface to which all reasoners (or reasoner adaptors) conform. | Interface | org.apache.jena.reasoner | Apache Jena |
|
ReasonerException | Exception signalling some generic problem with the reasoning subsystem. | Class | org.apache.jena.reasoner | Apache Jena |
|
ReasonerFactory | The interface through which a reasoner (inference engine) can be instantiated. | Interface | org.apache.jena.reasoner | Apache Jena |
|
ReasonerRegistry | A global registry of known reasoner modules. | Class | org.apache.jena.reasoner | Apache Jena |
|
ReasonerVocabulary | | Class | org.apache.jena.vocabulary | Apache Jena |
|
Regex | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ReifiedStatement | A ReifiedStatement represents a Statement as a Resource. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
Remove | Remove the body clause given by index arguments from the database. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
ResIterator | An iterator which returns RDF Resources. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
Resource | Resource instances when created may be associated with a specific model. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ResourceF | Create an application specific resource instance. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
ResourceFactory | A Factory class for creating resources. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ResourceRequiredException | Exception to throw when an RDFNode required to be a Resource isn't, or when a Node supposed to be a resource isn't. | Class | org.apache.jena.rdf.model | Apache Jena |
|
ResourceUtils | | Class | org.apache.jena.util | Apache Jena |
|
Restriction | Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities. | Interface | org.apache.jena.ontology | Apache Jena |
|
RETERuleInfGraph | RETE implementation of the forward rule infernce graph. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
rset | | Class | jena | Apache Jena |
|
RSIterator | An RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's and which has a next-method with that return type. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
RSS | The standard RSS vocavulary. | Class | org.apache.jena.vocabulary | Apache Jena |
|
Rule | Representation of a generic inference rule. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RuleContext | Interface used to convey context information from a rule engine to the stack of procedural builtins. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RuleDerivation | Derivation records are used to determine how an inferred triple was derived from a set of source triples and a reasoner. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RuleMap | General command line utility to process one RDF file into another by application of a set of forward chaining rules. | Class | jena | Apache Jena |
|
RulePreprocessHook | during intialization of (hybrid) rule systems. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RuleReasoner | RuleReasoner - an interface to capture the idea of a Reasoner that relies on Rules; motivated primarily by the testing for ModelSpecs which specify | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RuleReasonerFactory | RuleReasonerFactory - a ReasonerFactory interface which allows rules to be set up to be installed into each reasoner this factory produces. | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
RuleSet | A RuleSet wraps a list of rules. | Class | org.apache.jena.assembler | Apache Jena |
|
RulesetNotFoundException | RulesetNotFoundException - exception to throw when a Ruleset is not found (eg when handing reasoner specifications) | Class | org.apache.jena.shared | Apache Jena |
|
SAX2Model | Use arbitrary SAX input to Jena. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
SAX2RDF | Allows connecting an arbitrary source of SAX events with ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
schemagen | A vocabulary generator, that will consume an ontology or other vocabulary file, and generate a Java file with the constants from the vocabulary compiled in. | Class | jena | Apache Jena |
|
Selector | A Statement selector. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
Seq | RDF Sequence container. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
SeqIndexBoundsException | Exception to throw when the index of a sequence is not in range. | Class | org.apache.jena.rdf.model | Apache Jena |
|
SilentAddI | Interface supported by each of the rule system interpreters that allow triples to added directly to the deductions cache, by-passing | Interface | org.apache.jena.reasoner.rulesys | Apache Jena |
|
SimpleSelector | A general selector class for use when querying models. | Class | org.apache.jena.rdf.model | Apache Jena |
|
SKOS | Vocabulary definition for the W3C SKOS Recommendation. | Class | org.apache.jena.vocabulary | Apache Jena |
|
SKOSXL | Vocabulary definition for the W3C SKOS-XL Recommendation. | Class | org.apache.jena.vocabulary | Apache Jena |
|
SomeValuesFromRestriction | A property restriction that requires the named property to have at least one range instance belonging to the given class. | Interface | org.apache.jena.ontology | Apache Jena |
|
sparql | | Class | jena | Apache Jena |
|
SplitIRI | Code to split an URI or IRI into prefix and local part. | Class | org.apache.jena.util | Apache Jena |
|
StandardValidityReport | Default implementation of ValidityReport which simply stores a list of precomputed Report records. | Class | org.apache.jena.reasoner | Apache Jena |
|
StartStateRDForDescription | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
Statement | A Statement is not a Resource, but can produce a ReifiedStatement that represents it and from which the Statement can be recovered. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
StatementBoundary | An interface for expressing search boundaries in terms of bounding statements. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
StatementBoundaryBase | StatementBoundaryBase - a base class for StatementBoundarys, with built-in converstion to triples and a continueWith as well as a stopAt. | Class | org.apache.jena.rdf.model | Apache Jena |
|
StatementHandler | The callback from a reader to an RDF application. | Interface | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
StatementListener | A listener that filters all its listening down to the single-statement level. | Class | org.apache.jena.rdf.listeners | Apache Jena |
|
StatementTripleBoundary | | Class | org.apache.jena.rdf.model | Apache Jena |
|
StAX2Model | A collection of convenient functions to parse an XML stream using ARP. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
StAX2SAX | Bridge StAX and SAX parsing. | Class | org.apache.jena.rdfxml.xmlinput | Apache Jena |
|
StmtIterator | An iterator which returns RDF Statements. | Interface | org.apache.jena.rdf.model | Apache Jena |
|
StrConcat | Builtin which concatenates a set of strings. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Sum | Bind the third arg to the sum of the first two args. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
SymmetricProperty | Interface that encapsulates a property that is symmetric, i. | Interface | org.apache.jena.ontology | Apache Jena |
|
SyntaxError | Exception to throw when a syntax error is detected in some input. | Class | org.apache.jena.shared | Apache Jena |
|
SystemUtils | Note: this has been copied here from ARQ. | Class | org.apache.jena.util | Apache Jena |
|
Table | Arrange that the given predicate is tabled by the backchaining engine. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
TableAll | | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
TestManifest | Vocabulary definitions from test-manifest. | Class | org.apache.jena.vocabulary | Apache Jena |
|
TestManifestX | Vocabulary definitions from test-manifest-x. | Class | org.apache.jena.vocabulary | Apache Jena |
|
Tokenizer | A tokenizer, similar to java's StringTokenizer but allows for quoted character strings which can include other separators. | Class | org.apache.jena.util | Apache Jena |
|
TransactionHandler | Preliminary interface for graphs supporting transactions. | Interface | org.apache.jena.graph | Apache Jena |
|
TransitiveEngine | Uses two transitive graph caches to store a subclass and a subproperty lattice and use them within a larger inference graph. | Class | org.apache.jena.reasoner.transitiveReasoner | Apache Jena |
|
TransitiveGraphCache | Datastructure used to represent a closed transitive reflexive relation. | Class | org.apache.jena.reasoner.transitiveReasoner | Apache Jena |
|
TransitiveInfGraph | This is returned by the TransitiveReasoner when a data graph (together with an optional schema) has been bound. | Class | org.apache.jena.reasoner.transitiveReasoner | Apache Jena |
|
TransitiveProperty | Interface that denotes a property that is transitive i. | Interface | org.apache.jena.ontology | Apache Jena |
|
TransitiveReasoner | A simple "reasoner" used to help with API development. | Class | org.apache.jena.reasoner.transitiveReasoner | Apache Jena |
|
TransitiveReasonerFactory | Factory class for creating blank instances of the transitive reasoner. | Class | org.apache.jena.reasoner.transitiveReasoner | Apache Jena |
|
Triple | Triples are the basis for RDF statements; they have a subject, predicate, and object field (all nodes) and express the notion that the relationship named | Class | org.apache.jena.graph | Apache Jena |
|
TripleBoundary | An interface for expressing a stopping condition on triples, such as in sub-graph extraction. | Interface | org.apache.jena.graph | Apache Jena |
|
TripleIterator | An extended iterator that can return its next element as a Triple. | Interface | org.apache.jena.graph | Apache Jena |
|
TriplePattern | Datastructure which defines a triple pattern as used in simple rules and in find interfaces. | Class | org.apache.jena.reasoner | Apache Jena |
|
turtle | | Class | jena | Apache Jena |
|
TypedStream | | Class | org.apache.jena.util | Apache Jena |
|
TypeMapper | The TypeMapper provides a global registry of known datatypes. | Class | org.apache.jena.datatypes | Apache Jena |
|
Unbound | Predicate used to check if a variable has not been bound. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
Union | A class representing the dynamic union of two graphs. | Class | org.apache.jena.graph.compose | Apache Jena |
|
UnionClass | Class description that is formed from the union of a list of a class descriptions. | Interface | org.apache.jena.ontology | Apache Jena |
|
UnknownPropertyException | Exception to throw when Jena is presented with an unknown propertySee Also:Serialized Form | Class | org.apache.jena.shared | Apache Jena |
|
UnsupportedPolymorphismException | Exception to throw if an enhanced graph does not support polymorphism to a specific class. | Class | org.apache.jena.enhanced | Apache Jena |
|
UpdateDeniedException | | Class | org.apache.jena.shared | Apache Jena |
|
UriConcat | Builtin which concatenates a set of strings to generate a new URI. | Class | org.apache.jena.reasoner.rulesys.builtins | Apache Jena |
|
URIref | This class provides methods to encode and decode URI References in accordance with http://www. | Class | org.apache.jena.util | Apache Jena |
|
Util | A small random collection of utility functions used by the rule systems. | Class | org.apache.jena.reasoner.rulesys | Apache Jena |
|
ValidityReport | Data structure used to report the results of validation or consistency checking operations. | Interface | org.apache.jena.reasoner | Apache Jena |
|
VCARD | VCARD vocabulary class for namespace http://www. | Class | org.apache.jena.vocabulary | Apache Jena |
|
version | Print out jena version information and exit. | Class | jena | Apache Jena |
|
WantDescription | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
WantEmpty | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
WantLiteralValueOrDescription | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
WantPropertyElement | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
WantsObjectFrameI | | Interface | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
WantTopLevelDescription | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
WantTypedLiteral | | Class | org.apache.jena.rdfxml.xmlinput.states | Apache Jena |
|
WrappedException | Jena exceptions that explicitly wrap other (usually checked) exceptions. | Class | org.apache.jena.shared | Apache Jena |
|
WrappedIOException | A wrapped IO exception. | Class | org.apache.jena.shared | Apache Jena |
|
XSD | Defines Jena resources corresponding to the URIs for the XSD primitive datatypes which are known to Jena. | Class | org.apache.jena.vocabulary | Apache Jena |
|
XSDbase64Binary | This only needs to implement the unparsing. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
XSDbinary | Root class for XSD datatypes with binary values, xsd:hexBinary and xsd:base64Binary. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
XSDDatatype | Representation of an XSD datatype based on the Xerces-2 XSD implementation. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
XSDDateTime | Represent an XSD date/time value. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
XSDDuration | Represent an XSD duration value. | Class | org.apache.jena.datatypes.xsd | Apache Jena |
|
XSDhexBinary | This only needs to implement the unparsing. | Class | org.apache.jena.datatypes.xsd | Apache Jena |