Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.jena Classes and Interfaces - 1510 results found.
NameDescriptionTypePackageFramework
AbstractDateTimeBase class for representation of XSD duration, time, date/time and related datatype instances.Classorg.apache.jena.datatypes.xsdApache Jena
AbsXMLLiteralClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
AccessDeniedExceptionSuperclass of exceptions thrown when permissions do not allow an operation See Also:Serialized FormClassorg.apache.jena.sharedApache Jena
AddDeniedExceptionException to throw for a denied add operationSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
AddOneBind the second argument to 1+ the first argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ALiteralA string literal property value from an RDF/XML file.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
AllDifferent Interface defining an individual in which all members of a collection are declared pair-wise disjoint.Interfaceorg.apache.jena.ontologyApache Jena
AllValuesFromRestriction A property restriction that requires the named property to have have any range instances to be members of a given class.Interfaceorg.apache.jena.ontologyApache Jena
AlreadyExistsExceptionException to throw when an attempt is made to create a named object (eg persistent model) when an object of that name alreadyClassorg.apache.jena.sharedApache Jena
AlreadyLinkedViewExceptionException to throw when adding a view to a Polymorphic discovers that the view to add is already on a ring.Classorg.apache.jena.enhancedApache Jena
AlreadyReifiedExceptionThe exception raised by reifyAs if a node is already bound to a single reified triple.Classorg.apache.jena.sharedApache Jena
AltAn RDF Alternative container.Interfaceorg.apache.jena.rdf.modelApache Jena
AltHasNoDefaultExceptionException thrown if an Alt has no default statement.Classorg.apache.jena.rdf.modelApache Jena
AnnotationProperty Interface that represents the category of annotation properties in an ontology language.Interfaceorg.apache.jena.ontologyApache Jena
AnonIdSystem id for an anonymous node.Classorg.apache.jena.rdf.modelApache Jena
AResourceA URI or blank node reported to a StatementHandler.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARP To load an RDF file: Create an ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
ARPConfigUsed to set event handlers and options on ARP, SAX2Model, andInterfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARPErrorNumbersError numbers used by ARP.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARPEventHandlerConvenience generalization of all ARP handler interfaces.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARPHandlersThe interface to set the various handlers on ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
ARPOptionsThe interface to set the various options on ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
AssemblerAn Assembler creates objects from their RDF descriptions.Interfaceorg.apache.jena.assemblerApache Jena
AssemblerHelpAssemblerHelp provides utility methods used by, and useful for working with, the Assembler code, including the methods that expand a model to include theClassorg.apache.jena.assemblerApache Jena
AssertDisjointPairsClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
AssertionFailureExceptionException to throw when an assertion fails.Classorg.apache.jena.sharedApache Jena
AuthenticationRequiredExceptionException to indicate that authentication is required for the operation to proceed.Classorg.apache.jena.sharedApache Jena
BackwardRuleInfGraphIThis interface collects together those operations that the backchaining engine needs to invoke in the parent InfGraph.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
BadBooleanExceptionException to throw when a string cannot be converted to a BooleanSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
BadCharLiteralExceptionException to throw when a literal required to be a single character isn't.Classorg.apache.jena.sharedApache Jena
BadDescriptionExceptionException to throw if a model (or graph) is a bad descriptionSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
BadDescriptionMultipleRootsExceptionException to throw if a Description contains multiple roots of a specified type.Classorg.apache.jena.sharedApache Jena
BadDescriptionNoRootExceptionException to throw if a Description has no root of a specified typeSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
BadObjectExceptionException used to report that the object of a statement is not a Resource.Classorg.apache.jena.assemblerApache Jena
BadURIExceptionA Jena exception for malformed URIs.Classorg.apache.jena.sharedApache Jena
BagAn RDF Bag container.Interfaceorg.apache.jena.rdf.modelApache Jena
BaseBuiltinDummy implementation of the Builtin interface that specific implementations can inherit from.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
BaseDatatypeClassorg.apache.jena.datatypesApache Jena
BaseDatatype .TypedValuePair object used to encode both lexical form and datatype for a typed literal with unknownClassorg.apache.jena.datatypes.BaseDatatypeApache Jena
BaseInfGraphA base level implementation of the InfGraph interface.Classorg.apache.jena.reasonerApache Jena
BaseInfGraph .InfCapabilitiesAn InfCapabilities notes that size may not be accurate, and some triples may be irremovable.Classorg.apache.jena.reasoner.BaseInfGraphApache Jena
BaseInfGraph .InfFindSafeCapabilitiesAn InfCapabilities notes that size may not be accurate, and some triples may be irremovable.Classorg.apache.jena.reasoner.BaseInfGraphApache Jena
BaseInfGraph .InfTransactionHandlerClassorg.apache.jena.reasoner.BaseInfGraphApache Jena
BasicForwardRuleInfGraphAn inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entireClassorg.apache.jena.reasoner.rulesysApache Jena
BasicForwardRuleReasonerReasoner implementation which augments or transforms an RDF graph according to a set of rules.Classorg.apache.jena.reasoner.rulesysApache Jena
BindingEnvironmentInterface through which the current bound values of variables can be found.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
BlankNodeIdSystem identifier for a blank node.Classorg.apache.jena.graphApache Jena
BooleanClassDescription Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).Interfaceorg.apache.jena.ontologyApache Jena
BoundPredicate used to check if a variable has been bound.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
BrokenExceptionAn exception to throw if an internal error is detected.Classorg.apache.jena.sharedApache Jena
BuiltinRules employ builtins to do all tests and actions other than simple triple matches and triple creation.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
BuiltinExceptionExceptions thrown by runtime errors in exceuting rule system builtin operations.Classorg.apache.jena.reasoner.rulesysApache Jena
BuiltinPersonalitiesThe personalities that are provided for the existing Jena classes.Classorg.apache.jena.enhancedApache Jena
BuiltinRegistryA registry for mapping functor names on java objects (instances of subclasses of Builtin) which implement their behvaiour.Classorg.apache.jena.reasoner.rulesysApache Jena
CannotCreateExceptionClassorg.apache.jena.sharedApache Jena
CannotEncodeCharacterExceptionException to throw when a character cannot be encoded into some context for some reason.Classorg.apache.jena.sharedApache Jena
CannotReifyExceptionThe exception thrown by reifyAs if a node is bound to bits and pieces of (an)other triple(s).Classorg.apache.jena.sharedApache Jena
CapabilitiesInterface for expressing capabilities.Interfaceorg.apache.jena.graphApache Jena
CardinalityQRestriction Interface representing the ontology abstraction for a qualified cardinality restriction.Interfaceorg.apache.jena.ontologyApache 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 definedInterfaceorg.apache.jena.ontologyApache Jena
ChangedListenerClass that merely notes that a change has occurred.Classorg.apache.jena.rdf.listenersApache Jena
CharEncodingThis class provides a number of static methods which interact with java.Classorg.apache.jena.utilApache Jena
ClauseEntryCommon interface for all objects that can go into rules.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
ClosedExceptionException that may be thrown if an operation is attempted on a closed graph.Classorg.apache.jena.sharedApache Jena
CollectionFactoryCollectionFactory - a central place for allocating sets and maps, mostly so that it's easy to plug in new implementations (eg trove).Classorg.apache.jena.utilApache Jena
CommandAn interface expressing the execution of a command.Interfaceorg.apache.jena.sharedApache Jena
ComplementClassInterfaceorg.apache.jena.ontologyApache Jena
CompositionBase Base class for graphs that are composed of multiple sub-graphs.Classorg.apache.jena.graph.composeApache Jena
ConfigExceptionAn Exception indicating that Jena is not working because it is not correctly configured.Classorg.apache.jena.sharedApache Jena
ConstAssemblerClassorg.apache.jena.assemblerApache Jena
Container This interface defines methods for accessing RDF container resources.Interfaceorg.apache.jena.rdf.modelApache Jena
ContentA Content object records content to be used to fill models.Classorg.apache.jena.assemblerApache Jena
ConversionException Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is notClassorg.apache.jena.ontologyApache Jena
CountLiteralValuesCountLiteralValues(X, P, C) sets C to be the number of semantically distinct values for P on resource X.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
DataRange Represents an ontology DataRange: a class-like construct that contains only concrete data literals.Interfaceorg.apache.jena.ontologyApache Jena
DatatypeFormatExceptionException thrown when a lexical form does not match the statedSee Also:Serialized FormClassorg.apache.jena.datatypesApache Jena
DatatypeProperty Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values areInterfaceorg.apache.jena.ontologyApache Jena
DBVocabulary for Database properties.Classorg.apache.jena.vocabularyApache Jena
DCClassorg.apache.jena.vocabularyApache Jena
DC_10Dublin Core version 1.Classorg.apache.jena.vocabularyApache Jena
DC_11Vocabulary definitions from file:vocabularies/dublin-core_11.Classorg.apache.jena.vocabularyApache Jena
DCTermsVocabulary definitions from vocabularies/dublin-core_terms.Classorg.apache.jena.vocabularyApache Jena
DCTypesVocabulary definitions from vocabularies/dublin-core_types.Classorg.apache.jena.vocabularyApache Jena
DeleteDeniedExceptionException to throw if a delete is denied.Classorg.apache.jena.sharedApache Jena
DeltaGraph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access.Classorg.apache.jena.graph.composeApache Jena
DerivationDerivation records are used to determine how an inferred triple was derived from a set of source triples and a reasoner.Interfaceorg.apache.jena.reasonerApache Jena
DifferenceClass representing the dynamic set difference L - R of two graphs.Classorg.apache.jena.graph.composeApache Jena
DifferenceBind the third argument to the arithetic difference between the first and second aguments.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
DisjointUnionDisjointUnion - a version of Union that assumes the graphs are disjoint, and hence that find need not do duplicate-removal.Classorg.apache.jena.graph.composeApache Jena
DoesNotExistExceptionException thrown when an attempt is made find an entity by name, but it cannot be located.Classorg.apache.jena.sharedApache Jena
DoesNotReifyExceptionThis exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspondClassorg.apache.jena.rdf.modelApache Jena
DOM2ModelTransform DOM nodes of RDF.Classorg.apache.jena.rdfxml.xmlinputApache Jena
DropA variant of the remove builtin that will delete matched triples from the graph but will not trigger further rule processing forClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
DyadicClassorg.apache.jena.graph.composeApache 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.Classorg.apache.jena.rdf.modelApache 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.Classorg.apache.jena.rdf.modelApache Jena
EnhGraphTODO: remove the polymorphic aspect of EnhGraphs.Classorg.apache.jena.enhancedApache Jena
EnhNode A specialisation of Polymorphic that models an extended node in a an extended graph.Classorg.apache.jena.enhancedApache Jena
EnumeratedClass Encapsulates a class description representing a closed enumeration of individuals.Interfaceorg.apache.jena.ontologyApache Jena
EqualCheck that the two args are semantically equal.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ExtendedHandler when a blank node goes out of scope, allowing its anonymous ID to be freed by external applications.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
FactoryA factory class for creating Graphs.Classorg.apache.jena.graphApache Jena
FatalParsingErrorExceptionThis exception should only be seen in user code when using SAX2RDF or SAX2Model.Classorg.apache.jena.rdfxml.xmlinputApache Jena
FBRuleInfGraphAn inference graph that uses a mixture of forward and backward chaining rules.Classorg.apache.jena.reasoner.rulesysApache Jena
FBRuleInfGraph .RuleStoreStructure used to wrap up pre-processed/compiled rule sets.Classorg.apache.jena.reasoner.rulesys.FBRuleInfGraphApache Jena
FBRuleReasonerRule-based reasoner interface.Classorg.apache.jena.reasoner.rulesysApache Jena
FGraphClassorg.apache.jena.reasonerApache 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:) andClassorg.apache.jena.utilApache Jena
FileUtilsClassorg.apache.jena.utilApache Jena
FinderMinimal interface for preforming simple pattern find operations.Interfaceorg.apache.jena.reasonerApache Jena
FinderUtilSome simple helper methods used when working with Finders, particularly to compose them into cascade sequences.Classorg.apache.jena.reasonerApache Jena
ForwardRuleInfGraphIThis interface collects together the operations on the InfGraph which are needed to support the forward rule engine.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
FrameClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
FrameIInterfaceorg.apache.jena.rdfxml.xmlinput.statesApache Jena
FrontsNodeHasNode - interface for objects that front a Node in some context.Interfaceorg.apache.jena.graphApache Jena
FrontsTripleFrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples.Interfaceorg.apache.jena.graphApache 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 theInterfaceorg.apache.jena.ontologyApache Jena
FunctorA functor comprises a functor name and a list of arguments.Classorg.apache.jena.reasoner.rulesysApache Jena
Functor .FunctorDatatypeInner class.Classorg.apache.jena.reasoner.rulesys.FunctorApache Jena
GETests if the first argument is greater than or equal to the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
GenericRuleReasonerA reasoner interface that is able to invoke any of the useful rule engine combinations.Classorg.apache.jena.reasoner.rulesysApache Jena
GenericRuleReasoner .RuleModeClassorg.apache.jena.reasoner.rulesys.GenericRuleReasonerApache Jena
GenericRuleReasonerFactoryFactory object for creating general rule reasoner instances.Classorg.apache.jena.reasoner.rulesysApache Jena
GetTriplethis interface describes types that can have a triple extracted using a getTriple method.Interfaceorg.apache.jena.graphApache Jena
GraphThe interface to be satisfied by implementations maintaining collections of RDF triples.Interfaceorg.apache.jena.graphApache Jena
GraphEventManagerThe component of a graph responsible for managing events and listeners.Interfaceorg.apache.jena.graphApache Jena
GraphEventsGraphEvents is the base class for Jena general graph events.Classorg.apache.jena.graphApache Jena
GraphExtractGraphExtract offers a very simple recursive extraction of a subgraph with a specified root in some supergraph.Classorg.apache.jena.graphApache Jena
GraphListenerInterface for listening to graph-level update events.Interfaceorg.apache.jena.graphApache Jena
GraphMakerA factory for providing instances of named graphs with appropriate storage models.Interfaceorg.apache.jena.graphApache Jena
GraphPersonalityPersonalities for Graphs.Classorg.apache.jena.enhancedApache Jena
GraphStatisticsHandlerA graph's StatisticsHandler offers access to some statistics about that graph's contents that might be useful for optimisation.Interfaceorg.apache.jena.graphApache Jena
GraphUtilClassorg.apache.jena.graphApache Jena
GreaterThanTests if the first argument is greater than the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
HasNoModelExceptionException to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model.Classorg.apache.jena.rdf.modelApache Jena
HasSubjectFrameI org.Interfaceorg.apache.jena.rdfxml.xmlinput.statesApache Jena
HasValueRestrictionInterfaceorg.apache.jena.ontologyApache Jena
HideClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IllegalDateTimeFieldExceptionException thrown when attempting to access a field of an XSDDateTime object that is not legal for the current date/time type.Classorg.apache.jena.datatypes.xsdApache Jena
IllegalParameterExceptionException used to to signal that a configuration parameter was used (typically in a setParameter call) that was not understood - eitherClassorg.apache.jena.reasonerApache Jena
Implementation Interface defining a generic factory interface for generating enhanced nodes from normal graph nodes.Classorg.apache.jena.enhancedApache Jena
ImportManagerClassorg.apache.jena.assemblerApache 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.Interfaceorg.apache.jena.ontologyApache Jena
InfGraph graph.Interfaceorg.apache.jena.reasonerApache Jena
InfModelAn extension to the normal Model interface that supports access to any underlying inference capability.Interfaceorg.apache.jena.rdf.modelApache Jena
InitJenaCoreClassorg.apache.jena.systemApache Jena
InnerXMLLiteralClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
IntersectionThe dynamic intersection of two graphs L and R.Classorg.apache.jena.graph.composeApache Jena
IntersectionClassInterfaceorg.apache.jena.ontologyApache 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.Classorg.apache.jena.rdf.modelApache Jena
InvalidPropertyURIExceptionException to throw when it is discovered that a property has been givenSee Also:Serialized FormClassorg.apache.jena.sharedApache 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 inInterfaceorg.apache.jena.ontologyApache Jena
IsBNodeTests the single argument to make sure it is blank node.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IsDTypeTests whether the first argument is an instance of the datatype defined by the resource in the second argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IsFunctorTests the single argument to make sure it is not a Functor.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IsLiteralTests the single argument to make sure it is a literal.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IteratorCollectionAnswer the elements of the given iterator as a list, in the order that they arrived from the iterator.Classorg.apache.jena.utilApache Jena
JAClassorg.apache.jena.assemblerApache Jena
Jena Provides various meta-data constants about the Jena package.Interfaceorg.apache.jenaApache Jena
JenaExceptionThis should be a superclass of exceptions arising from Jena code.Classorg.apache.jena.sharedApache Jena
JenaReaderInterface between Jena and ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
JenaRuntimeMethods and constants that define features of the current the environment.Classorg.apache.jenaApache Jena
JenaSubsystemLifecycleLifecycle interface for jena modules and subsystems.Interfaceorg.apache.jena.systemApache Jena
JenaSubsystemRegistryA JenaSubsystemRegistry is a set of objects implementing JenaSubsystemLifecycle.Interfaceorg.apache.jena.systemApache Jena
JenaSubsystemRegistryBasic but common case of running Jena as a collection of jars on the classpath.Classorg.apache.jena.systemApache Jena
JenaSystemJena system - simple controls for ensuring components are loaded and initialized.Classorg.apache.jena.systemApache 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.Classorg.apache.jena.ontologyApache Jena
LETests if the first argument is less than or equal to the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
LessThanTests if the first argument is less than the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListContainsReturns true if the first argument is a list which contains the second argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListEntrylistEntry(?list, ?index, ?val) will bind ?val to the ?index'th entry in the RDF list ?list.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListEqualTest if the two argument lists contain the same semantic elements.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListIndexException A exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list.Classorg.apache.jena.rdf.modelApache Jena
ListLengthBind the second arg to the length of the first arg treated as a list.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListMapAsObjectFor each element in the RDF list (third argument) it asserts triples with that as the object and subject and predicate given by argumentsClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListMapAsSubjectFor each element in the RDF list (first argument) it asserts triples with that as the subject and predicate and object given by argumentsClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListNotContainsReturns false if the first argument is a list which contains the second argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListNotEqualTest if the two argument lists differ.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
Literal In RDF2003 literals can be typed.Interfaceorg.apache.jena.rdf.modelApache Jena
LiteralRequiredExceptionException 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.Classorg.apache.jena.rdf.modelApache Jena
LocationMapperAlternative locations for URIs.Classorg.apache.jena.utilApache Jena
LocationMappingVocabVocabulary definitions from Vocabularies/location-mapping-rdfs.Classorg.apache.jena.vocabularyApache Jena
LocatorInterfaceorg.apache.jena.utilApache Jena
LocatorClassLoaderClassorg.apache.jena.utilApache Jena
LocatorFileLocation files in the filing system.Classorg.apache.jena.utilApache Jena
LocatorURLClassorg.apache.jena.utilApache Jena
LocatorZipClassorg.apache.jena.utilApache Jena
LockInterfaceorg.apache.jena.sharedApache Jena
LockMRPlusSWA multiple-reader plus single-writer lock.Classorg.apache.jena.sharedApache Jena
LockMRSWLock implemenetation using a Multiple Reader, Single Writer policy.Classorg.apache.jena.sharedApache Jena
LockMutexClassorg.apache.jena.sharedApache Jena
LockNoneClassorg.apache.jena.sharedApache Jena
LookingForRDFClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
LPBackwardRuleInfGraphClassorg.apache.jena.reasoner.rulesysApache Jena
LPBackwardRuleReasonerReasoner implementation which augments or transforms an RDF graph according to a set of rules.Classorg.apache.jena.reasoner.rulesysApache Jena
MakeInstanceCreate or lookup an anonymous instance of a property value.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MakeSkolemBind a blank node to the first argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MakeTempClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MaxBind the third arg to the max of the first two args.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MaxCardinalityQRestriction Interface representing the ontology abstraction for a qualified maximum cardinality restriction.Interfaceorg.apache.jena.ontologyApache 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 definedInterfaceorg.apache.jena.ontologyApache Jena
MetadataPluck data out of the ether - or failing that, read it from a properties file.Classorg.apache.jena.utilApache Jena
MinBind the third arg to the min of the first two args.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MinCardinalityQRestriction Interface representing the ontology abstraction for a qualified minimum cardinality restriction.Interfaceorg.apache.jena.ontologyApache 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 definedInterfaceorg.apache.jena.ontologyApache Jena
ModeA Mode object controls whether persistent objects can be created or reused by an assembler.Classorg.apache.jena.assemblerApache Jena
Model An RDF model is a set of Statements.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelChangedListenerThe interface for classes that listen for model-changed events.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelConConvenience methods which extend the Model interface.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelExpansionThe ModelExpansion code expands a model M against a schema S, returning a new model which containsClassorg.apache.jena.assemblerApache Jena
ModelExtractModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be extracted from other models with some boundary condition.Classorg.apache.jena.rdf.modelApache Jena
ModelFactoryModelFactory provides methods for creating standard kinds of Model.Classorg.apache.jena.rdf.modelApache Jena
ModelFactoryBaseClassorg.apache.jena.rdf.modelApache Jena
ModelGetterA ModelGetter object can retrieve a Model given a URL for it.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelGraphInterfaceModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelMakerA ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-namedInterfaceorg.apache.jena.rdf.modelApache Jena
ModelReaderA component interface used by ModelGetter for reading models.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelSourceThe revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions.Interfaceorg.apache.jena.rdf.modelApache Jena
MonitorGraphGraph wrapper which provides normal access to an underlying graph but also maintains a snapshot of the triples it was last known to contain.Classorg.apache.jena.utilApache Jena
MonitorModelModel wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain.Classorg.apache.jena.utilApache Jena
MultiUnion A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph.Classorg.apache.jena.graph.composeApache Jena
MultiUnion .MultiUnionStatisticsHandlerClassorg.apache.jena.graph.compose.MultiUnionApache Jena
NamespaceEndsWithNameCharExceptionThis exception is thrown when a putative namespace (for a PrefixMapping) ends with a name character, which we disallow because its an invitationClassorg.apache.jena.sharedApache Jena
NamespaceHandlerThe interface for being notified about namespace use in an RDF/XML This has methods copied form SAX forInterfaceorg.apache.jena.rdfxml.xmlinputApache Jena
NodeA Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY.Classorg.apache.jena.graphApache Jena
Node .NotLiteralException thrown if a literal-access operation is attemted on a non-literal node.Classorg.apache.jena.graph.NodeApache Jena
Node_ANYA Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query.Classorg.apache.jena.graphApache Jena
Node_BlankRDF blank nodes, ie nodes with identity but without URIs.Classorg.apache.jena.graphApache Jena
Node_ConcreteThis is the class of concrete nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.Classorg.apache.jena.graphApache Jena
Node_FluidClassorg.apache.jena.graphApache Jena
Node_LiteralAn RDF node holding a literal value.Classorg.apache.jena.graphApache Jena
Node_NULLThe Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code).Classorg.apache.jena.graphApache Jena
Node_RuleVariableA variation on the normal Node_Variable which support for value bindings.Classorg.apache.jena.reasoner.rulesysApache Jena
Node_URIRDF nodes with a global identity given by a URI.Classorg.apache.jena.graphApache Jena
Node_VariableClassorg.apache.jena.graphApache Jena
CachedSecurityEvaluatorA SecurityEvaluator that can be cached for later use.Classorg.apache.jena.permissions.implApache Jena
ContainerFilterClassorg.apache.jena.permissions.utilsApache Jena
ExampleEvaluatorAn example evaluator that only provides access to messages in the graph that are from or to the principal.Classorg.apache.jena.permissions.exampleApache Jena
FactoryThe factory that can be used to create an instance of a SecuredGraph or a SecuredModel.Classorg.apache.jena.permissionsApache Jena
FactoryClassorg.apache.jena.permissions.graph.implApache Jena
ItemHolderA class that holds the original item and the secured version of it.Classorg.apache.jena.permissions.implApache Jena
OpRewriterThis class rewrites the query by examining each operation in the algebra returned by the Jena SPARQL parser.Classorg.apache.jena.permissions.query.rewriterApache Jena
PermStatementFilterA filter for to filter ExtendedIterators on Statements.Classorg.apache.jena.permissions.utilsApache Jena
PermTripleFilterA filter for to filter ExtendedIterators on Triples.Classorg.apache.jena.permissions.utilsApache Jena
RDFListIteratorClassorg.apache.jena.permissions.utilsApache Jena
RDFListSecFilterClassorg.apache.jena.permissions.utilsApache Jena
SecuredAltThe interface for secured Alt instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredAltImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredAssemblerAssembler for a secured model.Classorg.apache.jena.permissionsApache Jena
SecuredBagThe interface for secured Bag instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredBagImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredCapabilitiesThe interface for secured Capabilities instances.Classorg.apache.jena.permissions.graphApache Jena
SecuredContainerThe interface for secured Container instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredContainerImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredFunctionClassorg.apache.jena.permissions.query.rewriterApache Jena
SecuredGraphThe interface for secured Graph instances.Interfaceorg.apache.jena.permissions.graphApache Jena
SecuredGraphEventManagerSince 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.Classorg.apache.jena.permissions.graphApache Jena
SecuredGraphImplClassorg.apache.jena.permissions.graph.implApache Jena
SecuredItemThe secured item interface is mixed into instances of secured objects by the proxy.Interfaceorg.apache.jena.permissionsApache Jena
SecuredItem .UtilUtilities for SecuredItem implementations.Classorg.apache.jena.permissions.SecuredItemApache Jena
SecuredItemImplAn abstract implementation of SecuredItem that caches security checks.Classorg.apache.jena.permissions.implApache Jena
SecuredItemInvokerClassorg.apache.jena.permissions.implApache Jena
SecuredLiteralThe interface for secured Literal instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredLiteralImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredModelThe interface for secured Model instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredModelImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredNodeIteratorA secured RDFNode iterator implementationClassorg.apache.jena.permissions.model.implApache Jena
SecuredPrefixMappingThe interface for secured PrefixMapping instances.Interfaceorg.apache.jena.permissions.graphApache Jena
SecuredPrefixMappingImplClassorg.apache.jena.permissions.graph.implApache Jena
SecuredPropertyThe interface for secured Property instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredPropertyImplGets the value of the property property.Classorg.apache.jena.permissions.model.implApache Jena
SecuredQueryEngineClassorg.apache.jena.permissions.queryApache Jena
SecuredQueryEngineConfigClassorg.apache.jena.permissions.queryApache Jena
SecuredQueryEngineFactoryClassorg.apache.jena.permissions.queryApache Jena
SecuredRDFListInterfaceorg.apache.jena.permissions.modelApache Jena
SecuredRDFListImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredRDFNodeThe interface for secured RDFNode instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredRDFNodeImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredReifiedStatementThe interface for secured ReifiedStatement instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredReifiedStatementImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredResIteratorClassorg.apache.jena.permissions.model.implApache Jena
SecuredResourceThe interface for secured Resource instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredResourceImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredRSIteratorClassorg.apache.jena.permissions.model.implApache Jena
SecuredSelectorClassorg.apache.jena.permissions.model.implApache Jena
SecuredSeqThe interface for secured Seq instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredSeqImpl Sequence may have breaks in the order.Classorg.apache.jena.permissions.model.implApache Jena
SecuredStatementThe interface for secured Statement instances.Interfaceorg.apache.jena.permissions.modelApache Jena
SecuredStatementImplClassorg.apache.jena.permissions.model.implApache Jena
SecuredStatementIteratorClassorg.apache.jena.permissions.model.implApache Jena
SecuredUnsupportedPolymorphismExceptionAn extension to the UnsupportedPolymorphismException to handle secured polymorphic changes.Classorg.apache.jena.permissions.modelApache Jena
SecurityEvaluator The security evaluator is the link between the graph security system and an external security system.Interfaceorg.apache.jena.permissionsApache Jena
SecurityEvaluator .ActionIdentifies a sepcific CRUD actions.Classorg.apache.jena.permissions.SecurityEvaluatorApache Jena
SecurityEvaluator .UtilClassorg.apache.jena.permissions.SecurityEvaluatorApache Jena
SecurityEvaluatorAssemblerA simple assembler for a SecurityEvaluator This assembler load the specified class, locates the first constructor that accepts Classorg.apache.jena.permissionsApache Jena
SecurityExampleClassorg.apache.jena.permissions.exampleApache Jena
ShiroExampleEvaluatorClass to use Shiro to provide credentials.Classorg.apache.jena.permissions.exampleApache Jena
AbstractResultsMetadataClassorg.apache.jena.jdbc.results.metadataApache Jena
AskResultsClassorg.apache.jena.jdbc.resultsApache Jena
AskResultsMetadataMeta data for AskResults Note that ASK results are something of a special case because they containClassorg.apache.jena.jdbc.results.metadataApache Jena
BooleanColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
ByteColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
ColumnInfoClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
CommandPreProcessorInterface for command pre-processors Pre-processors provide an extension point within Jena JDBC which allows forInterfaceorg.apache.jena.jdbc.preprocessingApache Jena
DatasetConnectionClassorg.apache.jena.jdbc.connectionsApache Jena
DatasetMetadataClassorg.apache.jena.jdbc.metadataApache Jena
DatasetPreparedStatementClassorg.apache.jena.jdbc.statementsApache Jena
DatasetStatementClassorg.apache.jena.jdbc.statementsApache Jena
DateColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
DateTimeColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
DecimalColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
DoubleColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
FloatColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
IntegerColumnColumn information for normal integer columns, integer columns report as Types.Classorg.apache.jena.jdbc.results.metadata.columnsApache Jena
JdbcCompatibility Class containing constants and helper methods related to JDBC compatibility Understanding Compatibility LevelsClassorg.apache.jena.jdbcApache Jena
JdbcNodeUtilsClass with helpful utility methods for Jena JDBCTries to convert a node to a booleanClassorg.apache.jena.jdbc.utilsApache Jena
JenaConnectionAbstract base implementation of a Jena JDBC connection Generally speaking this is a faithful implementation of a JDBC connection butClassorg.apache.jena.jdbc.connectionsApache Jena
JenaDriver Abstract implementation of a Jena JDBC driver All Jena JDBC drivers are expected to have connection URLs which start withClassorg.apache.jena.jdbcApache Jena
JenaJDBCClassorg.apache.jena.jdbcApache Jena
JenaMetadataClassorg.apache.jena.jdbc.metadataApache Jena
JenaParameterMetadataClassorg.apache.jena.jdbc.statements.metadataApache Jena
JenaPreparedStatementClassorg.apache.jena.jdbc.statementsApache Jena
JenaResultSetAbstract implementation of a JDBC Result Set which makes all update methods throw SQLFeatureNotSupportedExceptionClassorg.apache.jena.jdbc.resultsApache Jena
JenaResultsMetadataAbstract implementation of result set metadata for Jena JDBC result sets, specially for JenaResultSet implementations.Classorg.apache.jena.jdbc.results.metadataApache Jena
JenaStatementClassorg.apache.jena.jdbc.statementsApache Jena
LongIntegerColumnColumn information for integer columns, integer columns report as Types.Classorg.apache.jena.jdbc.results.metadata.columnsApache Jena
MaterializedResultsRepresents a set of materialized results backed by some QueryExecution, materialized results permit scrolling but are notClassorg.apache.jena.jdbc.resultsApache Jena
MaterializedSelectResultsClassorg.apache.jena.jdbc.resultsApache Jena
MemConnectionClassorg.apache.jena.jdbc.mem.connectionsApache Jena
MemDatasetMetadataClassorg.apache.jena.jdbc.mem.metadataApache Jena
MemDriver A Jena JDBC driver which creates connections to in-memory datasets This driver expects a URL of the following form:Classorg.apache.jena.jdbc.memApache Jena
MetadataSchemaHelper class containing constants pertaining to the columns returned by various methods of a DatabaseMetaData implementationClassorg.apache.jena.jdbc.metadataApache Jena
MetaResultSetClassorg.apache.jena.jdbc.metadata.resultsApache Jena
MetaResultSetMetadataClassorg.apache.jena.jdbc.metadata.resultsApache Jena
NumericColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
QueryExecutionResultsClassorg.apache.jena.jdbc.resultsApache Jena
RemoteEndpointConnectionClassorg.apache.jena.jdbc.remote.connectionsApache Jena
RemoteEndpointDriver A Jena JDBC driver which creates connections to remote endpoints This driver expects a URL of the following form:Classorg.apache.jena.jdbc.remoteApache Jena
RemoteEndpointMetadataClassorg.apache.jena.jdbc.remote.metadataApache Jena
RemoteEndpointPreparedStatementClassorg.apache.jena.jdbc.remote.statementsApache Jena
RemoteEndpointStatementClassorg.apache.jena.jdbc.remote.statementsApache Jena
ResultsPostProcessorInterface for results post processors, post processors have the ability to modify the raw SPARQL results or the JDBC results metadata before it isInterfaceorg.apache.jena.jdbc.postprocessingApache Jena
SelectResultsClassorg.apache.jena.jdbc.resultsApache Jena
SelectResultsMetadataClassorg.apache.jena.jdbc.results.metadataApache Jena
ShortIntegerColumnColumn information for short integer columns, note that no XSD types directly correspond to a Types.Classorg.apache.jena.jdbc.results.metadata.columnsApache Jena
SparqlColumnInfoClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
StreamedResultsRepresents a set of streamed results backed by some QueryExecution, streamed results are considered to be forward onlyClassorg.apache.jena.jdbc.resultsApache Jena
StringColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
TDBConnectionClassorg.apache.jena.jdbc.tdb.connectionsApache Jena
TDBDatasetMetadataClassorg.apache.jena.jdbc.tdb.metadataApache Jena
TDBDriver A Jena JDBC driver which creates connections to TDB datasets This driver expects a URL of the following form:Classorg.apache.jena.jdbc.tdbApache Jena
TimeColumnClassorg.apache.jena.jdbc.results.metadata.columnsApache Jena
TripleIteratorResultsClassorg.apache.jena.jdbc.resultsApache Jena
TripleListResultsClassorg.apache.jena.jdbc.resultsApache Jena
TripleResultsMetadataClassorg.apache.jena.jdbc.results.metadataApache Jena
AccessClassorg.apache.jena.sdb.sharedApache Jena
ActionMatchExpression pattern action.Interfaceorg.apache.jena.sdb.exprmatchApache Jena
ActionMatchBindClassorg.apache.jena.sdb.exprmatchApache Jena
ActionMatchExactClassorg.apache.jena.sdb.exprmatchApache Jena
ActionMatchNoBindClassorg.apache.jena.sdb.exprmatchApache Jena
ActionMatchStringClassorg.apache.jena.sdb.exprmatchApache Jena
ActionMatchVarClassorg.apache.jena.sdb.exprmatchApache Jena
ActionPrintClassorg.apache.jena.sdb.printApache Jena
ActionRejectClassorg.apache.jena.sdb.exprmatchApache Jena
AliasesSparqlClassorg.apache.jena.sdb.coreApache Jena
AliasesSqlClassorg.apache.jena.sdb.coreApache Jena
Annotation1Collect some notes into a single annoation.Classorg.apache.jena.sdb.coreApache Jena
AnnotationsInterfaceorg.apache.jena.sdb.coreApache Jena
AnnotationsBaseClassorg.apache.jena.sdb.coreApache Jena
AssemblerVocabClassorg.apache.jena.sdb.assemblerApache Jena
BadDescriptionExceptionClassorg.apache.jena.sdb.assemblerApache Jena
CmdDescJava description of a command - class and arguments.Classorg.apache.jena.sdb.scriptApache Jena
CmdDescAssemblerClassorg.apache.jena.sdb.scriptApache Jena
CodecSimpleClassorg.apache.jena.sdb.layout1Apache Jena
ColAliasClassorg.apache.jena.sdb.core.sqlnodeApache Jena
CommandAssemblerExceptionClassorg.apache.jena.sdb.assemblerApache Jena
ConditionCompilerInterfaceorg.apache.jena.sdb.compilerApache Jena
ConditionCompilerNoneClassorg.apache.jena.sdb.compilerApache Jena
ConfigVocabClassorg.apache.jena.sdb.storeApache Jena
DatabaseTypeClassorg.apache.jena.sdb.storeApache Jena
DatasetGraphSDBClassorg.apache.jena.sdb.storeApache Jena
DatasetStoreClassorg.apache.jena.sdb.storeApache Jena
DatasetStoreAssemblerClassorg.apache.jena.sdb.assemblerApache Jena
DataSourceSDBClassorg.apache.jena.sdb.sqlApache Jena
DerbyUtilsClassorg.apache.jena.sdb.utilApache Jena
EncoderDecoderInterfaceorg.apache.jena.sdb.layout1Apache Jena
EnvClassorg.apache.jena.sdb.sharedApache Jena
EventManagerSDBClassorg.apache.jena.sdb.graphApache Jena
ExprCompileInterfaceorg.apache.jena.sdb.coreApache Jena
ExprMatcherMatches an expression template to a query expression.Classorg.apache.jena.sdb.exprmatchApache Jena
ExprPatternClassorg.apache.jena.sdb.coreApache Jena
FeatureClassorg.apache.jena.sdb.storeApache Jena
Feature .NameClassorg.apache.jena.sdb.store.FeatureApache Jena
FeatureSetClassorg.apache.jena.sdb.storeApache Jena
FmtLayout2Classorg.apache.jena.sdb.layout2Apache Jena
FmtLayout2HashDB2Classorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashDerbyClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashH2Classorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashHSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashMySQLClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashOracleClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashPGSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashSAPClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashSQLServerClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2IndexDB2Classorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexDerbyClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexH2Classorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexHSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexMySQLClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexOracleClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexPGSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexSAPClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexSQLServerClassorg.apache.jena.sdb.layout2.indexApache Jena
FormatterSimpleClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleDB2Classorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleDerbyClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleH2Classorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleHSQLClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleMySQLClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleOracleClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimplePGSQLClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleSAPClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleSQLServerClassorg.apache.jena.sdb.layout1Apache Jena
FunctionActionInterfaceorg.apache.jena.sdb.exprmatchApache Jena
FunctionsSQLClassorg.apache.jena.sdb.sqlApache Jena
GenerateSQLClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQL_MSClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLDB2Classorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLDerbyClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLMySQLClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLOracleClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLVisitorClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GensymClassorg.apache.jena.sdb.coreApache Jena
GraphSDBClassorg.apache.jena.sdb.graphApache Jena
H2UtilsClassorg.apache.jena.sdb.utilApache Jena
HSQLUtilsClassorg.apache.jena.sdb.utilApache Jena
IndexCacheClassorg.apache.jena.sdb.layout2.indexApache Jena
InitSDBClassorg.apache.jena.sdb.coreApache Jena
JDBCClassorg.apache.jena.sdb.sqlApache Jena
JoinTypeClassorg.apache.jena.sdb.coreApache Jena
LayoutTypeClassorg.apache.jena.sdb.storeApache Jena
LoaderFmtInterface to setting up the bulk loader environment.Interfaceorg.apache.jena.sdb.layout2Apache Jena
LoaderTuplesNodesClassorg.apache.jena.sdb.layout2Apache Jena
Map2Classorg.apache.jena.sdb.coreApache Jena
MapActionClassorg.apache.jena.sdb.exprmatchApache Jena
MapCalloutClassorg.apache.jena.sdb.exprmatchApache Jena
MapResultClassorg.apache.jena.sdb.exprmatchApache Jena
MissingExceptionClassorg.apache.jena.sdb.assemblerApache Jena
MySQLEngineTypeenum MySQLEngineTypeEnum Constant SummaryClassorg.apache.jena.sdb.sqlApache Jena
NodeLayout2Classorg.apache.jena.sdb.layout2Apache Jena
NoExprMatchException used to signal no match and stop further matching.Classorg.apache.jena.sdb.exprmatchApache Jena
OpLibSDBClassorg.apache.jena.sdb.compilerApache Jena
OpSQLClassorg.apache.jena.sdb.compilerApache Jena
PairClassorg.apache.jena.sdb.utilApache Jena
PatternTableA (description of a) table that holds a cached/optimized version of a pattern.Classorg.apache.jena.sdb.compilerApache Jena
PrefixMappingSDBClassorg.apache.jena.sdb.graphApache Jena
PrintSDBClassorg.apache.jena.sdb.utilApache Jena
QBR_SubPropertyClassorg.apache.jena.sdb.compiler.rewriteApache Jena
QBR_SubTypeClassorg.apache.jena.sdb.compiler.rewriteApache Jena
QExecClassorg.apache.jena.sdb.scriptApache Jena
QuadBlockClassorg.apache.jena.sdb.compilerApache Jena
QuadBlockCompilerInterfaceorg.apache.jena.sdb.compilerApache Jena
QuadBlockCompiler2Classorg.apache.jena.sdb.layout2Apache Jena
QuadBlockCompilerMainClassorg.apache.jena.sdb.compilerApache Jena
QuadBlockRewriteInterfaceorg.apache.jena.sdb.compiler.rewriteApache Jena
QuadBlockRewriteCompilerClassorg.apache.jena.sdb.compiler.rewriteApache Jena
QueryAssemblerClassorg.apache.jena.sdb.assemblerApache Jena
QueryCommandAssemblerClassorg.apache.jena.sdb.scriptApache Jena
QueryCompilerInterfaceorg.apache.jena.sdb.compilerApache Jena
QueryCompiler1Classorg.apache.jena.sdb.layout1Apache Jena
QueryCompiler2Classorg.apache.jena.sdb.layout2Apache Jena
QueryCompilerFactoryInterfaceorg.apache.jena.sdb.compilerApache Jena
QueryCompilerFactory1Classorg.apache.jena.sdb.layout1Apache Jena
QueryCompilerFactoryHashClassorg.apache.jena.sdb.layout2.hashApache Jena
QueryCompilerFactoryIndexClassorg.apache.jena.sdb.layout2.indexApache Jena
QueryCompilerHashClassorg.apache.jena.sdb.layout2.hashApache Jena
QueryCompilerIndexClassorg.apache.jena.sdb.layout2.indexApache Jena
QueryCompilerMainClassorg.apache.jena.sdb.compilerApache Jena
QueryEngineSDBClassorg.apache.jena.sdb.engineApache Jena
QueryIterOpSQLClassorg.apache.jena.sdb.compilerApache Jena
RegexCompilerClassorg.apache.jena.sdb.layout2.exprApache Jena
RegexUtilsClassorg.apache.jena.sdb.utilApache Jena
ResultSetJDBCClassorg.apache.jena.sdb.sqlApache Jena
RSClassorg.apache.jena.sdb.sqlApache Jena
S_AndClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_EqualClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_IsNotNullClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_IsNullClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_LikeClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_NotClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_NotEqualClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_OrClassorg.apache.jena.sdb.core.sqlexprApache Jena
S_RegexClassorg.apache.jena.sdb.core.sqlexprApache Jena
SAPStorageTypeClassorg.apache.jena.sdb.sqlApache Jena
ScopeInterfaceorg.apache.jena.sdb.coreApache Jena
Scope2Classorg.apache.jena.sdb.coreApache Jena
ScopeBaseClassorg.apache.jena.sdb.coreApache Jena
ScopeEntryClassorg.apache.jena.sdb.coreApache Jena
ScopeNullClassorg.apache.jena.sdb.coreApache Jena
ScopeOptionalClassorg.apache.jena.sdb.coreApache Jena
ScopeRenameClassorg.apache.jena.sdb.coreApache Jena
ScopeStatusClassorg.apache.jena.sdb.coreApache Jena
ScriptAssemblerClassorg.apache.jena.sdb.scriptApache Jena
ScriptDescClassorg.apache.jena.sdb.scriptApache Jena
ScriptVocabClassorg.apache.jena.sdb.scriptApache Jena
SDBClassorg.apache.jena.sdbApache Jena
SDB_QCClassorg.apache.jena.sdb.compilerApache Jena
SDBCompileClassorg.apache.jena.sdb.compilerApache Jena
SDBConnectionClassorg.apache.jena.sdb.sqlApache Jena
SDBConnectionDescClassorg.apache.jena.sdb.sqlApache Jena
SDBConnectionDescAssemblerClassorg.apache.jena.sdb.assemblerApache Jena
SDBConnectionFactoryClassorg.apache.jena.sdb.sqlApache Jena
SDBConstantsClassorg.apache.jena.sdb.coreApache Jena
SDBConstraintClassorg.apache.jena.sdb.compilerApache Jena
SDBExceptionRoot of all exceptions in SDBSee Also:Serialized FormClassorg.apache.jena.sdbApache Jena
SDBExceptionSQLWrapper SQLExceptionSee Also:Serialized FormClassorg.apache.jena.sdb.sqlApache Jena
SDBFactoryVarious operations to create or connect objects to do with SDB: SDBConnections, Stores, Models, Graphs.Classorg.apache.jena.sdbApache Jena
SDBInternalErrorClassorg.apache.jena.sdb.sharedApache Jena
SDBModelAssemblerClassorg.apache.jena.sdb.assemblerApache Jena
SDBNotFoundExceptionClassorg.apache.jena.sdb.sharedApache Jena
SDBNotImplementedClassorg.apache.jena.sdb.sharedApache Jena
SDBRequestA collection of things to track during query compilation and execution from SPARQL to SQL.Classorg.apache.jena.sdb.coreApache Jena
SlotCompilerClassorg.apache.jena.sdb.compilerApache Jena
SlotCompiler1Classorg.apache.jena.sdb.layout1Apache Jena
SlotCompiler2Classorg.apache.jena.sdb.layout2Apache Jena
SlotCompilerHashClassorg.apache.jena.sdb.layout2.hashApache Jena
SlotCompilerIndexClassorg.apache.jena.sdb.layout2.indexApache Jena
SQLBridgeConvert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings.Interfaceorg.apache.jena.sdb.storeApache Jena
SQLBridge1Classorg.apache.jena.sdb.layout1Apache Jena
SQLBridge2Classorg.apache.jena.sdb.layout2Apache Jena
SQLBridge2OracleAdded to specialize lex column selection for Oracle.Classorg.apache.jena.sdb.layout2Apache Jena
SQLBridgeBaseConvert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings.Classorg.apache.jena.sdb.storeApache Jena
SQLBridgeFactoryConvert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings.Interfaceorg.apache.jena.sdb.storeApache Jena
SQLBridgeFactory1Classorg.apache.jena.sdb.layout1Apache Jena
SQLBridgeFactory2Classorg.apache.jena.sdb.layout2Apache Jena
SQLBridgeFactory2OracleClassorg.apache.jena.sdb.layout2Apache Jena
SqlBuilderClassorg.apache.jena.sdb.compilerApache Jena
SqlCoalesceClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlColumnClassorg.apache.jena.sdb.core.sqlexprApache Jena
SQLCommandInterfaceorg.apache.jena.sdb.sqlApache Jena
SqlConstantClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprInterfaceorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExpr1Classorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExpr2Classorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprBaseClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprColumnsUsedClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprGenerateSQLClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprListClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprVisitorInterfaceorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprVisitorBaseClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprWalkerClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlFunction1Classorg.apache.jena.sdb.core.sqlexprApache Jena
SQLGeneratorInterfaceorg.apache.jena.sdb.storeApache Jena
SqlJoinClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlJoinInnerClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlJoinLeftOuterClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeInterfaceorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBaseClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBase0Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBase1Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBase2Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeTextVisitorClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeVisitorInterfaceorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeVisitorBaseClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeWalkerClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlProjectClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlRestrictClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlSelectBlockA unit that generates an SQL SELECT Statement.Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlSliceClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlStageInterfaceorg.apache.jena.sdb.compilerApache Jena
SqlStageBasicQuadClassorg.apache.jena.sdb.compilerApache Jena
SqlStageListClassorg.apache.jena.sdb.compilerApache Jena
SqlTableClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlTransformInterfaceorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlTransformCopyClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlTransformerClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlUnionClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SQLUtilsClassorg.apache.jena.sdb.sqlApache Jena
SQLUtilsStdClassorg.apache.jena.sdb.sqlApache Jena
StoreA Store is one RDF dataset instance - it is the unit of query.Interfaceorg.apache.jena.sdbApache Jena
StoreBaseClassorg.apache.jena.sdb.layout2Apache Jena
StoreBase1Classorg.apache.jena.sdb.layout1Apache Jena
StoreBaseH2Classorg.apache.jena.sdb.storeApache Jena
StoreBaseHashClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreBaseHSQLClassorg.apache.jena.sdb.storeApache Jena
StoreBaseIndexClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreConfigA table that stores small models for small configuration information.Classorg.apache.jena.sdb.storeApache Jena
StoreDescClassorg.apache.jena.sdbApache Jena
StoreDescAssemblerClassorg.apache.jena.sdb.assemblerApache Jena
StoreFactoryClassorg.apache.jena.sdb.storeApache Jena
StoreFormatterControl of the main tables (triples, nodes) in a Store.Interfaceorg.apache.jena.sdb.storeApache Jena
StoreFormatterBaseClassorg.apache.jena.sdb.storeApache Jena
StoreLoaderInterfaceorg.apache.jena.sdb.storeApache Jena
StoreLoaderPlusInterfaceorg.apache.jena.sdb.storeApache Jena
StoreMakerSource of new store objects.Interfaceorg.apache.jena.sdb.storeApache Jena
StoreSimpleDB2Classorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleDerbyClassorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleH2Classorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleHSQLStore class for the simple layout (i.Classorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleMySQLStore class for the simple layout (i.Classorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleOracleClassorg.apache.jena.sdb.layout1Apache Jena
StoreSimplePGSQLClassorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleSAPClassorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleSQLServerClassorg.apache.jena.sdb.layout1Apache Jena
StoreTriplesNodesHashDB2Classorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashDerbyClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashH2Classorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashHSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashMySQLClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashOracleClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashPGSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashSAPClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashSQLServerClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesIndexDB2Classorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexDerbyClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexH2Classorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexHSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexMySQLClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexOracleClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexPGSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexSAPClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexSQLServerClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreUtilsClassorg.apache.jena.sdb.utilApache Jena
StreamsPrintClassorg.apache.jena.sdb.printApache Jena
StringExprCompilerClassorg.apache.jena.sdb.layout2.exprApache Jena
StrUtilsClassorg.apache.jena.sdb.utilApache Jena
SymbolRegistryClassorg.apache.jena.sdb.sharedApache Jena
TableDescClassorg.apache.jena.sdb.storeApache Jena
TableDescNodesClassorg.apache.jena.sdb.layout2Apache Jena
TableDescQuadsClassorg.apache.jena.sdb.layout2Apache Jena
TableDescSPOClassorg.apache.jena.sdb.layout1Apache Jena
TableDescTriplesClassorg.apache.jena.sdb.layout2Apache Jena
TableDumpClassorg.apache.jena.sdb.sqlApache Jena
TableNodesHashClassorg.apache.jena.sdb.layout2.hashApache Jena
TableNodesIndexClassorg.apache.jena.sdb.layout2.indexApache Jena
TablePrefixesClassorg.apache.jena.sdb.layout2Apache Jena
TableUtilsClassorg.apache.jena.sdb.sqlApache Jena
TransactionHandlerSDBClassorg.apache.jena.sdb.graphApache Jena
TransformSDBClassorg.apache.jena.sdb.compilerApache Jena
TransformSliceProjectClassorg.apache.jena.sdb.compilerApache Jena
TupleGraphLoaderAdapter from a tuple loader to a graph loader.Classorg.apache.jena.sdb.storeApache Jena
TupleLoaderThis TupleLoader is done with.Interfaceorg.apache.jena.sdb.storeApache Jena
TupleLoaderBaseClassorg.apache.jena.sdb.layout2Apache Jena
TupleLoaderBaseTrack whether multiple loads overlap.Classorg.apache.jena.sdb.storeApache Jena
TupleLoaderBase .PreparedNodeClassorg.apache.jena.sdb.layout2.TupleLoaderBaseApache Jena
TupleLoaderBasicsInterfaceorg.apache.jena.sdb.layout2Apache Jena
TupleLoaderHashBaseClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashDB2Classorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashDerbyClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashH2Classorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashHSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashMySQLClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashOracleClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashPGSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashSAPClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashSQLServerClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderIndexBaseClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexDB2Classorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexDerbyClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexH2Classorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexHSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexMySQLClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexOracleClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexPGSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexSAPClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexSQLServerClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderOneClassorg.apache.jena.sdb.storeApache Jena
TupleLoaderOneHashClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderOneIndexClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderSimpleClassorg.apache.jena.sdb.layout1Apache Jena
TupleTableClassorg.apache.jena.sdb.storeApache Jena
TypeNotUniqueExceptionClassorg.apache.jena.sdb.assemblerApache Jena
UpdateEngineSDBClassorg.apache.jena.sdb.modifyApache Jena
ValScopeClassorg.apache.jena.sdb.coreApache Jena
ValueSpaceClassorg.apache.jena.sdb.coreApache Jena
ValueTypeClassorg.apache.jena.sdb.layout2Apache Jena
VarStateThe state of a variable as reocorde by the variable tracking codeEnum Constant SummaryClassorg.apache.jena.sdb.layout2Apache Jena
VocabClassorg.apache.jena.sdb.utilApache Jena
ActionBackupClassorg.apache.jena.fuseki.mgtApache Jena
ActionDatasetLog-in and choose datasetSee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
ConcurrencyPolicyMRSWClassorg.apache.jena.fuseki.servletsApache Jena
ConNegContent negotiation is a mechanism defined in the HTTP specification that makes it possible to serve different versions of a documentClassorg.apache.jena.fuseki.connegApache Jena
CounterClassorg.apache.jena.fuseki.serverApache Jena
CounterNameNames for all countersEnum Constant SummaryClassorg.apache.jena.fuseki.serverApache Jena
CountersInterfaceorg.apache.jena.fuseki.serverApache Jena
CounterSetClassorg.apache.jena.fuseki.serverApache Jena
DatasetMXBeanInterfaceorg.apache.jena.fuseki.serverApache Jena
DatasetRefClassorg.apache.jena.fuseki.serverApache Jena
DatasetRegistryClassorg.apache.jena.fuseki.serverApache Jena
DataValidatorClassorg.apache.jena.fuseki.validationApache Jena
DEFClassorg.apache.jena.fusekiApache Jena
DumpServletClassorg.apache.jena.fuseki.servletsApache Jena
EmbeddedFusekiServerEmbedded (same JVM) server.Classorg.apache.jena.fusekiApache Jena
FusekiThe main class enabling us to: create instances of a Fuseki server e.Classorg.apache.jena.fusekiApache Jena
FusekiCmdClassorg.apache.jena.fusekiApache Jena
FusekiConfigClassorg.apache.jena.fuseki.serverApache Jena
FusekiConfigExceptionClassorg.apache.jena.fusekiApache Jena
FusekiErrorHandlerClassorg.apache.jena.fuseki.serverApache Jena
FusekiExceptionClassorg.apache.jena.fusekiApache Jena
FusekiLibClassorg.apache.jena.fusekiApache Jena
FusekiNotFoundExceptionClassorg.apache.jena.fusekiApache Jena
FusekiRequestExceptionClassorg.apache.jena.fusekiApache Jena
FusekiServletContextListenerClassorg.apache.jena.fuseki.serverApache Jena
FusekiVocabClassorg.apache.jena.fuseki.serverApache Jena
GraphLoadUtilsClassorg.apache.jena.fuseki.migrateApache Jena
HttpActionHTTP action that represents the user request lifecycle.Classorg.apache.jena.fuseki.servletsApache Jena
HttpNamesClassorg.apache.jena.fusekiApache Jena
HttpServletResponseTrackerClassorg.apache.jena.fuseki.servletsApache Jena
IRIValidatorClassorg.apache.jena.fuseki.validationApache Jena
ManagementServerClassorg.apache.jena.fuseki.mgtApache Jena
MgtCmdServletControl functions for a Fuskei serverSee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
MgtFunctionsClassorg.apache.jena.fuseki.mgtApache Jena
NullOutputStreamCode needed to implement an OutputStream that does nothing.Classorg.apache.jena.fuseki.servletsApache Jena
PageNamesClassorg.apache.jena.fuseki.mgtApache Jena
PingServletThe ping servlet provides a low costy, uncached endpoint that can be used to determine if this component is running and responding.Classorg.apache.jena.fuseki.mgtApache Jena
QueryValidatorClassorg.apache.jena.fuseki.validationApache Jena
ResponseCallbackInterfaceorg.apache.jena.fuseki.servletsApache Jena
ResponseModelClassorg.apache.jena.fuseki.servletsApache Jena
ResponseOpsClassorg.apache.jena.fuseki.servletsApache Jena
ResponseResultSetClassorg.apache.jena.fuseki.servletsApache Jena
REST_QuadsServlet that serves up quads for a dataset.Classorg.apache.jena.fuseki.servletsApache Jena
ServerConfigThis represents a configuration of a SPARQL server.Classorg.apache.jena.fuseki.serverApache Jena
ServiceMXBeanInterfaceorg.apache.jena.fuseki.serverApache Jena
ServiceRefClassorg.apache.jena.fuseki.serverApache Jena
ServletBaseAn abstract HTTP Servlet.Classorg.apache.jena.fuseki.servletsApache Jena
SimpleVelocityClassorg.apache.jena.fuseki.servletsApache Jena
SimpleVelocityServletSimple servlet that uses Velocity to format pages.Classorg.apache.jena.fuseki.servletsApache Jena
SinkRDFLimitedClassorg.apache.jena.fuseki.migrateApache Jena
SPARQL_ProtocolSupport for the SPARQL protocol (SPARQL Query, SPARQL Update)See Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_QueryHandles SPARQL Query requests.Classorg.apache.jena.fuseki.servletsApache Jena
SPARQL_QueryDatasetClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_QueryGeneralClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_RESTClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_REST_ROnly the READ operationsSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_REST_RWThe WRITE operations added to the READ operationsSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_ServletBaseBase servlet for SPARQL requests.Classorg.apache.jena.fuseki.servletsApache Jena
SPARQL_UberServletThis servlet can be attached to a dataset location and acts as a router for all SPARQL operationsClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_UberServlet .AccessByConfigClassorg.apache.jena.fuseki.servlets.SPARQL_UberServletApache Jena
SPARQL_UberServlet .ReadOnlyClassorg.apache.jena.fuseki.servlets.SPARQL_UberServletApache Jena
SPARQL_UberServlet .ReadWriteClassorg.apache.jena.fuseki.servlets.SPARQL_UberServletApache Jena
SPARQL_UpdateClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_UploadClassorg.apache.jena.fuseki.servletsApache Jena
SPARQLServerSPARQLServer is the Jena server instance which wraps/utilizes Server.Classorg.apache.jena.fuseki.serverApache Jena
StatsServletClassorg.apache.jena.fuseki.mgtApache Jena
TestClassorg.apache.jena.fusekiApache Jena
UpdateValidatorClassorg.apache.jena.fuseki.validationApache Jena
ValidatorBaseClassorg.apache.jena.fuseki.validationApache Jena
WebLibClassorg.apache.jena.fuseki.connegApache Jena
ActionAsyncTaskBase helper class for creating async tasks on items, based on POSTSee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
ActionBackupClassorg.apache.jena.fuseki.mgtApache Jena
ActionBackupListA JSON API to list all the backups in the backup directorySee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
ActionBaseGeneral request lifecycleSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
ActionContainerItemBase for actions that are container and also have action on itemsSee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
ActionCtlControl/admin request lifecycleSee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
ActionDatasetsClassorg.apache.jena.fuseki.mgtApache Jena
ActionErrorExceptionClassorg.apache.jena.fuseki.servletsApache Jena
ActionItemAction on items in a container, but not the container itselfSee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
ActionLibClassorg.apache.jena.fuseki.servletsApache Jena
ActionLogsClassorg.apache.jena.fuseki.mgtApache Jena
ActionPingThe ping servlet provides a low costy, uncached endpoint that can be used to determine if this component is running and responding.Classorg.apache.jena.fuseki.mgtApache Jena
ActionRESTCommon point for operations that are RESTish (use GET/PUT etc as operations).Classorg.apache.jena.fuseki.servletsApache Jena
ActionServerStatusDescription of datasets for a serverSee Also:Serialized FormClassorg.apache.jena.fuseki.mgtApache Jena
ActionSleepA task that kicks off a asynchornous operation that simply waits and exits.Classorg.apache.jena.fuseki.mgtApache Jena
ActionSPARQLSPARQL request lifecycleSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
ActionStatsClassorg.apache.jena.fuseki.mgtApache Jena
ActionTasksClassorg.apache.jena.fuseki.mgtApache Jena
AsyncClassorg.apache.jena.fuseki.mgtApache Jena
AsyncPoolClassorg.apache.jena.fuseki.asyncApache Jena
AsyncTaskAn asynchronous taskDisplay name - no newlinesClassorg.apache.jena.fuseki.asyncApache Jena
AuthorizationFilter403Classorg.apache.jena.fuseki.authzApache Jena
BackupClassorg.apache.jena.fuseki.mgtApache Jena
BuilderClassorg.apache.jena.fuseki.buildApache Jena
ConNegContent negotiation is a mechanism defined in the HTTP specification that makes it possible to serve different versions of a documentClassorg.apache.jena.fuseki.connegApache Jena
CounterClassorg.apache.jena.fuseki.serverApache Jena
CounterNameNames for all countersEnum Constant SummaryClassorg.apache.jena.fuseki.serverApache Jena
CountersInterfaceorg.apache.jena.fuseki.serverApache Jena
CounterSetClassorg.apache.jena.fuseki.serverApache Jena
CrossOriginFilter cross-origin resource sharing.Classorg.apache.jena.fuseki.servletsApache Jena
DataAccessPointClassorg.apache.jena.fuseki.serverApache Jena
DataAccessPointRegistryClassorg.apache.jena.fuseki.serverApache Jena
DataServiceClassorg.apache.jena.fuseki.serverApache Jena
DatasetGraphSwitchableClassorg.apache.jena.fuseki.migrateApache Jena
DatasetMXBeanInterfaceorg.apache.jena.fuseki.serverApache Jena
DatasetStatusClassorg.apache.jena.fuseki.serverApache Jena
DataValidatorClassorg.apache.jena.fuseki.validationApache Jena
DEFClassorg.apache.jena.fusekiApache Jena
DenyFilterClassorg.apache.jena.fuseki.authzApache Jena
DumpServletClassorg.apache.jena.fuseki.mgtApache Jena
EndpointClassorg.apache.jena.fuseki.serverApache Jena
FusekiClassorg.apache.jena.fusekiApache Jena
FusekiCmdClassorg.apache.jena.fuseki.cmdApache Jena
FusekiCmdClassorg.apache.jena.fusekiApache Jena
FusekiConfigClassorg.apache.jena.fuseki.buildApache Jena
FusekiConfigExceptionClassorg.apache.jena.fusekiApache Jena
FusekiEnvSeparate initialization for FUSEKI_HOME and FUSEKI_BASE so that Fusekilogging can use these values.Classorg.apache.jena.fuseki.serverApache Jena
FusekiEnv .INITInitialization mode, depending on the way Fuseki is started: WAR - Running as a WAR file.Classorg.apache.jena.fuseki.server.FusekiEnvApache Jena
FusekiErrorHandlerClassorg.apache.jena.fuseki.jettyApache Jena
FusekiExceptionClassorg.apache.jena.fusekiApache Jena
FusekiFilterLook 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 requestClassorg.apache.jena.fuseki.servletsApache Jena
FusekiLibClassorg.apache.jena.fusekiApache Jena
FusekiLoggingClassorg.apache.jena.fusekiApache Jena
FusekiNotFoundExceptionClassorg.apache.jena.fusekiApache Jena
FusekiRequestExceptionClassorg.apache.jena.fusekiApache Jena
FusekiServerClassorg.apache.jena.fuseki.serverApache Jena
FusekiServerEnvironmentInitSetup the enviroment and logging.Classorg.apache.jena.fuseki.serverApache Jena
FusekiServerListenerClassorg.apache.jena.fuseki.serverApache Jena
FusekiVocabClassorg.apache.jena.fuseki.serverApache Jena
GraphLoadUtilsClassorg.apache.jena.fuseki.migrateApache Jena
HttpActionHTTP action that represents the user request lifecycle.Classorg.apache.jena.fuseki.servletsApache Jena
HttpServletResponseTrackerClassorg.apache.jena.fuseki.servletsApache Jena
IRIValidatorClassorg.apache.jena.fuseki.validationApache Jena
JettyFusekiStandalone server, not run as a WAR file.Classorg.apache.jena.fuseki.jettyApache Jena
JettyServerConfigConfiguration of the Jetty server when run from the command line directly, not as a webapp/war file.Classorg.apache.jena.fuseki.jettyApache Jena
JsonConstClassorg.apache.jena.fuseki.mgtApache Jena
JsonDescriptionClassorg.apache.jena.fuseki.mgtApache Jena
LocalhostFilterA Filter that can allow or deny access based on whether the the host that sent the request is the loopback address (AKA localhost).Classorg.apache.jena.fuseki.authzApache Jena
MgtConstClassorg.apache.jena.fuseki.mgtApache Jena
MgtJMXClassorg.apache.jena.fuseki.mgtApache Jena
NullOutputStreamCode needed to implement an OutputStream that does nothing.Classorg.apache.jena.fuseki.servletsApache Jena
OperationNameClassorg.apache.jena.fuseki.serverApache Jena
QueryValidatorClassorg.apache.jena.fuseki.validationApache Jena
RequestLogClassorg.apache.jena.fuseki.serverApache Jena
ResponseCallbackInterfaceorg.apache.jena.fuseki.servletsApache Jena
ResponseDatasetClassorg.apache.jena.fuseki.servletsApache Jena
ResponseModelClassorg.apache.jena.fuseki.servletsApache Jena
ResponseOpsClassorg.apache.jena.fuseki.servletsApache Jena
ResponseResultSetClassorg.apache.jena.fuseki.servletsApache Jena
REST_QuadsServlet for operations directly on a dataset - REST(ish) behaviour on theSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
REST_Quads_RServlet for operations directly on a dataset - REST(ish) behaviour on theSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
REST_Quads_RWServlet for operations directly on a dataset - REST(ish) behaviour on theSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
ServerInitialConfigClassorg.apache.jena.fuseki.serverApache Jena
ServiceMXBeanInterfaceorg.apache.jena.fuseki.serverApache Jena
ServletBaseAddition HTTP Servlet operations.Classorg.apache.jena.fuseki.servletsApache Jena
ServletOpsClassorg.apache.jena.fuseki.servletsApache Jena
ShiroEnvironmentLoaderA place to perform Fuseki-specific initialization of Apache Shiro.Classorg.apache.jena.fuseki.serverApache Jena
SPARQL_GSPClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_GSP_ROnly the READ operationsSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_GSP_RWThe WRITE operations added to the READ operationsSee Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_ProtocolSupport for the SPARQL protocol (SPARQL Query, SPARQL Update)See Also:Serialized FormClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_QueryHandle SPARQL Query requests overt eh SPARQL Protocol.Classorg.apache.jena.fuseki.servletsApache Jena
SPARQL_QueryDatasetClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_QueryGeneralClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_UberServletThis servlet can be attached to a dataset location and acts as a router for all SPARQL operationsClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_UberServlet .AccessByConfigClassorg.apache.jena.fuseki.servlets.SPARQL_UberServletApache Jena
SPARQL_UberServlet .ReadOnlyClassorg.apache.jena.fuseki.servlets.SPARQL_UberServletApache Jena
SPARQL_UberServlet .ReadWriteClassorg.apache.jena.fuseki.servlets.SPARQL_UberServletApache Jena
SPARQL_UpdateClassorg.apache.jena.fuseki.servletsApache Jena
SPARQL_UploadClassorg.apache.jena.fuseki.servletsApache Jena
StreamRDFLimitedLimit triples/quads and stop passing through after a limit is reached.Classorg.apache.jena.fuseki.migrateApache Jena
SystemStateClassorg.apache.jena.fuseki.serverApache Jena
TemplateClassorg.apache.jena.fuseki.buildApache Jena
TemplateFunctionsClassorg.apache.jena.fuseki.buildApache Jena
UpdateValidatorClassorg.apache.jena.fuseki.validationApache Jena
UploadClassorg.apache.jena.fuseki.servletsApache Jena
UploadDetailsClassorg.apache.jena.fuseki.servletsApache Jena
UploadDetails .PreStateReturns the enum constant of this type with the specified name.Classorg.apache.jena.fuseki.servlets.UploadDetailsApache Jena
ValidationActionClassorg.apache.jena.fuseki.validationApache Jena
ValidationErrorClassorg.apache.jena.fuseki.validationApache Jena
ValidatorBaseJsonValidationBase for JSON outSee Also:Serialized FormClassorg.apache.jena.fuseki.validationApache Jena
WebLibClassorg.apache.jena.fuseki.connegApache Jena
AbstractNodeTupleWritableA abstract general purpose writable where the actual class represented is composed of a number of Node instancesClasscommon.org.apache.jena.hadoop.rdf.typesApache Jena
CharacteristicSetWritableRepresents a characteristic set which is comprised of a count of nodes for which the characteristic is applicable and a set of characteristics whichClasscommon.org.apache.jena.hadoop.rdf.typesApache Jena
CharacteristicWritableRepresents a characteristic for a single node and contains the node and a count associated with that nodeClasscommon.org.apache.jena.hadoop.rdf.typesApache Jena
NodeTupleWritableA writable RDF tuple Unlike the more specific TripleWritable and QuadWritable thisClasscommon.org.apache.jena.hadoop.rdf.typesApache Jena
NodeWritableA writable for Node instances This uses RDF ThriftClasscommon.org.apache.jena.hadoop.rdf.typesApache Jena
QuadWritableClasscommon.org.apache.jena.hadoop.rdf.typesApache Jena
SimpleBinaryComparatorA general purpose comparator that may be used with any types which can be compared directly on their binary encodingsClasscommon.org.apache.jena.hadoop.rdf.types.comparatorsApache Jena
ThriftConverterHelper for converting between the binary representation of Nodes, Triples and Quads and their Jena API equivalentsClasscommon.org.apache.jena.hadoop.rdf.types.convertersApache Jena
TripleWritableClasscommon.org.apache.jena.hadoop.rdf.typesApache Jena
AbstractBatchedNodeTupleOutputFormatAbstract output format for formats that use a AbstractBatchedNodeTupleWriter as their writerClassio.org.apache.jena.hadoop.rdf.io.outputApache Jena
AbstractBatchedNodeTupleWriterAn abstract implementation of a record writer that writes records in batches.Classio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractBatchedQuadWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractBatchedTripleWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractBlockBasedNodeTupleReaderAn abstract implementation for a record reader that reads records from blocks of files, this is a hybrid between AbstractLineBasedNodeTupleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractBlockBasedQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractBlockBasedTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractLineBasedNodeTupleReaderAn abstract implementation of a record reader that reads records from line based tuple formats.Classio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractLineBasedNodeTupleWriterAn abstract implementation of a record writer that writes records to a line based tuple formats.Classio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractLineBasedQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractLineBasedQuadWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractLineBasedTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractLineBasedTripleWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractNLineFileInputFormatAbstract line based input format that reuses the machinery from NLineInputFormat to calculate the splitsClassio.org.apache.jena.hadoop.rdf.io.inputApache Jena
AbstractNodeOutputFormatAbstract output format which takes pairs with Node keys and arbitrary values and writes them as a simple line based text fileClassio.org.apache.jena.hadoop.rdf.io.outputApache Jena
AbstractNodeTupleOutputFormatAn abstract implementation of an output format for line based tuple formats where the key is ignored and only the tuple values will be outputClassio.org.apache.jena.hadoop.rdf.io.outputApache Jena
AbstractNodeWriterAbstract implementation of a record writer which writes pairs of nodes and arbitrary values to text based filesClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractQuadsOnlyReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
AbstractQuadsOnlyWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
AbstractRdfReaderAn abstract record reader for arbitrary RDF which provides support for selecting the actual record reader to use based on detecting the RDF languageClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
AbstractStreamRdfNodeTupleOutputFormatClassio.org.apache.jena.hadoop.rdf.io.outputApache Jena
AbstractStreamRdfNodeTupleWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractTriplesOnlyReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
AbstractTriplesOnlyWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
AbstractWholeFileInputFormatClassio.org.apache.jena.hadoop.rdf.io.inputApache Jena
AbstractWholeFileNodeTupleReaderAn abstract implementation for a record reader that reads records from whole files i.Classio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractWholeFileNodeTupleWriterAn abstract implementation of a record writer that writes records to whole It is important to note that the writer does not actually write any outputClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractWholeFileQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractWholeFileQuadWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractWholeFileTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
AbstractWholeFileTripleWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
AbstractWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
BatchedTriGOutputFormatOutput format for TriG that uses a batched approach, note that this will produce invalid data where blank nodes span batches so it is typically betterClassio.org.apache.jena.hadoop.rdf.io.output.trigApache Jena
BatchedTriGWriterA record writer for TriG that uses the batched approach, note that this approach will produce invalid data when blank nodes span batchesClassio.org.apache.jena.hadoop.rdf.io.output.writers.trigApache Jena
BatchedTurtleOutputFormatOutput format for Turtle that uses a batched approach, note that this will produce invalid data where blank nodes span batches so it is typically betterClassio.org.apache.jena.hadoop.rdf.io.output.turtleApache Jena
BatchedTurtleWriterA record writer for Turtle that uses the batched approach, note that this approach will produce invalid data when blank nodes span batchesClassio.org.apache.jena.hadoop.rdf.io.output.writers.turtleApache Jena
BlockedNQuadsInputFormatNTriples input format where files are processed as blocks of lines rather than in a line based manner as with the NQuadsInputFormat or asClassio.org.apache.jena.hadoop.rdf.io.input.nquadsApache Jena
BlockedNQuadsReaderA record record for NQuads This is a hybrid of the NQuadsReader and theClassio.org.apache.jena.hadoop.rdf.io.input.readers.nquadsApache Jena
BlockedNTriplesInputFormatNTriples input format where files are processed as blocks of lines rather than in a line based manner as with the NTriplesInputFormat or asClassio.org.apache.jena.hadoop.rdf.io.input.ntriplesApache Jena
BlockedNTriplesReaderA record record for NTriples This is a hybrid of the NTriplesReader and theClassio.org.apache.jena.hadoop.rdf.io.input.readers.ntriplesApache Jena
BlockInputStreamA 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 ofClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jena
HadoopIOConstantsClassio.org.apache.jena.hadoop.rdf.ioApache Jena
HadoopRdfIORegistryA registry which is used by various classes to dynamically select record readers and writers based on a provided LangClassio.org.apache.jena.hadoop.rdf.io.registryApache Jena
JsonLDQuadInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.jsonldApache Jena
JsonLDQuadOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.jsonldApache Jena
JsonLDQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.jsonldApache Jena
JsonLDQuadWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.jsonldApache Jena
JsonLDReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
JsonLDTripleInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.jsonldApache Jena
JsonLDTripleOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.jsonldApache Jena
JsonLDTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.jsonldApache Jena
JsonLDTripleWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.jsonldApache Jena
JsonLDWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
NQuadsInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.nquadsApache Jena
NQuadsOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.nquadsApache Jena
NQuadsReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.nquadsApache Jena
NQuadsReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
NQuadsWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.nquadsApache Jena
NQuadsWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
NTriplesInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.ntriplesApache Jena
NTriplesNodeOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.ntriplesApache Jena
NTriplesNodeWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.ntriplesApache Jena
NTriplesOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.ntriplesApache Jena
NTriplesReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.ntriplesApache Jena
NTriplesReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
NTriplesWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.ntriplesApache Jena
NTriplesWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
QuadsInputFormatRDF input format that can handle any RDF quads format that ARQ supports selecting the format to use for each file based upon the file extensionClassio.org.apache.jena.hadoop.rdf.io.inputApache Jena
QuadsOutputFormatAn output format for RDF quads that dynamically selects the appropriate quad writer to use based on the file extension of the output file.Classio.org.apache.jena.hadoop.rdf.io.outputApache Jena
QuadsReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
QuadsToTriplesWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
RdfIOConstantsClassio.org.apache.jena.hadoop.rdf.ioApache Jena
RdfIOUtilsRDF IO utility functions org.Classio.org.apache.jena.hadoop.rdf.io.input.utilApache Jena
RdfJsonInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.rdfjsonApache Jena
RdfJsonOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.rdfjsonApache Jena
RdfJsonReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.rdfjsonApache Jena
RdfJsonReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
RdfJsonWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.rdfjsonApache Jena
RdfJsonWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
RdfXmlInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.rdfxmlApache Jena
RdfXmlOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.rdfxmlApache Jena
RdfXmlReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.rdfxmlApache Jena
RdfXmlReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
RdfXmlWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.rdfxmlApache Jena
RdfXmlWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
ReaderFactoryInterface for reader factoriesGets whether this factory can produce readers that are capable of readingInterfaceio.org.apache.jena.hadoop.rdf.io.registryApache Jena
StreamRdfQuadWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
StreamRdfTripleWriterClassio.org.apache.jena.hadoop.rdf.io.output.writersApache Jena
ThriftQuadInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.thriftApache Jena
ThriftQuadOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.thriftApache Jena
ThriftQuadReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.thriftApache Jena
ThriftQuadWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.thriftApache Jena
ThriftReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
ThriftTripleInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.thriftApache Jena
ThriftTripleOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.thriftApache Jena
ThriftTripleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.thriftApache Jena
ThriftTripleWriterClassio.org.apache.jena.hadoop.rdf.io.output.writers.thriftApache Jena
ThriftWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
TrackableInputStreamClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jena
TrackedInputStreamA tracked input stream which can is a wrapper around another input stream and can report the number of bytes readClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jena
TrackedPipedQuadsStreamClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jena
TrackedPipedRDFStreamA tracked piped RDF streamGets the next positionClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jena
TrackedPipedTriplesStreamClassio.org.apache.jena.hadoop.rdf.io.input.utilApache Jena
TriGInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.trigApache Jena
TriGOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.trigApache Jena
TriGReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.trigApache Jena
TriGReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
TriGWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
TriplesInputFormatRDF input format that can handle any RDF triples format that ARQ supports selecting the format to use for each file based upon the file extensionClassio.org.apache.jena.hadoop.rdf.io.inputApache Jena
TriplesOrQuadsInputFormatRDF input format that can handle any RDF triple/quads format that ARQ supports selecting the format to use for each file based upon the fileClassio.org.apache.jena.hadoop.rdf.io.inputApache Jena
TriplesOrQuadsOutputFormatAn output format for RDF triples/quads that dynamically selects the appropriate triple/quad writer to use based on the file extension of theClassio.org.apache.jena.hadoop.rdf.io.outputApache Jena
TriplesOrQuadsReaderA record reader that reads RDF from any triples/quads format.Classio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
TriplesOutputFormatAn output format for RDF triples that dynamically selects the appropriate triple writer to use based on the file extension of the output file.Classio.org.apache.jena.hadoop.rdf.io.outputApache Jena
TriplesReaderClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
TriplesToQuadsReaderA record reader that converts triples into quads by wrapping a RecordReader implementationClassio.org.apache.jena.hadoop.rdf.io.input.readersApache Jena
TriXInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.trixApache Jena
TriXOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.trixApache Jena
TriXReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.trixApache Jena
TriXReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
TriXWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
TurtleInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.turtleApache Jena
TurtleOutputFormatClassio.org.apache.jena.hadoop.rdf.io.output.turtleApache Jena
TurtleReaderClassio.org.apache.jena.hadoop.rdf.io.input.readers.turtleApache Jena
TurtleReaderFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.readersApache Jena
TurtleWriterFactoryClassio.org.apache.jena.hadoop.rdf.io.registry.writersApache Jena
WholeFileNQuadsInputFormatNQuads input format where files are processed as complete files rather than in a line based manner as with the NQuadsInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.nquadsApache Jena
WholeFileNQuadsReaderA record record for NQuads Unlike the NQuadsReader this processes files as a whole rather thanClassio.org.apache.jena.hadoop.rdf.io.input.readers.nquadsApache Jena
WholeFileNTriplesInputFormatNTriples input format where files are processed as complete files rather than in a line based manner as with the NTriplesInputFormatClassio.org.apache.jena.hadoop.rdf.io.input.ntriplesApache Jena
WholeFileNTriplesReaderA record record for NTriples Unlike the NTriplesReader this processes files as a whole rather thanClassio.org.apache.jena.hadoop.rdf.io.input.readers.ntriplesApache Jena
WriterFactoryInterface for writer factoriesGets whether this factory can produce writers that are capable of readingInterfaceio.org.apache.jena.hadoop.rdf.io.registryApache Jena
AbstractCharacteristicSetGeneratingReducerAbstract reducer which takes in tuples grouped by some node and generating initial characteristic sets.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.characteristicsApache Jena
AbstractNodeTupleFilterMapperAbstract mapper implementation which helps in filtering tuples from the input, derived implementations provide an implementation of theClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filterApache Jena
AbstractNodeTupleGroupingMapperAbstract mapper implementation which helps in grouping tuples by assigning them a NodeWritable key in place of their existing key.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
AbstractNodeTupleNamespaceCountMapperAbstract mapper class for mappers which split node tuple values and extract the namespace URIs they use and outputs pairs of namespaces keys with a longClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.namespacesApache Jena
AbstractNodeTupleNodeCountMapperAbstract mapper class for mappers which split node tuple values into pairs of node keys with a long value of 1.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.countApache Jena
AbstractNodeTupleSplitToNodesMapperAbstract mapper implementation which splits the tuples into their constituent nodes preserving the keys as-isClassmapred.org.apache.jena.hadoop.rdf.mapreduce.splitApache Jena
AbstractNodeTupleSplitWithNodesMapperAbstract mapper implementation which splits the tuples into their constituent nodes using the tuples as the keys and the nodes as the valuesClassmapred.org.apache.jena.hadoop.rdf.mapreduce.splitApache Jena
AbstractQuadFilterByPositionMapperAn abstract triple filter that filters quads based on different criteria for each position (graph, subject, predicate and object) within the quad.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
AbstractQuadFilterMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filterApache Jena
AbstractQuadGroupingMapperAbstract mapper implementation which helps in grouping quads by assigning them a NodeWritable key in place of their existing key.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
AbstractTripleFilterByPositionMapperAn abstract triple filter that filters triples based on different criteria for each position (subject, predicate and object) within the triple.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
AbstractTripleFilterMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filterApache Jena
AbstractTripleGroupingMapperAbstract mapper implementation which helps in grouping triples by assigning them a NodeWritable key in place of their existing key.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
AbstractTriplesToQuadsMapperAn abstract mapper which transforms triples into quads.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.transformApache Jena
CharacteristicSetReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.characteristicsApache Jena
GroundQuadFilterMapperA quad filter which accepts only ground quads i.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.filterApache Jena
GroundTripleFilterMapperA triple filter which accepts only ground triples i.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.filterApache Jena
KeyMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
KeyPlusNullMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
KeyReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
NodeCountReducerA 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 nodeClassmapred.org.apache.jena.hadoop.rdf.mapreduce.countApache Jena
NullPlusKeyMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
NullPlusKeyReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
NullPlusValueMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
NullPlusValueReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
QuadCharacteristicSetGeneratingReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.characteristicsApache Jena
QuadDataTypeCountMapperA mapper for counting data type usages within quads designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.datatypesApache Jena
QuadFilterByGraphUriMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
QuadFilterByObjectUriMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
QuadFilterByPredicateMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
QuadFilterBySubjectUriMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
QuadGraphCountMapperA mapper for counting graph node usages within quads designed primarily for use in conjunction with NodeCountReducer.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.count.positionalApache Jena
QuadGroupByGraphMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
QuadGroupByObjectMapperA mapper which assists in grouping quads by object by reassigning their keys to be their objectsClassmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
QuadGroupByPredicateMapperA mapper which assists in grouping quads by predicate by reassigning their keys to be their predicatesClassmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
QuadGroupBySubjectMapperA mapper which assists in grouping quads by subject by reassigning their keys to be their subjectsClassmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
QuadNamespaceCountMapperA mapper for counting namespace usages within quads designed primarily for use in conjunction with the TextCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.namespacesApache Jena
QuadNodeCountMapperA mapper for counting node usages within quads designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.countApache Jena
QuadObjectCountMapperA mapper for counting object node usages within quads designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.positionalApache Jena
QuadPredicateCountMapperA mapper for counting predicate node usages within quads designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.positionalApache Jena
QuadSplitToNodesMapperA mapper which splits quads into their constituent nodes preserving the existing keys as-isClassmapred.org.apache.jena.hadoop.rdf.mapreduce.splitApache Jena
QuadSplitWithNodesMapperA mapper which splits quads into their constituent nodes using the quad as the key and the nodes as the valuesClassmapred.org.apache.jena.hadoop.rdf.mapreduce.splitApache Jena
QuadsToTriplesMapperA mapper which transforms quads into triples Keys are left as is by this mapper.Classmapred.org.apache.jena.hadoop.rdf.mapreduce.transformApache Jena
QuadSubjectCountMapperA mapper for counting subject node usages within quads designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.positionalApache Jena
RdfMapReduceConstantsClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
SwapMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
SwapReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
TextCountReducerA 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 nodeClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
TripleCharacteristicSetGeneratingReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.characteristicsApache Jena
TripleDataTypeCountMapperA mapper for counting data type usages within triples designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.datatypesApache Jena
TripleFilterByObjectUriMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
TripleFilterByPredicateUriMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
TripleFilterBySubjectUriMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.filter.positionalApache Jena
TripleGroupByObjectMapperA mapper which assists in grouping triples by object by reassigning their keys to be their objectsClassmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
TripleGroupByPredicateMapperA mapper which assists in grouping triples by predicate by reassigning their keys to be their predicatesClassmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
TripleGroupBySubjectMapperA mapper which assists in grouping triples by subject by reassigning their keys to be their subjectsClassmapred.org.apache.jena.hadoop.rdf.mapreduce.groupApache Jena
TripleNamespaceCountMapperA mapper for counting namespace usages within triples designed primarily for use in conjunction with the TextCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.namespacesApache Jena
TripleNodeCountMapperA mapper for counting node usages within triples designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.countApache Jena
TripleObjectCountMapperA mapper for counting object node usages within triples designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.positionalApache Jena
TriplePredicateCountMapperA mapper for counting predicate node usages within triples designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.positionalApache Jena
TripleSplitToNodesMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.splitApache Jena
TripleSplitWithNodesMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.splitApache Jena
TriplesToQuadsBySubjectMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.transformApache Jena
TriplesToQuadsConstantGraphMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduce.transformApache Jena
TripleSubjectCountMapperA mapper for counting subject node usages within triples designed primarily for use in conjunction with NodeCountReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduce.count.positionalApache Jena
ValidQuadFilterMapperA quad filter mapper which accepts only valid quads, by which we mean they meet the following criteria:Classmapred.org.apache.jena.hadoop.rdf.mapreduce.filterApache Jena
ValidTripleFilterMapperA triple filter mapper which accepts only valid triples, by which we mean they meet the following criteria:Classmapred.org.apache.jena.hadoop.rdf.mapreduce.filterApache Jena
ValueMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
ValuePlusNullMapperClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
ValueReducerClassmapred.org.apache.jena.hadoop.rdf.mapreduceApache Jena
AbstractDateTimeBase class for representation of XSD duration, time, date/time and related datatype instances.Classorg.apache.jena.datatypes.xsdApache Jena
AbsXMLLiteralClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
AccessDeniedExceptionSuperclass of exceptions thrown when permissions do not allow an operation See Also:Serialized FormClassorg.apache.jena.sharedApache Jena
AddDeniedExceptionException to throw for a denied add operationSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
AddOneBind the second argument to 1+ the first argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ALiteralA string literal property value from an RDF/XML file.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
AllDifferent Interface defining an individual in which all members of a collection are declared pair-wise disjoint.Interfaceorg.apache.jena.ontologyApache Jena
AllValuesFromRestriction A property restriction that requires the named property to have have any range instances to be members of a given class.Interfaceorg.apache.jena.ontologyApache Jena
AlreadyExistsExceptionException to throw when an attempt is made to create a named object (eg persistent model) when an object of that name alreadyClassorg.apache.jena.sharedApache Jena
AlreadyLinkedViewExceptionException to throw when adding a view to a Polymorphic discovers that the view to add is already on a ring.Classorg.apache.jena.enhancedApache Jena
AlreadyReifiedExceptionThe exception raised by reifyAs if a node is already bound to a single reified triple.Classorg.apache.jena.sharedApache Jena
AltAn RDF Alternative container.Interfaceorg.apache.jena.rdf.modelApache Jena
AltHasNoDefaultExceptionException thrown if an Alt has no default statement.Classorg.apache.jena.rdf.modelApache Jena
AnnotationProperty Interface that represents the category of annotation properties in an ontology language.Interfaceorg.apache.jena.ontologyApache Jena
AnonIdSystem id for an anonymous node.Classorg.apache.jena.rdf.modelApache Jena
AResourceA URI or blank node reported to a StatementHandler.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARP To load an RDF file: Create an ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
ARPConfigUsed to set event handlers and options on ARP, SAX2Model, andInterfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARPErrorNumbersError numbers used by ARP.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARPEventHandlerConvenience generalization of all ARP handler interfaces.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
ARPHandlersThe interface to set the various handlers on ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
ARPOptionsThe interface to set the various options on ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
AssemblerAn Assembler creates objects from their RDF descriptions.Interfaceorg.apache.jena.assemblerApache Jena
AssemblerHelpAssemblerHelp provides utility methods used by, and useful for working with, the Assembler code, including the methods that expand a model to include theClassorg.apache.jena.assemblerApache Jena
AssertDisjointPairsClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
AssertionFailureExceptionException to throw when an assertion fails.Classorg.apache.jena.sharedApache Jena
AuthenticationRequiredExceptionException to indicate that authentication is required for the operation to proceed.Classorg.apache.jena.sharedApache Jena
BackwardRuleInfGraphIThis interface collects together those operations that the backchaining engine needs to invoke in the parent InfGraph.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
BadBooleanExceptionException to throw when a string cannot be converted to a BooleanSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
BadCharLiteralExceptionException to throw when a literal required to be a single character isn't.Classorg.apache.jena.sharedApache Jena
BadDescriptionExceptionException to throw if a model (or graph) is a bad descriptionSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
BadDescriptionMultipleRootsExceptionException to throw if a Description contains multiple roots of a specified type.Classorg.apache.jena.sharedApache Jena
BadDescriptionNoRootExceptionException to throw if a Description has no root of a specified typeSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
BadObjectExceptionException used to report that the object of a statement is not a Resource.Classorg.apache.jena.assemblerApache Jena
BadURIExceptionA Jena exception for malformed URIs.Classorg.apache.jena.sharedApache Jena
BagAn RDF Bag container.Interfaceorg.apache.jena.rdf.modelApache Jena
BaseBuiltinDummy implementation of the Builtin interface that specific implementations can inherit from.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
BaseDatatypeClassorg.apache.jena.datatypesApache Jena
BaseDatatype .TypedValuePair object used to encode both lexical form and datatype for a typed literal with unknownClassorg.apache.jena.datatypes.BaseDatatypeApache Jena
BaseInfGraphA base level implementation of the InfGraph interface.Classorg.apache.jena.reasonerApache Jena
BaseInfGraph .InfCapabilitiesAn InfCapabilities notes that size may not be accurate, and some triples may be irremovable.Classorg.apache.jena.reasoner.BaseInfGraphApache Jena
BaseInfGraph .InfFindSafeCapabilitiesAn InfCapabilities notes that size may not be accurate, and some triples may be irremovable.Classorg.apache.jena.reasoner.BaseInfGraphApache Jena
BaseInfGraph .InfTransactionHandlerClassorg.apache.jena.reasoner.BaseInfGraphApache Jena
BasicForwardRuleInfGraphAn inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entireClassorg.apache.jena.reasoner.rulesysApache Jena
BasicForwardRuleReasonerReasoner implementation which augments or transforms an RDF graph according to a set of rules.Classorg.apache.jena.reasoner.rulesysApache Jena
BindingEnvironmentInterface through which the current bound values of variables can be found.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
BlankNodeIdSystem identifier for a blank node.Classorg.apache.jena.graphApache Jena
BooleanClassDescription Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).Interfaceorg.apache.jena.ontologyApache Jena
BoundPredicate used to check if a variable has been bound.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
BrokenExceptionAn exception to throw if an internal error is detected.Classorg.apache.jena.sharedApache Jena
BuiltinRules employ builtins to do all tests and actions other than simple triple matches and triple creation.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
BuiltinExceptionExceptions thrown by runtime errors in exceuting rule system builtin operations.Classorg.apache.jena.reasoner.rulesysApache Jena
BuiltinPersonalitiesThe personalities that are provided for the existing Jena classes.Classorg.apache.jena.enhancedApache Jena
BuiltinRegistryA registry for mapping functor names on java objects (instances of subclasses of Builtin) which implement their behvaiour.Classorg.apache.jena.reasoner.rulesysApache Jena
CannotCreateExceptionClassorg.apache.jena.sharedApache Jena
CannotEncodeCharacterExceptionException to throw when a character cannot be encoded into some context for some reason.Classorg.apache.jena.sharedApache Jena
CannotReifyExceptionThe exception thrown by reifyAs if a node is bound to bits and pieces of (an)other triple(s).Classorg.apache.jena.sharedApache Jena
CapabilitiesInterface for expressing capabilities.Interfaceorg.apache.jena.graphApache Jena
CardinalityQRestriction Interface representing the ontology abstraction for a qualified cardinality restriction.Interfaceorg.apache.jena.ontologyApache 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 definedInterfaceorg.apache.jena.ontologyApache Jena
ChangedListenerClass that merely notes that a change has occurred.Classorg.apache.jena.rdf.listenersApache Jena
CharEncodingThis class provides a number of static methods which interact with java.Classorg.apache.jena.utilApache Jena
ClauseEntryCommon interface for all objects that can go into rules.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
ClosedExceptionException that may be thrown if an operation is attempted on a closed graph.Classorg.apache.jena.sharedApache Jena
CollectionFactoryCollectionFactory - a central place for allocating sets and maps, mostly so that it's easy to plug in new implementations (eg trove).Classorg.apache.jena.utilApache Jena
CommandAn interface expressing the execution of a command.Interfaceorg.apache.jena.sharedApache Jena
ComplementClassInterfaceorg.apache.jena.ontologyApache Jena
CompositionBase Base class for graphs that are composed of multiple sub-graphs.Classorg.apache.jena.graph.composeApache Jena
ConfigExceptionAn Exception indicating that Jena is not working because it is not correctly configured.Classorg.apache.jena.sharedApache Jena
ConstAssemblerClassorg.apache.jena.assemblerApache Jena
Container This interface defines methods for accessing RDF container resources.Interfaceorg.apache.jena.rdf.modelApache Jena
ContentA Content object records content to be used to fill models.Classorg.apache.jena.assemblerApache Jena
ConversionException Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is notClassorg.apache.jena.ontologyApache Jena
CountLiteralValuesCountLiteralValues(X, P, C) sets C to be the number of semantically distinct values for P on resource X.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
DataRange Represents an ontology DataRange: a class-like construct that contains only concrete data literals.Interfaceorg.apache.jena.ontologyApache Jena
DatatypeFormatExceptionException thrown when a lexical form does not match the statedSee Also:Serialized FormClassorg.apache.jena.datatypesApache Jena
DatatypeProperty Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values areInterfaceorg.apache.jena.ontologyApache Jena
DBVocabulary for Database properties.Classorg.apache.jena.vocabularyApache Jena
DCClassorg.apache.jena.vocabularyApache Jena
DC_10Dublin Core version 1.Classorg.apache.jena.vocabularyApache Jena
DC_11Vocabulary definitions from file:vocabularies/dublin-core_11.Classorg.apache.jena.vocabularyApache Jena
DCTermsVocabulary definitions from vocabularies/dublin-core_terms.Classorg.apache.jena.vocabularyApache Jena
DCTypesVocabulary definitions from vocabularies/dublin-core_types.Classorg.apache.jena.vocabularyApache Jena
DeleteDeniedExceptionException to throw if a delete is denied.Classorg.apache.jena.sharedApache Jena
DeltaGraph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access.Classorg.apache.jena.graph.composeApache Jena
DerivationDerivation records are used to determine how an inferred triple was derived from a set of source triples and a reasoner.Interfaceorg.apache.jena.reasonerApache Jena
DifferenceClass representing the dynamic set difference L - R of two graphs.Classorg.apache.jena.graph.composeApache Jena
DifferenceBind the third argument to the arithetic difference between the first and second aguments.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
DisjointUnionDisjointUnion - a version of Union that assumes the graphs are disjoint, and hence that find need not do duplicate-removal.Classorg.apache.jena.graph.composeApache Jena
DoesNotExistExceptionException thrown when an attempt is made find an entity by name, but it cannot be located.Classorg.apache.jena.sharedApache Jena
DoesNotReifyExceptionThis exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspondClassorg.apache.jena.rdf.modelApache Jena
DOM2ModelTransform DOM nodes of RDF.Classorg.apache.jena.rdfxml.xmlinputApache Jena
DropA variant of the "remove" builtin that will delete matched triples from the graph but will not trigger further rule processing forClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
DyadicClassorg.apache.jena.graph.composeApache 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.Classorg.apache.jena.rdf.modelApache 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.Classorg.apache.jena.rdf.modelApache Jena
EnhGraphTODO: remove the polymorphic aspect of EnhGraphs.Classorg.apache.jena.enhancedApache Jena
EnhNode A specialisation of Polymorphic that models an extended node in a an extended graph.Classorg.apache.jena.enhancedApache Jena
EnumeratedClass Encapsulates a class description representing a closed enumeration of individuals.Interfaceorg.apache.jena.ontologyApache Jena
EqualCheck that the two args are semantically equal.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ExtendedHandler when a blank node goes out of scope, allowing its anonymous ID to be freed by external applications.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
FactoryA factory class for creating Graphs.Classorg.apache.jena.graphApache Jena
FatalParsingErrorExceptionThis exception should only be seen in user code when using SAX2RDF or SAX2Model.Classorg.apache.jena.rdfxml.xmlinputApache Jena
FBRuleInfGraphAn inference graph that uses a mixture of forward and backward chaining rules.Classorg.apache.jena.reasoner.rulesysApache Jena
FBRuleInfGraph .RuleStoreStructure used to wrap up pre-processed/compiled rule sets.Classorg.apache.jena.reasoner.rulesys.FBRuleInfGraphApache Jena
FBRuleReasonerRule-based reasoner interface.Classorg.apache.jena.reasoner.rulesysApache Jena
FGraphClassorg.apache.jena.reasonerApache 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:) andClassorg.apache.jena.utilApache Jena
FileUtilsClassorg.apache.jena.utilApache Jena
FinderMinimal interface for preforming simple pattern find operations.Interfaceorg.apache.jena.reasonerApache Jena
FinderUtilSome simple helper methods used when working with Finders, particularly to compose them into cascade sequences.Classorg.apache.jena.reasonerApache Jena
ForwardRuleInfGraphIThis interface collects together the operations on the InfGraph which are needed to support the forward rule engine.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
FrameClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
FrameIInterfaceorg.apache.jena.rdfxml.xmlinput.statesApache Jena
FrontsNodeHasNode - interface for objects that front a Node in some context.Interfaceorg.apache.jena.graphApache Jena
FrontsTripleFrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples.Interfaceorg.apache.jena.graphApache 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 theInterfaceorg.apache.jena.ontologyApache Jena
FunctorA functor comprises a functor name and a list of arguments.Classorg.apache.jena.reasoner.rulesysApache Jena
Functor .FunctorDatatypeInner class.Classorg.apache.jena.reasoner.rulesys.FunctorApache Jena
GETests if the first argument is greater than or equal to the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
GenericRuleReasonerA reasoner interface that is able to invoke any of the useful rule engine combinations.Classorg.apache.jena.reasoner.rulesysApache Jena
GenericRuleReasoner .RuleModeClassorg.apache.jena.reasoner.rulesys.GenericRuleReasonerApache Jena
GenericRuleReasonerFactoryFactory object for creating general rule reasoner instances.Classorg.apache.jena.reasoner.rulesysApache Jena
GetTriplethis interface describes types that can have a triple extracted using a getTriple method.Interfaceorg.apache.jena.graphApache Jena
GraphThe interface to be satisfied by implementations maintaining collections of RDF triples.Interfaceorg.apache.jena.graphApache Jena
GraphEventManagerThe component of a graph responsible for managing events and listeners.Interfaceorg.apache.jena.graphApache Jena
GraphEventsGraphEvents is the base class for Jena general graph events.Classorg.apache.jena.graphApache Jena
GraphExtractGraphExtract offers a very simple recursive extraction of a subgraph with a specified root in some supergraph.Classorg.apache.jena.graphApache Jena
GraphListenerInterface for listening to graph-level update events.Interfaceorg.apache.jena.graphApache Jena
GraphMakerA factory for providing instances of named graphs with appropriate storage models.Interfaceorg.apache.jena.graphApache Jena
GraphPersonalityPersonalities for Graphs.Classorg.apache.jena.enhancedApache Jena
GraphStatisticsHandlerA graph's StatisticsHandler offers access to some statistics about that graph's contents that might be useful for optimisation.Interfaceorg.apache.jena.graphApache Jena
GraphUtilClassorg.apache.jena.graphApache Jena
GreaterThanTests if the first argument is greater than the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
HasNoModelExceptionException to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model.Classorg.apache.jena.rdf.modelApache Jena
HasSubjectFrameI org.Interfaceorg.apache.jena.rdfxml.xmlinput.statesApache Jena
HasValueRestrictionInterfaceorg.apache.jena.ontologyApache Jena
HideClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IllegalDateTimeFieldExceptionException thrown when attempting to access a field of an XSDDateTime object that is not legal for the current date/time type.Classorg.apache.jena.datatypes.xsdApache Jena
IllegalParameterExceptionException used to to signal that a configuration parameter was used (typically in a setParameter call) that was not understood - eitherClassorg.apache.jena.reasonerApache Jena
Implementation Interface defining a generic factory interface for generating enhanced nodes from normal graph nodes.Classorg.apache.jena.enhancedApache Jena
ImportManagerClassorg.apache.jena.assemblerApache 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.Interfaceorg.apache.jena.ontologyApache Jena
InfGraph graph.Interfaceorg.apache.jena.reasonerApache Jena
InfModelAn extension to the normal Model interface that supports access to any underlying inference capability.Interfaceorg.apache.jena.rdf.modelApache Jena
InitJenaCoreClassorg.apache.jena.systemApache Jena
InnerXMLLiteralClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
IntersectionThe dynamic intersection of two graphs L and R.Classorg.apache.jena.graph.composeApache Jena
IntersectionClassInterfaceorg.apache.jena.ontologyApache 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.Classorg.apache.jena.rdf.modelApache Jena
InvalidPropertyURIExceptionException to throw when it is discovered that a property has been givenSee Also:Serialized FormClassorg.apache.jena.sharedApache 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 inInterfaceorg.apache.jena.ontologyApache Jena
IsBNodeTests the single argument to make sure it is blank node.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IsDTypeTests whether the first argument is an instance of the datatype defined by the resource in the second argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IsFunctorTests the single argument to make sure it is not a Functor.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IsLiteralTests the single argument to make sure it is a literal.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
IteratorCollectionAnswer the elements of the given iterator as a list, in the order that they arrived from the iterator.Classorg.apache.jena.utilApache Jena
JAClassorg.apache.jena.assemblerApache Jena
Jena Provides various meta-data constants about the Jena package.Interfaceorg.apache.jenaApache Jena
JenaExceptionThis should be a superclass of exceptions arising from Jena code.Classorg.apache.jena.sharedApache Jena
JenaReaderInterface between Jena and ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
JenaRuntimeMethods and constants that define features of the current the environment.Classorg.apache.jenaApache Jena
JenaSubsystemLifecycleLifecycle interface for jena modules and subsystems.Interfaceorg.apache.jena.systemApache Jena
JenaSubsystemRegistryA JenaSubsystemRegistry is a set of objects implementing JenaSubsystemLifecycle.Interfaceorg.apache.jena.systemApache Jena
JenaSubsystemRegistryBasic but common case of running Jena as a collection of jars on the classpath.Classorg.apache.jena.systemApache Jena
JenaSystemJena "system" - simple controls for ensuring components are loaded and initialized.Classorg.apache.jena.systemApache 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.Classorg.apache.jena.ontologyApache Jena
LETests if the first argument is less than or equal to the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
LessThanTests if the first argument is less than the second.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListContainsReturns true if the first argument is a list which contains the second argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListEntrylistEntry(?list, ?index, ?val) will bind ?val to the ?index'th entry in the RDF list ?list.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListEqualTest if the two argument lists contain the same semantic elements.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListIndexException A exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list.Classorg.apache.jena.rdf.modelApache Jena
ListLengthBind the second arg to the length of the first arg treated as a list.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListMapAsObjectFor each element in the RDF list (third argument) it asserts triples with that as the object and subject and predicate given by argumentsClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListMapAsSubjectFor each element in the RDF list (first argument) it asserts triples with that as the subject and predicate and object given by argumentsClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListNotContainsReturns false if the first argument is a list which contains the second argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ListNotEqualTest if the two argument lists differ.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
Literal In RDF2003 literals can be typed.Interfaceorg.apache.jena.rdf.modelApache Jena
LiteralRequiredExceptionException 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.Classorg.apache.jena.rdf.modelApache Jena
LocationMapperAlternative locations for URIs.Classorg.apache.jena.utilApache Jena
LocationMappingVocabVocabulary definitions from Vocabularies/location-mapping-rdfs.Classorg.apache.jena.vocabularyApache Jena
LocatorInterfaceorg.apache.jena.utilApache Jena
LocatorClassLoaderClassorg.apache.jena.utilApache Jena
LocatorFileLocation files in the filing system.Classorg.apache.jena.utilApache Jena
LocatorURLClassorg.apache.jena.utilApache Jena
LocatorZipClassorg.apache.jena.utilApache Jena
LockInterfaceorg.apache.jena.sharedApache Jena
LockMRPlusSWA multiple-reader plus single-writer lock.Classorg.apache.jena.sharedApache Jena
LockMRSWLock implemenetation using a Multiple Reader, Single Writer policy.Classorg.apache.jena.sharedApache Jena
LockMutexClassorg.apache.jena.sharedApache Jena
LockNoneClassorg.apache.jena.sharedApache Jena
LookingForRDFClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
LPBackwardRuleInfGraphClassorg.apache.jena.reasoner.rulesysApache Jena
LPBackwardRuleReasonerReasoner implementation which augments or transforms an RDF graph according to a set of rules.Classorg.apache.jena.reasoner.rulesysApache Jena
MakeInstanceCreate or lookup an anonymous instance of a property value.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MakeSkolemBind a blank node to the first argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MakeTempClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MaxBind the third arg to the max of the first two args.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MaxCardinalityQRestriction Interface representing the ontology abstraction for a qualified maximum cardinality restriction.Interfaceorg.apache.jena.ontologyApache 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 definedInterfaceorg.apache.jena.ontologyApache Jena
MetadataPluck data out of the ether - or failing that, read it from a properties file.Classorg.apache.jena.utilApache Jena
MinBind the third arg to the min of the first two args.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
MinCardinalityQRestriction Interface representing the ontology abstraction for a qualified minimum cardinality restriction.Interfaceorg.apache.jena.ontologyApache 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 definedInterfaceorg.apache.jena.ontologyApache Jena
ModeA Mode object controls whether persistent objects can be created or reused by an assembler.Classorg.apache.jena.assemblerApache Jena
Model An RDF model is a set of Statements.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelChangedListenerThe interface for classes that listen for model-changed events.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelConConvenience methods which extend the Model interface.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelExpansionThe ModelExpansion code expands a model M against a schema S, returning a new model which containsClassorg.apache.jena.assemblerApache Jena
ModelExtractModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be extracted from other models with some boundary condition.Classorg.apache.jena.rdf.modelApache Jena
ModelFactoryModelFactory provides methods for creating standard kinds of Model.Classorg.apache.jena.rdf.modelApache Jena
ModelFactoryBaseClassorg.apache.jena.rdf.modelApache Jena
ModelGetterA ModelGetter object can retrieve a Model given a URL for it.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelGraphInterfaceModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelMakerA ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-namedInterfaceorg.apache.jena.rdf.modelApache Jena
ModelReaderA component interface used by ModelGetter for reading models.Interfaceorg.apache.jena.rdf.modelApache Jena
ModelSourceThe revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions.Interfaceorg.apache.jena.rdf.modelApache Jena
MonitorGraphGraph wrapper which provides normal access to an underlying graph but also maintains a snapshot of the triples it was last known to contain.Classorg.apache.jena.utilApache Jena
MonitorModelModel wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain.Classorg.apache.jena.utilApache Jena
MultiUnion A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph.Classorg.apache.jena.graph.composeApache Jena
MultiUnion .MultiUnionStatisticsHandlerClassorg.apache.jena.graph.compose.MultiUnionApache Jena
NamespaceEndsWithNameCharExceptionThis exception is thrown when a putative namespace (for a PrefixMapping) ends with a name character, which we disallow because its an invitationClassorg.apache.jena.sharedApache Jena
NamespaceHandlerThe interface for being notified about namespace use in an RDF/XML This has methods copied form SAX forInterfaceorg.apache.jena.rdfxml.xmlinputApache Jena
NodeA Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY.Classorg.apache.jena.graphApache Jena
Node .NotLiteralException thrown if a literal-access operation is attemted on a non-literal node.Classorg.apache.jena.graph.NodeApache Jena
Node_ANYA Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query.Classorg.apache.jena.graphApache Jena
Node_BlankRDF blank nodes, ie nodes with identity but without URIs.Classorg.apache.jena.graphApache Jena
Node_ConcreteThis is the class of "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.Classorg.apache.jena.graphApache Jena
Node_FluidClassorg.apache.jena.graphApache Jena
Node_LiteralAn RDF node holding a literal value.Classorg.apache.jena.graphApache Jena
Node_NULLThe Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code).Classorg.apache.jena.graphApache Jena
Node_RuleVariableA variation on the normal Node_Variable which support for value bindings.Classorg.apache.jena.reasoner.rulesysApache Jena
Node_URIRDF nodes with a global identity given by a URI.Classorg.apache.jena.graphApache Jena
Node_Variable"variable" nodes; these are outside the RDF2003 specification, but are used internally for "placeholder" nodes where blank nodes would beClassorg.apache.jena.graphApache Jena
Node_Variable .VariableNameClassorg.apache.jena.graph.Node_VariableApache Jena
NodeFactoryClassorg.apache.jena.graphApache Jena
NodeIteratorAn iterator which returns RDF nodes.Interfaceorg.apache.jena.rdf.modelApache Jena
NodePersonalityPersonalities for nodes.Classorg.apache.jena.enhancedApache Jena
NodeVisitorThe NodeVisitor interface is used by Node::visitWith so that an application can have type-dispatch on the class of a Node.Interfaceorg.apache.jena.graphApache Jena
NoReaderForLangExceptionException to throw when there is no reader with the specified languageSee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
NoReasonerSuppliedExceptionNoReasonerSuppliedException - the exception to throw if a reasoner (spec) was required, but none was given (eg in ModelSpecs).Classorg.apache.jena.sharedApache Jena
NoSuchReasonerExceptionNoSuchReasonerException - the exception to throw when looking up a reasoner fails (in ModelSpec construction).Classorg.apache.jena.sharedApache Jena
NotBNodeTests the single argument to make sure it is not a blank node.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
NotDTypeTests wheter the first argument is not an instance of the datatype defined by the resource in the second argument.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
NotEqualCheck that the two args are different.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
NotFoundExceptionException thrown when an attempt is made find something and it is not found.Classorg.apache.jena.sharedApache Jena
NotFunctorTests the single argument to make sure it is not a Functor.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
NotLiteralTests the single argument to make sure it is a literal.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
NoValueCan be used in two arg form (X, P) or three arg form (X, P, V).Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
NowBind the first arg to the current date time in the current locale and timezone.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
NoWriterForLangExceptionException to throw if there is no writer for the specified language.Classorg.apache.jena.sharedApache Jena
NsIteratorAn iterator which returns namespace URI's.Interfaceorg.apache.jena.rdf.modelApache Jena
NTripleA command line interface into ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
NullListenerA listener that ignores everything you tell it; intended as a base class or an identity element.Classorg.apache.jena.rdf.listenersApache Jena
ObjectListenerListener that funnels all the changes into add/removed(Object) x, ie, leaves discrimination to be done on the type of object added or removed.Classorg.apache.jena.rdf.listenersApache Jena
ObjectProperty Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties).Interfaceorg.apache.jena.ontologyApache Jena
OneToManyMapAn 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.Classorg.apache.jena.utilApache Jena
OneToManyMap .EntryHelper class to implement the Map.Classorg.apache.jena.util.OneToManyMapApache Jena
OntClass Interface that represents an ontology node characterising a class description.Interfaceorg.apache.jena.ontologyApache Jena
OntDocManagerVocabVocabulary definitions from file:vocabularies/ont-manager.Classorg.apache.jena.vocabularyApache Jena
OntDocumentManager Provides services for managing ontology documents, including loading imported documents, and locally caching documents from resolvable URL's to improveClassorg.apache.jena.ontologyApache Jena
OntDocumentManager .DefaultReadHookThe default implementation of OntDocumentManager.Classorg.apache.jena.ontology.OntDocumentManagerApache Jena
OntDocumentManager .ReadFailureHandler fails in an attempt to read the contents of a URL into a model.Interfaceorg.apache.jena.ontology.OntDocumentManagerApache Jena
OntDocumentManager .ReadHook reading a source document into a model.Interfaceorg.apache.jena.ontology.OntDocumentManagerApache Jena
OntEventsVocabVocabulary definitions from file:vocabularies/ont-event.Classorg.apache.jena.vocabularyApache Jena
OntModel An enhanced view of a Jena model that is known to contain ontology data, under a given ontology vocabulary (such as OWL).Interfaceorg.apache.jena.ontologyApache Jena
OntModelSpec Encapsulates a description of the components of an ontology model, including the storage scheme, reasoner and language profile.Classorg.apache.jena.ontologyApache Jena
Ontology Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the documentInterfaceorg.apache.jena.ontologyApache Jena
OntologyException Exception for generic errors that arise while processing ontologiesSee Also:Serialized FormClassorg.apache.jena.ontologyApache Jena
OntProperty Interface encapsulating a property in an ontology.Interfaceorg.apache.jena.ontologyApache Jena
OntResource Provides a common super-type for all of the abstractions in this ontology representation package.Interfaceorg.apache.jena.ontologyApache Jena
OntTools Some general utilities and algorithms to support developers working with the general classes in the Jena ontology API.Classorg.apache.jena.ontologyApache Jena
OntTools .DisjointSetClassorg.apache.jena.ontology.OntToolsApache Jena
OntTools .LCAIndexSimple data structure mapping RDF nodes to disjoint sets, and pairs of resources to their LCA.Classorg.apache.jena.ontology.OntToolsApache Jena
OntTools .PathA path is an application of List containing only Statement objects, and in which for all adjacent elements Si-1Classorg.apache.jena.ontology.OntToolsApache Jena
OntTools .PredicatesFilterA filter which accepts statements whose predicate matches one of a collection of predicates held by the filter object.Classorg.apache.jena.ontology.OntToolsApache Jena
OperationDeniedExceptionSuperclass of exceptions of all refusals of operation on a graph.Classorg.apache.jena.sharedApache Jena
OuterXMLLiteralClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
OWLVocabulary definitions from file:vocabularies/owl.Classorg.apache.jena.vocabularyApache Jena
OWL2OWL2 vocabulary.Classorg.apache.jena.vocabularyApache Jena
OWLFBRuleReasonerA hybrid forward/backward implementation of the OWL closure rules.Classorg.apache.jena.reasoner.rulesysApache Jena
OWLFBRuleReasonerFactoryFactory class for creating blank instances of the OWL Reasoner.Classorg.apache.jena.reasoner.rulesysApache Jena
OWLMicroReasonerReasoner configuration for the OWL micro reasoner.Classorg.apache.jena.reasoner.rulesysApache Jena
OWLMicroReasonerFactoryReasoner factory for the OWL micro configuration.Classorg.apache.jena.reasoner.rulesysApache Jena
OWLMiniReasonerReasoner configuration for the OWL mini reasoner.Classorg.apache.jena.reasoner.rulesysApache Jena
OWLMiniReasonerFactoryReasoner factory for the OWL mini configuration.Classorg.apache.jena.reasoner.rulesysApache Jena
OWLResultsThe vocabulary used by WebOnt to encode results of test runs.Classorg.apache.jena.vocabularyApache Jena
OWLTestThe vocabulary used by the WebOnt working group to define test manifests.Classorg.apache.jena.vocabularyApache Jena
ParseExceptionAn exception during the RDF processing of ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
PersonalityDefines a set of permitted mappings from [interface] Class objects to Implementation factories that can generate instances of the facet represented Classorg.apache.jena.enhancedApache Jena
PersonalityConfigExceptionException denoting that a personality is misconfigured in some way.Classorg.apache.jena.enhancedApache 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).Classorg.apache.jena.graph.composeApache Jena
PolyadicPrefixMappingImplClassorg.apache.jena.graph.composeApache Jena
PolymorphicAbstract base class for all polymorphic RDF objects, especially enhanced node and enhanced graph.Classorg.apache.jena.enhancedApache Jena
PrefixMappingMethods for recording namepsace prefix mappings and applying and unapplying them to URIs.Interfaceorg.apache.jena.sharedApache Jena
PrefixMapping .FactoryFactory class to create an unspecified kind of PrefixMapping.Classorg.apache.jena.shared.PrefixMappingApache Jena
PrefixMapping .IllegalPrefixExceptionException to throw when the prefix argument to setNsPrefix is illegal for some reason.Classorg.apache.jena.shared.PrefixMappingApache Jena
PrefixMapping .JenaLockedExceptionException to throw when trying to update a locked PrefixMapping.Classorg.apache.jena.shared.PrefixMappingApache Jena
PrintClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
PrintUtilA collection of small utilites for pretty printing nodes, triples and associated things.Classorg.apache.jena.utilApache Jena
ProductBind the third arg to the product of the first two args.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
Profile Interface that encapsulates the elements of a general vocabulary corresponding to a particular ontology language.Interfaceorg.apache.jena.ontologyApache 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.Classorg.apache.jena.ontologyApache Jena
ProfileRegistry Provides a means to map between the URI's that represent ontology languages and their language profiles.Classorg.apache.jena.ontologyApache Jena
PropertyGets the value of the property property.Interfaceorg.apache.jena.rdf.modelApache Jena
PropertyNotFoundExceptionException to throw if something does not have the specified property.Classorg.apache.jena.sharedApache Jena
QualifiedRestriction Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.Interfaceorg.apache.jena.ontologyApache Jena
QuotientBind the third arg to the ratio of the first two args.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
RandomOrderGraphWraps a graph and randomizes the order of find results.Classorg.apache.jena.sharedApache Jena
RDFThe standard RDF vocabulary.Classorg.apache.jena.vocabularyApache Jena
RDF .NodesThe same items of vocabulary, but at the Node level, parked inside a nested class so that there's a simple way to refer to them.Classorg.apache.jena.vocabulary.RDFApache Jena
RDFCollectionClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
RDFDatatypeInterface on a datatype representation.Interfaceorg.apache.jena.datatypesApache Jena
RDFErrorHandlerA generic error handler.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFList Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFList .ApplyFn Apply a function to the given RDF node.Interfaceorg.apache.jena.rdf.model.RDFListApache Jena
RDFList .ReduceFn in turn, and passing the result to an accumulator.Interfaceorg.apache.jena.rdf.model.RDFListApache Jena
RDFNodeInterface covering RDF resources and literals.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFReaderAn RDFReader reads a serialized represenation of RDF, e.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFReaderFAn RDFReader factory inferface.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFSClassorg.apache.jena.vocabularyApache Jena
RDFS .NodesThe RDFS vocabulary, expressed for the SPI layer in terms of .Classorg.apache.jena.vocabulary.RDFSApache Jena
RDFSFBRuleReasonerA backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter.Classorg.apache.jena.reasoner.rulesysApache Jena
RDFSFBRuleReasonerFactoryFactory class for creating blank instances of the hybrid rule RDFS reasoner.Classorg.apache.jena.reasoner.rulesysApache Jena
RDFSForwardRuleReasonerA pure forward chaining implementation of the RDFS closure rules based upon the basic forward rule interpreter.Classorg.apache.jena.reasoner.rulesysApache Jena
RDFSRuleInfGraphCustomization of the generic rule inference graph for RDFS inference.Classorg.apache.jena.reasoner.rulesysApache Jena
RDFSRuleReasonerA full implemention of RDFS reasoning using a hybrid rule system, together with optimized subclass/subproperty closure using the transitive graph caches.Classorg.apache.jena.reasoner.rulesysApache Jena
RDFSRuleReasonerFactoryClassorg.apache.jena.reasoner.rulesysApache Jena
RDFSyntaxThis class includes fragment IDs from the RDF Syntax WD, to identify grammar rules etc.Classorg.apache.jena.vocabularyApache Jena
RDFTestThe vocabulary used by the RDFCore working group to define test manifests.Classorg.apache.jena.vocabularyApache Jena
RDFVisitorThe interface for visiting (ie type-dispatching) an RDF Node.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFWriterRDFWriter is an interface to RDF serializers.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFWriterFAn RDFWriter factory inferface.Interfaceorg.apache.jena.rdf.modelApache Jena
RDFXMLWriterIThis interface only adds documentation to RDFWriter.Interfaceorg.apache.jena.rdfxml.xmloutputApache Jena
ReadDeniedExceptionClassorg.apache.jena.sharedApache Jena
ReasonerThe minimal interface to which all reasoners (or reasoner adaptors) conform.Interfaceorg.apache.jena.reasonerApache Jena
ReasonerExceptionException signalling some generic problem with the reasoning subsystem.Classorg.apache.jena.reasonerApache Jena
ReasonerFactoryThe interface through which a reasoner (inference engine) can be instantiated.Interfaceorg.apache.jena.reasonerApache Jena
ReasonerRegistryA global registry of known reasoner modules.Classorg.apache.jena.reasonerApache Jena
ReasonerVocabularyClassorg.apache.jena.vocabularyApache Jena
RegexClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ReifiedStatementA ReifiedStatement represents a Statement as a Resource.Interfaceorg.apache.jena.rdf.modelApache Jena
RemoveRemove the body clause given by index arguments from the database.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
ResIteratorAn iterator which returns RDF Resources.Interfaceorg.apache.jena.rdf.modelApache Jena
Resource Resource instances when created may be associated with a specific model.Interfaceorg.apache.jena.rdf.modelApache Jena
ResourceFCreate an application specific resource instance.Interfaceorg.apache.jena.rdf.modelApache Jena
ResourceFactoryA Factory class for creating resources.Classorg.apache.jena.rdf.modelApache Jena
ResourceFactory .Interfacethe interface to resource factory objects.Interfaceorg.apache.jena.rdf.model.ResourceFactoryApache Jena
ResourceRequiredExceptionException to throw when an RDFNode required to be a Resource isn't, or when a Node supposed to be a resource isn't.Classorg.apache.jena.rdf.modelApache Jena
ResourceUtilsClassorg.apache.jena.utilApache Jena
Restriction Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.Interfaceorg.apache.jena.ontologyApache Jena
RETERuleInfGraphRETE implementation of the forward rule infernce graph.Classorg.apache.jena.reasoner.rulesysApache Jena
RSIteratorAn RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's and which has a next-method with that return type.Interfaceorg.apache.jena.rdf.modelApache Jena
RSSThe standard RSS vocavulary.Classorg.apache.jena.vocabularyApache Jena
RuleRepresentation of a generic inference rule.Classorg.apache.jena.reasoner.rulesysApache Jena
Rule .ParserInner class which provides minimalist parsing support based on tokenisation with depth 1 lookahead.Classorg.apache.jena.reasoner.rulesys.RuleApache Jena
Rule .ParserExceptionInner class.Classorg.apache.jena.reasoner.rulesys.RuleApache Jena
RuleContextInterface used to convey context information from a rule engine to the stack of procedural builtins.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
RuleDerivationDerivation records are used to determine how an inferred triple was derived from a set of source triples and a reasoner.Classorg.apache.jena.reasoner.rulesysApache Jena
RulePreprocessHook during intialization of (hybrid) rule systems.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
RuleReasonerRuleReasoner - an interface to capture the idea of a Reasoner that relies on Rules; motivated primarily by the testing for ModelSpecs which specifyInterfaceorg.apache.jena.reasoner.rulesysApache Jena
RuleReasonerFactoryRuleReasonerFactory - a ReasonerFactory interface which allows rules to be set up to be installed into each reasoner this factory produces.Interfaceorg.apache.jena.reasoner.rulesysApache Jena
RuleSetA RuleSet wraps a list of rules.Classorg.apache.jena.assemblerApache Jena
RulesetNotFoundExceptionRulesetNotFoundException - exception to throw when a Ruleset is not found (eg when handing reasoner specifications)Classorg.apache.jena.sharedApache Jena
SAX2ModelUse arbitrary SAX input to Jena.Classorg.apache.jena.rdfxml.xmlinputApache Jena
SAX2RDF Allows connecting an arbitrary source of SAX events with ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
SelectorA Statement selector.Interfaceorg.apache.jena.rdf.modelApache Jena
SeqRDF Sequence container.Interfaceorg.apache.jena.rdf.modelApache Jena
SeqIndexBoundsExceptionException to throw when the index of a sequence is not in range.Classorg.apache.jena.rdf.modelApache Jena
SilentAddIInterface supported by each of the rule system interpreters that allow triples to added directly to the deductions cache, by-passingInterfaceorg.apache.jena.reasoner.rulesysApache Jena
SimpleSelectorA general selector class for use when querying models.Classorg.apache.jena.rdf.modelApache Jena
SKOSVocabulary definition for the W3C SKOS Recommendation.Classorg.apache.jena.vocabularyApache Jena
SKOSXLVocabulary definition for the W3C SKOS-XL Recommendation.Classorg.apache.jena.vocabularyApache Jena
SomeValuesFromRestriction A property restriction that requires the named property to have at least one range instance belonging to the given class.Interfaceorg.apache.jena.ontologyApache Jena
SplitIRICode to split an URI or IRI into prefix and local part.Classorg.apache.jena.utilApache Jena
StandardValidityReportDefault implementation of ValidityReport which simply stores a list of precomputed Report records.Classorg.apache.jena.reasonerApache Jena
StartStateRDForDescriptionClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
Statement A Statement is not a Resource, but can produce a ReifiedStatement that represents it and from which the Statement can be recovered.Interfaceorg.apache.jena.rdf.modelApache Jena
StatementBoundaryAn interface for expressing search boundaries in terms of bounding statements.Interfaceorg.apache.jena.rdf.modelApache Jena
StatementBoundaryBaseStatementBoundaryBase - a base class for StatementBoundarys, with built-in converstion to triples and a continueWith as well as a stopAt.Classorg.apache.jena.rdf.modelApache Jena
StatementHandlerThe callback from a reader to an RDF application.Interfaceorg.apache.jena.rdfxml.xmlinputApache Jena
StatementListenerA listener that filters all its listening down to the single-statement level.Classorg.apache.jena.rdf.listenersApache Jena
StatementTripleBoundaryClassorg.apache.jena.rdf.modelApache Jena
StAX2ModelA collection of convenient functions to parse an XML stream using ARP.Classorg.apache.jena.rdfxml.xmlinputApache Jena
StAX2SAXBridge StAX and SAX parsing.Classorg.apache.jena.rdfxml.xmlinputApache Jena
StmtIteratorAn iterator which returns RDF Statements.Interfaceorg.apache.jena.rdf.modelApache Jena
StrConcatBuiltin which concatenates a set of strings.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
SumBind the third arg to the sum of the first two args.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
SymmetricProperty Interface that encapsulates a property that is symmetric, i.Interfaceorg.apache.jena.ontologyApache Jena
SyntaxErrorException to throw when a syntax error is detected in some input.Classorg.apache.jena.sharedApache Jena
SystemUtilsNote: this has been copied here from ARQ.Classorg.apache.jena.utilApache Jena
TableArrange that the given predicate is tabled by the backchaining engine.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
TableAllClassorg.apache.jena.reasoner.rulesys.builtinsApache Jena
TestManifestVocabulary definitions from test-manifest.Classorg.apache.jena.vocabularyApache Jena
TestManifestXVocabulary definitions from test-manifest-x.Classorg.apache.jena.vocabularyApache Jena
TokenizerA tokenizer, similar to java's StringTokenizer but allows for quoted character strings which can include other separators.Classorg.apache.jena.utilApache Jena
TransactionHandlerPreliminary interface for graphs supporting transactions.Interfaceorg.apache.jena.graphApache Jena
TransitiveEngineUses two transitive graph caches to store a subclass and a subproperty lattice and use them within a larger inference graph.Classorg.apache.jena.reasoner.transitiveReasonerApache Jena
TransitiveGraphCacheDatastructure used to represent a closed transitive reflexive relation.Classorg.apache.jena.reasoner.transitiveReasonerApache Jena
TransitiveInfGraph This is returned by the TransitiveReasoner when a data graph (together with an optional schema) has been bound.Classorg.apache.jena.reasoner.transitiveReasonerApache Jena
TransitiveProperty Interface that denotes a property that is transitive i.Interfaceorg.apache.jena.ontologyApache Jena
TransitiveReasonerA simple "reasoner" used to help with API development.Classorg.apache.jena.reasoner.transitiveReasonerApache Jena
TransitiveReasonerFactoryFactory class for creating blank instances of the transitive reasoner.Classorg.apache.jena.reasoner.transitiveReasonerApache Jena
TripleTriples are the basis for RDF statements; they have a subject, predicate, and object field (all nodes) and express the notion that the relationship namedClassorg.apache.jena.graphApache Jena
Triple .FieldA Field is a selector from Triples; it allows selectors to be passed around as if they were functions, hooray.Classorg.apache.jena.graph.TripleApache Jena
TripleBoundaryAn interface for expressing a stopping condition on triples, such as in sub-graph extraction.Interfaceorg.apache.jena.graphApache Jena
TripleIteratorAn extended iterator that can return its next element as a Triple.Interfaceorg.apache.jena.graphApache Jena
TriplePatternDatastructure which defines a triple pattern as used in simple rules and in find interfaces.Classorg.apache.jena.reasonerApache Jena
TypedStreamClassorg.apache.jena.utilApache Jena
TypeMapperThe TypeMapper provides a global registry of known datatypes.Classorg.apache.jena.datatypesApache Jena
UnboundPredicate used to check if a variable has not been bound.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
UnionA class representing the dynamic union of two graphs.Classorg.apache.jena.graph.composeApache Jena
UnionClass Class description that is formed from the union of a list of a class descriptions.Interfaceorg.apache.jena.ontologyApache Jena
UnknownPropertyExceptionException to throw when Jena is presented with an unknown propertySee Also:Serialized FormClassorg.apache.jena.sharedApache Jena
UnsupportedPolymorphismExceptionException to throw if an enhanced graph does not support polymorphism to a specific class.Classorg.apache.jena.enhancedApache Jena
UpdateDeniedExceptionClassorg.apache.jena.sharedApache Jena
UriConcatBuiltin which concatenates a set of strings to generate a new URI.Classorg.apache.jena.reasoner.rulesys.builtinsApache Jena
URIrefThis class provides methods to encode and decode URI References in accordance with http://www.Classorg.apache.jena.utilApache Jena
UtilA small random collection of utility functions used by the rule systems.Classorg.apache.jena.reasoner.rulesysApache Jena
ValidityReportData structure used to report the results of validation or consistency checking operations.Interfaceorg.apache.jena.reasonerApache Jena
ValidityReport .ReportClassorg.apache.jena.reasoner.ValidityReportApache Jena
VCARDVCARD vocabulary class for namespace http://www.Classorg.apache.jena.vocabularyApache Jena
WantDescriptionClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
WantEmptyClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
WantLiteralValueOrDescriptionClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
WantPropertyElementClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
WantsObjectFrameIInterfaceorg.apache.jena.rdfxml.xmlinput.statesApache Jena
WantTopLevelDescriptionClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
WantTypedLiteralClassorg.apache.jena.rdfxml.xmlinput.statesApache Jena
WrappedExceptionJena exceptions that explicitly wrap other (usually checked) exceptions.Classorg.apache.jena.sharedApache Jena
WrappedIOExceptionA wrapped IO exception.Classorg.apache.jena.sharedApache Jena
XSDDefines Jena resources corresponding to the URIs for the XSD primitive datatypes which are known to Jena.Classorg.apache.jena.vocabularyApache Jena
XSDbase64Binary This only needs to implement the unparsing.Classorg.apache.jena.datatypes.xsdApache Jena
XSDbinaryRoot class for XSD datatypes with binary values, xsd:hexBinary and xsd:base64Binary.Classorg.apache.jena.datatypes.xsdApache Jena
XSDDatatypeRepresentation of an XSD datatype based on the Xerces-2 XSD implementation.Classorg.apache.jena.datatypes.xsdApache Jena
XSDDatatype .XSDGenericTypeGeneric XML Schema datatype (outside the xsd: namespace) Datatype template that adapts any response back from Xerces type parsingClassorg.apache.jena.datatypes.xsd.XSDDatatypeApache Jena
XSDDateTimeRepresent an XSD date/time value.Classorg.apache.jena.datatypes.xsdApache Jena
XSDDurationRepresent an XSD duration value.Classorg.apache.jena.datatypes.xsdApache Jena
XSDhexBinary This only needs to implement the unparsing.Classorg.apache.jena.datatypes.xsdApache Jena