- abort() - Method in interface org.apache.jena.graph.TransactionHandler
-
If transactions are supported and there is a tranaction in progress, abort
it.
- abort() - Method in interface org.apache.jena.rdf.model.Model
-
Abort the current transaction and abandon any changes in progress.
- abort() - Method in interface org.apache.jena.rdf.model.Resource
-
Abort the transaction in the associated model.
- abort() - Method in class org.apache.jena.rdfxml.xmlinput.states.Frame
-
- abort() - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- abort() - Method in class org.apache.jena.rdfxml.xmlinput.states.StartStateRDForDescription
-
- abort() - Method in class org.apache.jena.rdfxml.xmlinput.states.WantDescription
-
- abort() - Method in class org.apache.jena.rdfxml.xmlinput.states.WantPropertyElement
-
- abort() - Method in class org.apache.jena.rdfxml.xmlinput.states.WantTopLevelDescription
-
- abort() - Method in class org.apache.jena.reasoner.BaseInfGraph.InfTransactionHandler
-
- aboutAttr - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- abstract_ - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A summary of the resource.
- AbstractDateTime - Class in org.apache.jena.datatypes.xsd
-
Base class for representation of XSD duration, time, date/time
and related datatype instances.
- AbstractDateTime(Object) - Constructor for class org.apache.jena.datatypes.xsd.AbstractDateTime
-
Constructor
- AbsXMLLiteral - Class in org.apache.jena.rdfxml.xmlinput.states
-
- AbsXMLLiteral(FrameI, AbsXMLContext, StringBuffer) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.AbsXMLLiteral
-
- AbsXMLLiteral(AbsXMLLiteral, Map<String, String>) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.AbsXMLLiteral
-
- AbsXMLLiteral(XMLHandler, AbsXMLContext) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.AbsXMLLiteral
-
- accept(Object) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Post-filter query results to hide unwanted
triples from the glare of publicity.
- accepted - Static variable in class org.apache.jena.vocabulary.TestManifest
-
- acceptFilter - Static variable in class org.apache.jena.reasoner.rulesys.Functor
-
A static Predicate instance that detects triples with Functor objects
- AccessDeniedException - Exception in org.apache.jena.shared
-
Superclass of exceptions thrown when permissions do not allow an operation
on a graph.
- AccessDeniedException() - Constructor for exception org.apache.jena.shared.AccessDeniedException
-
- AccessDeniedException(String) - Constructor for exception org.apache.jena.shared.AccessDeniedException
-
- AccessDeniedException(Throwable) - Constructor for exception org.apache.jena.shared.AccessDeniedException
-
- AccessDeniedException(String, Throwable) - Constructor for exception org.apache.jena.shared.AccessDeniedException
-
- AccessDeniedException(String, Triple) - Constructor for exception org.apache.jena.shared.AccessDeniedException
-
- AccessDeniedException(Throwable, Triple) - Constructor for exception org.apache.jena.shared.AccessDeniedException
-
- AccessDeniedException(String, Throwable, Triple) - Constructor for exception org.apache.jena.shared.AccessDeniedException
-
- accessRights - Static variable in class org.apache.jena.vocabulary.DCTerms
-
Information about who can access the resource or an indication of its security
status.
- accrualMethod - Static variable in class org.apache.jena.vocabulary.DCTerms
-
The method by which items are added to a collection.
- accrualPeriodicity - Static variable in class org.apache.jena.vocabulary.DCTerms
-
The frequency with which items are added to a collection.
- accrualPolicy - Static variable in class org.apache.jena.vocabulary.DCTerms
-
The policy governing the addition of items to a collection.
- action - Static variable in class org.apache.jena.vocabulary.TestManifest
-
Action to perform
- add(Class<X>, Implementation) - Method in class org.apache.jena.enhanced.Personality
-
Add a new interface and its implementation to this Personality.
- add(Personality<T>) - Method in class org.apache.jena.enhanced.Personality
-
extend this personality by adding in all the mappins from the argument _p_.
- add(Triple) - Method in interface org.apache.jena.graph.Graph
-
Add the triple t (if possible) to the set belonging to this graph
- add(Graph, Triple[]) - Static method in class org.apache.jena.graph.GraphUtil
-
- add(Graph, List<Triple>) - Static method in class org.apache.jena.graph.GraphUtil
-
- add(Graph, Iterator<Triple>) - Static method in class org.apache.jena.graph.GraphUtil
-
- add(RDFNode) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(boolean) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(long) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(char) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(float) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(double) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(String) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(String, String) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(Object) - Method in interface org.apache.jena.rdf.model.Container
-
Add a new value to a container.
- add(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
Add a statement to this model.
- add(Statement[]) - Method in interface org.apache.jena.rdf.model.Model
-
Add all the statements to the Model, using through the bulk update interface.
- add(List<Statement>) - Method in interface org.apache.jena.rdf.model.Model
-
add all the statements in the List to this Model, going through the bulk
update interface (which means turning them into triples in one form or
another).
- add(StmtIterator) - Method in interface org.apache.jena.rdf.model.Model
-
Add all the statements returned by an iterator to this model.
- add(Model) - Method in interface org.apache.jena.rdf.model.Model
-
Add all the statements in another model to this model, including the
reified statements.
- add(Resource, Property, RDFNode) - Method in interface org.apache.jena.rdf.model.ModelCon
-
add a statement to this model.
- add(Resource, Property, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
add a statement to this model.
- add(Resource, Property, String, RDFDatatype) - Method in interface org.apache.jena.rdf.model.ModelCon
-
add a statement to this model.
- add(Resource, Property, String, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
add a statement to this model.
- add(Resource, Property, String, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
add a statement to this model.
- add(RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList
-
Add the given value to the end of the list.
- add(int, RDFNode) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, boolean) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, long) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, char) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, float) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, double) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, String) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, String, String) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(int, Object) - Method in interface org.apache.jena.rdf.model.Seq
-
Insert a new member into the sequence at the specified position.
- add(Triple) - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Assert a new triple in the deduction graph, triggering any consequent processing as appropriate.
- add(boolean, String, String) - Method in class org.apache.jena.reasoner.StandardValidityReport
-
Add a new error report
- add(boolean, String, String, Object) - Method in class org.apache.jena.reasoner.StandardValidityReport
-
Add a new error report
- add(ValidityReport.Report) - Method in class org.apache.jena.reasoner.StandardValidityReport
-
Add a new error report
- add(Triple) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Add one triple to caches if it is relevant.
- add(JenaSubsystemLifecycle) - Method in interface org.apache.jena.system.JenaSubsystemRegistry
-
Add to the collection.
- add(JenaSubsystemLifecycle) - Method in class org.apache.jena.system.JenaSubsystemRegistryBasic
-
- addAllowed() - Method in interface org.apache.jena.graph.Capabilities
-
Answer true if Graph::add() can be used to add at least some triples to
the graph.
- addAllowed(boolean) - Method in interface org.apache.jena.graph.Capabilities
-
Answer true if Graph::add() can be used to add at least some triples to the
graph.
- addAltEntry(String, String) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Add an entry for an alternative copy of the document with the given document
URI.
- addAltEntry(String, String) - Method in class org.apache.jena.util.LocationMapper
-
- addAltPrefix(String, String) - Method in class org.apache.jena.util.LocationMapper
-
- addBackwardCompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Add a resource representing an ontology that this ontology
(strictly, the ontology represented by this node) is backwards compatible with.
- addBRule(Rule) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Adds a new Backward rule as a rules of a forward rule process.
- addBRule(Rule) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Adds a new Backward rule as a rusult of a forward rule process.
- addBRule(Rule) - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Adds a new Backward rule as a rules of a forward rule process.
- addBRules(List<Rule>) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Adds a set of new Backward rules
- addCacheModel(String, Model) - Method in class org.apache.jena.util.FileManager
-
- addComment(String, String) - Method in interface org.apache.jena.ontology.OntResource
-
Add the given comment to this resource.
- addComment(Literal) - Method in interface org.apache.jena.ontology.OntResource
-
Add the given comment to this resource.
- addDeduction(Triple) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Add a new deduction to the deductions graph.
- addDeduction(Triple) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Add a new deduction to the deductions graph.
- addDeduction(Triple) - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Add a new deduction to the deductions graph.
- AddDeniedException - Exception in org.apache.jena.shared
-
Exception to throw for a denied add operation
- AddDeniedException() - Constructor for exception org.apache.jena.shared.AddDeniedException
-
- AddDeniedException(String) - Constructor for exception org.apache.jena.shared.AddDeniedException
-
- AddDeniedException(String, Triple) - Constructor for exception org.apache.jena.shared.AddDeniedException
-
- AddDeniedException(Throwable) - Constructor for exception org.apache.jena.shared.AddDeniedException
-
- AddDeniedException(Throwable, Triple) - Constructor for exception org.apache.jena.shared.AddDeniedException
-
- AddDeniedException(String, Throwable, Triple) - Constructor for exception org.apache.jena.shared.AddDeniedException
-
- AddDeniedException(String, Throwable) - Constructor for exception org.apache.jena.shared.AddDeniedException
-
- addDescription(Model, Resource) - Method in interface org.apache.jena.reasoner.Reasoner
-
Add a configuration description for this reasoner into a partial
configuration specification model.
- addDescription(Model, Resource) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Add a configuration description for this reasoner into a partial
configuration specification model.
- addDescription(Model, Resource) - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Add a configuration description for this reasoner into a partial
configuration specification model.
- addDescription(Model, Resource) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Add a configuration description for this reasoner into a partial
configuration specification model.
- addDescription(Model, Resource) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Add a configuration description for this reasoner into a partial
configuration specification model.
- addDifferentFrom(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Add a statement declaring that this resource is distinct from the given resource.
- addDisjointWith(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Add a class that this class is disjoint with.
- addDistinctMember(Resource) - Method in interface org.apache.jena.ontology.AllDifferent
-
Add the given individual to the list of distinct members of this AllDifferent declaration.
- addDistinctMembers(Iterator<? extends Resource>) - Method in interface org.apache.jena.ontology.AllDifferent
-
Add the given individuals to the list of distinct members of this AllDifferent declaration.
- addDomain(Resource) - Method in interface org.apache.jena.ontology.OntProperty
-
Add a resource representing the domain of this property.
- added(Object) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
Override this to track all the objects added; each object will be a Statement, a
Statement [], a List (Statement), an Iterator (Statement), or a Model.
- addedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- addedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- addedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- addedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
Override this to listen to all incoming added statements
- addedStatement(Statement) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a single statement has been added to the attached model.
- addedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- addedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- addedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- addedStatements(Model) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- addedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- addedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- addedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- addedStatements(Model) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- addedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- addedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- addedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- addedStatements(Model) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- addedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- addedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- addedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- addedStatements(Model) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- addedStatements(Statement[]) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when an array of statements has been added to the attached
model.
- addedStatements(List<Statement>) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a list of statements has been added to the attached model.
- addedStatements(StmtIterator) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a statement iterator has supplied elements to be added
to the attached model.
- addedStatements(Model) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a model has been used to define the statements to
be added to our attached model.
- addEquivalentClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Add a class that is equivalent to this class.
- addEquivalentProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Add a property that is equivalent to this property.
- addGraph(Graph) - Method in class org.apache.jena.graph.compose.MultiUnion
-
Add the given graph to this union.
- addGraph(Graph) - Method in class org.apache.jena.graph.compose.Polyadic
-
Add the given graph to this composition.
- addIgnoreImport(String) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Add the given URI to the set of URI's we ignore in imports statements
- addImport(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Add a resource representing an ontology that this ontology
(strictly, the ontology represented by this node) imports.
- addIncompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Add a resource representing an ontology that this ontology
(strictly, the ontology represented by this node) is incompatible with.
- addInto(Graph, Graph) - Static method in class org.apache.jena.graph.GraphUtil
-
Add triples into the destination (arg 1) from the source (arg 2)
- addInverseOf(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Add a property that this property is the inverse of.
- addIsDefinedBy(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Add a resource that is declared to provide a definition of this resource.
- addLabel(String, String) - Method in interface org.apache.jena.ontology.OntResource
-
Add the given label to this resource.
- addLabel(Literal) - Method in interface org.apache.jena.ontology.OntResource
-
Add the given label to this resource.
- addLiteral(Resource, Property, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.
- addLiteral(Resource, Property, long) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.
- addLiteral(Resource, Property, int) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.
- addLiteral(Resource, Property, char) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.
- addLiteral(Resource, Property, float) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Add the statement (s, p, o') to the model, where o' is the typed
literal corresponding to o.
- addLiteral(Resource, Property, double) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Add the statement (s, p, o') to the model, where o' is the typed
literal corresponding to o.
- addLiteral(Resource, Property, Object) - Method in interface org.apache.jena.rdf.model.ModelCon
-
- addLiteral(Resource, Property, Literal) - Method in interface org.apache.jena.rdf.model.ModelCon
-
add a statement to this model.
- addLiteral(Property, boolean) - Method in interface org.apache.jena.rdf.model.Resource
-
Add the property p
with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model.
- addLiteral(Property, long) - Method in interface org.apache.jena.rdf.model.Resource
-
Add the property p
with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model.
- addLiteral(Property, char) - Method in interface org.apache.jena.rdf.model.Resource
-
Add the property p
with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model.
- addLiteral(Property, double) - Method in interface org.apache.jena.rdf.model.Resource
-
Add the property p
with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model.
- addLiteral(Property, float) - Method in interface org.apache.jena.rdf.model.Resource
-
Add the property p
with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model.
- addLiteral(Property, Object) - Method in interface org.apache.jena.rdf.model.Resource
-
Add the property p
with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model.
- addLiteral(Property, Literal) - Method in interface org.apache.jena.rdf.model.Resource
-
Add the property p
with the pre-constructed Literal value
o
to this resource, ie add (this, p, o) to this's
model.
- addLoadedImport(String) - Method in interface org.apache.jena.ontology.OntModel
-
Record that this model has now imported the document with the given
URI, so that it will not be re-imported in the future.
- addLocator(Locator) - Method in class org.apache.jena.util.FileManager
-
Add a locator to the end of the locators list
- addLocatorClassLoader(ClassLoader) - Method in class org.apache.jena.util.FileManager
-
Add a class loader locator
- addLocatorFile() - Method in class org.apache.jena.util.FileManager
-
Add a file locator
- addLocatorFile(String) - Method in class org.apache.jena.util.FileManager
-
Add a file locator which uses dir as its working directory
- addLocatorURL() - Method in class org.apache.jena.util.FileManager
-
Add a URL locator
- addLocatorZip(String) - Method in class org.apache.jena.util.FileManager
-
Add a zip file locator
- addMetadata(String) - Method in class org.apache.jena.util.Metadata
-
- addModel(String, Model) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Add an entry that model
is the appropriate model to use
for the given ontology document.
- addModel(String, Model, boolean) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Add an entry that model
is the appropriate model to use
for the given ontology document
- AddOne - Class in org.apache.jena.reasoner.rulesys.builtins
-
Bind the second argument to 1+ the first argument.
- AddOne() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.AddOne
-
- addOneOf(Literal) - Method in interface org.apache.jena.ontology.DataRange
-
Add a literal to the enumeration that defines the permissible values of this class.
- addOneOf(Iterator<Literal>) - Method in interface org.apache.jena.ontology.DataRange
-
Add each literal from the given iteratation to the
enumeration that defines the permissible values of this datarange.
- addOneOf(Resource) - Method in interface org.apache.jena.ontology.EnumeratedClass
-
Add an individual to the enumeration that defines the class extension of this class.
- addOneOf(Iterator<? extends Resource>) - Method in interface org.apache.jena.ontology.EnumeratedClass
-
Add each individual from the given iteration to the
enumeration that defines the class extension of this class.
- addOntClass(Resource) - Method in interface org.apache.jena.ontology.Individual
-
Add the given ontology class as one of the classes to which
this individual belongs.
- addOperand(Resource) - Method in interface org.apache.jena.ontology.BooleanClassDescription
-
Add a class the operands of this boolean expression.
- addOperands(Iterator<? extends Resource>) - Method in interface org.apache.jena.ontology.BooleanClassDescription
-
Add all of the classes from the given iterator to the operands of this boolean expression.
- addPreprocessingHook(RulePreprocessHook) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Add a new preprocessing hook defining an operation that
should be run when the preparation phase is underway.
- addPreprocessingHook(RulePreprocessHook) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Add a new preprocessing hook defining an operation that
should be run when the inference graph is being prepared.
- addPriorVersion(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Add a resource representing an ontology that this ontology
(strictly, the ontology represented by this node) supercedes.
- addProperty(Property, String) - Method in interface org.apache.jena.rdf.model.Resource
-
Add a property to this resource.
- addProperty(Property, String, String) - Method in interface org.apache.jena.rdf.model.Resource
-
Add a property to this resource.
- addProperty(Property, String, RDFDatatype) - Method in interface org.apache.jena.rdf.model.Resource
-
Add a property to this resource.
- addProperty(Property, RDFNode) - Method in interface org.apache.jena.rdf.model.Resource
-
Add a property to this resource.
- addRange(Resource) - Method in interface org.apache.jena.ontology.OntProperty
-
Add a resource representing the range of this property.
- addRDFType(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Add the given class as one of the rdf:type
's for this resource.
- addRelation(Triple) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Register a new relation instance in the cache
- addRuleDuringPrepare(Rule) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Add a new rule to the rule set.
- addRules(List<Rule>) - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Add the given rules to the current set and answer this Reasoner.
- addSameAs(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Add a resource that is declared to be equivalent to this resource.
- addSeeAlso(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Add a resource that is declared to provided additional information about the definition of this resource
- addSubClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Add a sub-class of this class.
- addSubClassClosure(Model) - Static method in class org.apache.jena.assembler.ModelExpansion
-
Do (limited) subclass closure on m
.
- addSubModel(Model) - Method in interface org.apache.jena.ontology.OntModel
-
Add the given model as one of the sub-models of the enclosed ontology union model.
- addSubModel(Model, boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Add the given model as one of the sub-models of the enclosed ontology union model.
- addSubProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Add a sub-property of this property.
- addSuperClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Add a super-class of this class.
- addSuperProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Add a super-property of this property.
- addVersionInfo(String) - Method in interface org.apache.jena.ontology.OntResource
-
Add the given version information to this resource.
- addView(Polymorphic<T>) - Method in class org.apache.jena.enhanced.Polymorphic
-
add another view for this object.
- ADR - Static variable in class org.apache.jena.vocabulary.VCARD
-
- ADRPROPERTIES - Static variable in class org.apache.jena.vocabulary.VCARD
-
- ADRTYPES - Static variable in class org.apache.jena.vocabulary.VCARD
-
- afterChild() - Method in class org.apache.jena.rdfxml.xmlinput.states.Frame
-
- afterChild() - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- afterChild() - Method in class org.apache.jena.rdfxml.xmlinput.states.WantTypedLiteral
-
- afterRead(Model, String, OntDocumentManager) - Method in class org.apache.jena.ontology.OntDocumentManager.DefaultReadHook
-
- afterRead(Model, String, OntDocumentManager) - Method in interface org.apache.jena.ontology.OntDocumentManager.ReadHook
-
Behaviour that is invoked just after the contents of the
given source (URI or filename) have been read into the given model.
- Agent - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A resource that acts or has the power to act.
- AGENT - Static variable in class org.apache.jena.vocabulary.VCARD
-
- AgentClass - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A group of agents.
- ALiteral - Interface in org.apache.jena.rdfxml.xmlinput
-
A string literal property value from an RDF/XML file.
- ALL_DIFFERENT() - Method in interface org.apache.jena.ontology.Profile
-
Answer the resource that represents the class of axioms denoting that a set of
individuals are pairwise distinct.
- ALL_VALUES_FROM() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes a restriction on a given property to
have only values from the given class expression.
- AllDifferent - Interface in org.apache.jena.ontology
-
Interface defining an individual in which all members of a collection are
declared pair-wise disjoint.
- AllDifferent - Static variable in class org.apache.jena.vocabulary.OWL
-
- AllDifferent - Static variable in class org.apache.jena.vocabulary.OWL2
-
- allDifferentDeclaration - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a set of individuals being pairwise
distinct.
- AllDisjointClasses - Static variable in class org.apache.jena.vocabulary.OWL2
-
- AllDisjointProperties - Static variable in class org.apache.jena.vocabulary.OWL2
-
- allValuesFrom - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration that a restriction constrains all values
of the property to have some class or datatype
- allValuesFrom - Static variable in class org.apache.jena.vocabulary.OWL
-
- allValuesFrom - Static variable in class org.apache.jena.vocabulary.OWL2
-
- AllValuesFromRestriction - Interface in org.apache.jena.ontology
-
A property restriction that requires the named property to have have any range
instances to be members of a given class.
- AlreadyExistsException - Exception in org.apache.jena.shared
-
Exception to throw when an attempt is made to create a named
object (eg persistent model) when an object of that name already
exists.
- AlreadyExistsException(String) - Constructor for exception org.apache.jena.shared.AlreadyExistsException
-
- AlreadyLinkedViewException - Exception in org.apache.jena.enhanced
-
Exception to throw when adding a view to a Polymorphic discovers that
the view to add is already on a ring.
- AlreadyLinkedViewException(Polymorphic<?>) - Constructor for exception org.apache.jena.enhanced.AlreadyLinkedViewException
-
The polymorphic other
has already been linked into
a sibling ring and hence cannot be linked into a different one.
- AlreadyReifiedException - Exception in org.apache.jena.shared
-
The exception raised by reifyAs if a node is already bound to
a single reified triple.
- AlreadyReifiedException(Node) - Constructor for exception org.apache.jena.shared.AlreadyReifiedException
-
- Alt - Interface in org.apache.jena.rdf.model
-
An RDF Alternative container.
- Alt - Static variable in class org.apache.jena.vocabulary.RDF
-
- Alt - Static variable in class org.apache.jena.vocabulary.RDF.Nodes
-
- ALT_URL - Static variable in class org.apache.jena.ontology.OntDocumentManager
-
Represents the alternative local copy of the public ontology; assumed to be resolvable, hence URL not URI
- alternative - Static variable in class org.apache.jena.vocabulary.DCTerms
-
An alternative name for the resource.
- AltHasNoDefaultException - Exception in org.apache.jena.rdf.model
-
Exception thrown if an Alt has no default statement.
- AltHasNoDefaultException(Alt) - Constructor for exception org.apache.jena.rdf.model.AltHasNoDefaultException
-
- altLabel - Static variable in class org.apache.jena.vocabulary.SKOS
-
- altLabel - Static variable in class org.apache.jena.vocabulary.SKOSXL
-
- altMapping(String) - Method in class org.apache.jena.util.LocationMapper
-
- altMapping(String, String) - Method in class org.apache.jena.util.LocationMapper
-
Apply mappings: first try for an exact alternative location, then
try to remap by prefix, finally, try the special case of filenames
in a specific base directory.
- altName - Static variable in class org.apache.jena.vocabulary.LocationMappingVocab
-
- altPrefix - Static variable in class org.apache.jena.vocabulary.LocationMappingVocab
-
- altURL - Static variable in class org.apache.jena.vocabulary.OntDocManagerVocab
-
The resolvable URL that an alternative copy of the ontology document may be
fetched from
- ANCHOR - Static variable in class org.apache.jena.ontology.OntDocumentManager
-
The anchor char is added to the end of namespace prefix expansions
- annotatedProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- annotatedSource - Static variable in class org.apache.jena.vocabulary.OWL2
-
- annotatedTarget - Static variable in class org.apache.jena.vocabulary.OWL2
-
- Annotation - Static variable in class org.apache.jena.vocabulary.OWL2
-
- ANNOTATION_PROPERTY() - Method in interface org.apache.jena.ontology.Profile
-
Answer the class that denotes an annotation property
- AnnotationProperty - Interface in org.apache.jena.ontology
-
Interface that represents the category of annotation properties in an ontology
language.
- AnnotationProperty - Static variable in class org.apache.jena.vocabulary.OWL
-
- AnnotationProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- annotationPropertyDeclaration - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a resource as an annotation property.
- AnonId - Class in org.apache.jena.rdf.model
-
System id for an anonymous node.
- AnonId() - Constructor for class org.apache.jena.rdf.model.AnonId
-
- AnonId(String) - Constructor for class org.apache.jena.rdf.model.AnonId
-
Create a new AnonId from the string argument supplied
- AnonId(BlankNodeId) - Constructor for class org.apache.jena.rdf.model.AnonId
-
Create a new AnonId from the BlankNodeId argument supplied
- ANY - Static variable in class org.apache.jena.assembler.Mode
-
Mode that permits existing objects to be reused and new objects to
be created.
- ANY - Static variable in class org.apache.jena.graph.Node
-
The canonical instance of Node_ANY.
- ANY - Static variable in class org.apache.jena.graph.Triple
-
A Triple that is wildcarded in all fields.
- anyURI - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:anyURI
- append(Statement) - Method in class org.apache.jena.ontology.OntTools.Path
-
Answer a new Path whose elements are this Path with s
added at the end
- append(RDFList) - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer a new list that is formed by adding each element of this list to
the head of the given list
.
- append(Iterator<? extends RDFNode>) - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer a new list that is formed by adding each element of this list to
the head of the the list formed from the
given nodes
.
- apply(RDFList.ApplyFn) - Method in interface org.apache.jena.rdf.model.RDFList
-
Apply a function to each value in the list in turn.
- apply(RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList.ApplyFn
-
Apply a function to the given RDF node.
- approval - Static variable in class org.apache.jena.vocabulary.RDFTest
-
Contains a reference to the minutes of the WG meeting where the test case
status was last changed.
- aPredAndObj(ANode, ANode) - Method in interface org.apache.jena.rdfxml.xmlinput.states.HasSubjectFrameI
-
- aPredAndObj(ANode, ANode) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantDescription
-
- aPredAndObj(ANode, ANode) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantPropertyElement
-
- AResource - Interface in org.apache.jena.rdfxml.xmlinput
-
- ARP - Class in org.apache.jena.rdfxml.xmlinput
-
Another RDF Parser.
- ARP() - Constructor for class org.apache.jena.rdfxml.xmlinput.ARP
-
Creates a new RDF Parser.
- ARPConfig - Interface in org.apache.jena.rdfxml.xmlinput
-
- ARPErrorNumbers - Interface in org.apache.jena.rdfxml.xmlinput
-
Error numbers used by ARP.
- ARPEventHandler - Interface in org.apache.jena.rdfxml.xmlinput
-
Convenience generalization of all ARP handler interfaces.
- ARPHandlers - Class in org.apache.jena.rdfxml.xmlinput
-
The interface to set the various handlers on ARP.
- ARPOptions - Class in org.apache.jena.rdfxml.xmlinput
-
The interface to set the various options on ARP.
- as(Class<T>) - Method in class org.apache.jena.enhanced.EnhNode
-
allow subclasses to implement RDFNode & its subinterface
- as(Class<T>) - Method in interface org.apache.jena.rdf.model.RDFNode
-
RDFNodes can be converted to different implementation types.
- asAllDifferent() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as an 'all different' declaration
- asAllValuesFromRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer a view of this restriction as an all values from expression
- asAnnotationProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as an annotation property
- asBufferedUTF8(InputStream) - Static method in class org.apache.jena.util.FileUtils
-
Create a buffered reader that uses UTF-8 encoding
- asCalendar() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the date time as a java Calendar object.
- asCardinalityRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer a view of this restriction as a cardinality restriction class expression
- asClass() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as a class
- asComplementClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as a complement class
- asDataRange() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as a data range
- asDatatypeProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a view of this property as a datatype property
- asDatatypeProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as a datatype property
- asEnumeratedClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as an enumerated class
- asFunctionalProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a view of this property as a functional property
- asGraph() - Method in class org.apache.jena.enhanced.EnhGraph
-
Answer the normal graph that this enhanced graph is wrapping.
- asHasValueRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer a view of this restriction as a has value expression
- asIndividual() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as an individual
- asIntersectionClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as an intersection class
- asInverseFunctionalProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a view of this property as an inverse functional property
- asJavaList() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the contents of this RDF list as a Java list of RDFNode values.
- asLiteral() - Method in interface org.apache.jena.rdf.model.RDFNode
-
If this node is a Literal, answer that literal; otherwise throw an
exception.
- asMaxCardinalityRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer a view of this restriction as a max cardinality restriction class expression
- asMinCardinalityRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer a view of this restriction as a min cardinality restriction class expression
- asNode() - Method in class org.apache.jena.enhanced.EnhNode
-
Answer the graph node that this enhanced node wraps
- asNode() - Method in interface org.apache.jena.graph.FrontsNode
-
Answer the Node associated with this object.
- asObjectProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a view of this property as an object property
- asObjectProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as an object property
- asOntology() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as an ontology description node
- asPrintWriterUTF8(OutputStream) - Static method in class org.apache.jena.util.FileUtils
-
Create a print writer that uses UTF-8 encoding
- asProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a view of this resource as a property
- asRDFNode(Node) - Method in interface org.apache.jena.rdf.model.ModelGraphInterface
-
Answer an RDF node wrapping n
suitably; URI nodes
become Resources with the same URI, blank nodes become Resources
with URI null but the same AnonId, and literal nodes become Literals
with n
as their value carrier.
- asResource() - Method in interface org.apache.jena.rdf.model.RDFNode
-
If this node is a Resource, answer that resource; otherwise throw an
exception.
- asRestriction() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as a restriction class expression
- assemble(Resource) - Static method in class org.apache.jena.ontology.OntModelSpec
-
Answer the OntModelSpec described using the Jena Assembler vocabulary
properties of root
.
- assemble(Model) - Static method in class org.apache.jena.ontology.OntModelSpec
-
Answer the OntModelSpec described using the Jena Assembler vocabulary
properties of the single resource in model
of type
JA:OntModelSpec.
- assembleModelFrom(Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a Model constructed from the single resource in
singleRoot
of type ja:Model
.
- assembleModelFrom(Resource) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a Model as described the the Assembler specification rooted
at the Resource root
in its Model.
- Assembler - Interface in org.apache.jena.assembler
-
An Assembler creates objects from their RDF descriptions.
- assembler - Static variable in class org.apache.jena.assembler.JA
-
- AssemblerHelp - Class in org.apache.jena.assembler
-
AssemblerHelp provides utility methods used by, and useful for working with,
the Assembler code, including the methods that expand a model to include the
required inferences and to find the most specific type of a root in an
assembler specification.
- AssemblerHelp() - Constructor for class org.apache.jena.assembler.AssemblerHelp
-
- AssertDisjointPairs - Class in org.apache.jena.reasoner.rulesys.builtins
-
Assert the n^2 differtFrom pairs from a distinctMembers list
- AssertDisjointPairs() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.AssertDisjointPairs
-
- AssertionFailureException - Exception in org.apache.jena.shared
-
Exception to throw when an assertion fails.
- AssertionFailureException(String) - Constructor for exception org.apache.jena.shared.AssertionFailureException
-
- assertionProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- asSomeValuesFromRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer a view of this restriction as a some values from expression
- asStatement(Triple) - Method in interface org.apache.jena.rdf.model.ModelGraphInterface
-
Answer a Statement in this Model who's SPO is that of the triple t
.
- asSymmetricProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a view of this property as a symmetric property
- asTransitiveProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a view of this property as a transitive property
- asTriple() - Method in interface org.apache.jena.graph.FrontsTriple
-
- asTriple() - Method in class org.apache.jena.reasoner.TriplePattern
-
Return the triple pattern as a triple
- asTripleBoundary(Model) - Method in interface org.apache.jena.rdf.model.StatementBoundary
-
Answer a TripleBoundary corresponding to this StatementBoundary,
where Triples may be converted to Statements using m
.
- asTripleBoundary(Model) - Method in class org.apache.jena.rdf.model.StatementBoundaryBase
-
Expresses this StatementBoundary as a TripleBoundary.
- asTripleBoundary(Model) - Method in class org.apache.jena.rdf.model.StatementTripleBoundary
-
Answer the supplied-to-constructor TripleBoundary.
- asTripleMatch() - Method in class org.apache.jena.reasoner.TriplePattern
-
Return the triple pattern as a triple match (concrete terms + Node.ANY)
- asUnionClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as a union class
- asUTF8(InputStream) - Static method in class org.apache.jena.util.FileUtils
-
Create a reader that uses UTF-8 encoding
- asUTF8(OutputStream) - Static method in class org.apache.jena.util.FileUtils
-
Create a writer that uses UTF-8 encoding
- AsymmetricProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- audience - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A class of entity for whom the resource is intended or useful.
- AuthenticationRequiredException - Exception in org.apache.jena.shared
-
Exception to indicate that authentication is required for the operation to proceed.
- AuthenticationRequiredException() - Constructor for exception org.apache.jena.shared.AuthenticationRequiredException
-
- AuthenticationRequiredException(String, Throwable) - Constructor for exception org.apache.jena.shared.AuthenticationRequiredException
-
- AuthenticationRequiredException(String) - Constructor for exception org.apache.jena.shared.AuthenticationRequiredException
-
- AuthenticationRequiredException(Throwable) - Constructor for exception org.apache.jena.shared.AuthenticationRequiredException
-
- available - Static variable in class org.apache.jena.vocabulary.DCTerms
-
Date (often a range) that the resource became or will become available.
- Axiom - Static variable in class org.apache.jena.vocabulary.OWL2
-
- CACHE_MODELS - Static variable in class org.apache.jena.ontology.OntDocumentManager
-
Defines boolean policy choice of caching loaded models
- cacheAll(Finder, Node) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Cache all instances of the given predicate which are
present in the given Graph.
- cacheModels - Static variable in class org.apache.jena.vocabulary.OntDocManagerVocab
-
If true, this property denotes that loaded models should be cached for re-use
- cacheSubClassUtility(Finder, TransitiveGraphCache, TransitiveGraphCache) - Static method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Caches all subClass declarations, including those that
are defined via subProperties of subClassOf.
- cacheSubPropUtility(Finder, TransitiveGraphCache) - Static method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Caches all subPropertyOf declarations, including any meta level
ones (subPropertyOf subPropertyOf).
- canAs(Class<X>) - Method in class org.apache.jena.enhanced.EnhNode
-
API-level method for polymorphic testing
- canAs(Class<T>) - Method in interface org.apache.jena.rdf.model.RDFNode
-
Answer true iff this RDFNode can be viewed as an instance of
view
: that is, if it has already been viewed in this
way, or if it has an attached model in which it has properties that
permit it to be viewed in this way.
- canBeEmpty() - Method in interface org.apache.jena.graph.Capabilities
-
Answer true iff the graph can be completely empty.
- cannonicalise(Object) - Method in class org.apache.jena.datatypes.BaseDatatype
-
Cannonicalise a java Object value to a normal form.
- cannonicalise(Object) - Method in interface org.apache.jena.datatypes.RDFDatatype
-
Cannonicalise a java Object value to a normal form.
- CannotCreateException - Exception in org.apache.jena.shared
-
- CannotCreateException(String) - Constructor for exception org.apache.jena.shared.CannotCreateException
-
- CannotCreateException(String, Throwable) - Constructor for exception org.apache.jena.shared.CannotCreateException
-
- CannotEncodeCharacterException - Exception in org.apache.jena.shared
-
Exception to throw when a character cannot be encoded into some context
for some reason.
- CannotEncodeCharacterException(char, String) - Constructor for exception org.apache.jena.shared.CannotEncodeCharacterException
-
- CannotReifyException - Exception in org.apache.jena.shared
-
The exception thrown by reifyAs if a node is bound to bits and
pieces of (an)other triple(s).
- CannotReifyException(Node) - Constructor for exception org.apache.jena.shared.CannotReifyException
-
- canWrap(Node, EnhGraph) - Method in class org.apache.jena.enhanced.Implementation
-
true iff wrapping (node, eg) would succeed.
- Capabilities - Interface in org.apache.jena.graph
-
Interface for expressing capabilities.
- CARDINALITY() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes a restriction on a given property to
have exactly a certain number of values
- cardinality - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of that a restriction has the given cardinality
on the restricted property
- cardinality - Static variable in class org.apache.jena.vocabulary.OWL
-
- cardinality - Static variable in class org.apache.jena.vocabulary.OWL2
-
- CARDINALITY_Q() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes a qualified restriction on a given property to
have exactly a certain number of values
- cardinalityQ - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of that a qualified restriction has the
given cardinality on the restricted property
- CardinalityQRestriction - Interface in org.apache.jena.ontology
-
Interface representing the ontology abstraction for a qualified cardinality
restriction.
- CardinalityRestriction - Interface in org.apache.jena.ontology
-
A property restriction that requires the named property to have have exactly
the given number of values for a given instance to be a member of the class defined
by the restriction.
- cascade(Finder, Finder) - Static method in class org.apache.jena.reasoner.FinderUtil
-
Create a continuation object which is a cascade of two
continuation objects.
- cascade(Finder, Finder, Finder) - Static method in class org.apache.jena.reasoner.FinderUtil
-
Create a continuation object which is a cascade of three
continuation objects.
- cascade(Finder, Finder, Finder, Finder) - Static method in class org.apache.jena.reasoner.FinderUtil
-
Create a continuation object which is a cascade of four
continuation objects.
- CATEGORIES - Static variable in class org.apache.jena.vocabulary.VCARD
-
- ChangedListener - Class in org.apache.jena.rdf.listeners
-
Class that merely notes that a change has occurred.
- ChangedListener() - Constructor for class org.apache.jena.rdf.listeners.ChangedListener
-
- changeLiteralObject(boolean) - Method in interface org.apache.jena.rdf.model.Statement
-
Remove this statement (s, p, x) from the model that contains it.
- changeLiteralObject(long) - Method in interface org.apache.jena.rdf.model.Statement
-
Remove this statement (s, p, x) from the model that contains it.
- changeLiteralObject(int) - Method in interface org.apache.jena.rdf.model.Statement
-
Remove this statement (s, p, x) from the model that contains it.
- changeLiteralObject(char) - Method in interface org.apache.jena.rdf.model.Statement
-
Remove this statement (s, p, x) from the model that contains it.
- changeLiteralObject(float) - Method in interface org.apache.jena.rdf.model.Statement
-
Remove this statement (s, p, x) from the model that contains it.
- changeLiteralObject(double) - Method in interface org.apache.jena.rdf.model.Statement
-
Remove this statement (s, p, x) from the model that contains it.
- changeNote - Static variable in class org.apache.jena.vocabulary.SKOS
-
- changeObject(String) - Method in interface org.apache.jena.rdf.model.Statement
-
change the object of the statement (S, P, X) to (S, P, o).
- changeObject(String, boolean) - Method in interface org.apache.jena.rdf.model.Statement
-
change the object of the statement (S, P, X) to (S, P, o).
- changeObject(String, String) - Method in interface org.apache.jena.rdf.model.Statement
-
change the object of the statement (S, P, X) to (S, P, o).
- changeObject(String, String, boolean) - Method in interface org.apache.jena.rdf.model.Statement
-
change the object of the statement (S, P, X) to (S, P, o).
- changeObject(RDFNode) - Method in interface org.apache.jena.rdf.model.Statement
-
change the object of the statement (S, P, X) to (S, P, o).
- channel - Static variable in class org.apache.jena.vocabulary.RSS
-
- characters(char[], int, int) - Method in class org.apache.jena.rdfxml.xmlinput.states.AbsXMLLiteral
-
except all ampersands are replaced by &, all open angle
brackets () are replaced by <, all closing angle brackets
(>) are replaced by >, and all #xD characters are replaced
by
.
- characters(char[], int, int) - Method in class org.apache.jena.rdfxml.xmlinput.states.Frame
-
- characters(char[], int, int) - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- characters(char[], int, int) - Method in class org.apache.jena.rdfxml.xmlinput.states.LookingForRDF
-
- characters(char[], int, int) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantEmpty
-
- characters(char[], int, int) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantLiteralValueOrDescription
-
- CharEncoding - Class in org.apache.jena.util
-
This class provides a number of static methods which interact with
java.nio.charset.Charset to analyze and transform the strings identifing
character encodings.
- checkArgs(int, RuleContext) - Method in class org.apache.jena.reasoner.rulesys.builtins.BaseBuiltin
-
Check the argument length.
- checkBinaryPredicate(Property, Resource) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Helper method - extracts the truth of a boolean configuration
predicate.
- checkLiteral(Node, Triple) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Check a given literal value for a property against the set of
known range constraints for it.
- checkOccurance(Node, Graph) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Test if there are any usages of prop within the given graph.
- chooseClassLoader() - Static method in class org.apache.jena.util.SystemUtils
-
- CLASS() - Method in interface org.apache.jena.ontology.Profile
-
Answer the resource that represents the class 'class' in this vocabulary.
- Class - Static variable in class org.apache.jena.vocabulary.OWL
-
- Class - Static variable in class org.apache.jena.vocabulary.OWL2
-
- Class - Static variable in class org.apache.jena.vocabulary.RDFS
-
- Class - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- CLASS - Static variable in class org.apache.jena.vocabulary.VCARD
-
- classDeclaration - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a resource as an ontology Class.
- ClauseEntry - Interface in org.apache.jena.reasoner.rulesys
-
Common interface for all objects that can go into rules.
- clear() - Method in class org.apache.jena.assembler.ImportManager
-
Clear this ImportManager's cache.
- clear() - Method in interface org.apache.jena.graph.Graph
-
Remove all the statements from this graph.
- clear() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
- clear() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Clear the entire cache contents.
- clear() - Method in class org.apache.jena.util.OneToManyMap
-
Clear all entries from the map.
- clearCache() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Remove all entries from the model cache
- clone() - Method in class org.apache.jena.util.FileManager
-
- cloneNode() - Method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Clone the rule variable to allow multiple rule instaces to be active at the same time.
- cloneRule() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Clone a rule, cloning any embedded variables.
- cloneWithPremises(Graph) - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Return a new inference graph which is a clone of the current graph
together with an additional set of data premises.
- close() - Method in class org.apache.jena.graph.compose.Delta
-
- close() - Method in class org.apache.jena.graph.compose.Dyadic
-
- close() - Method in class org.apache.jena.graph.compose.Polyadic
-
Close the graph by closing all of the sub-graphs.
- close() - Method in interface org.apache.jena.graph.Graph
-
Free all resources, any further use of this Graph is an error.
- close() - Method in interface org.apache.jena.graph.GraphMaker
-
Close the factory - no more requests need be honoured, and any clean-up
can be done.
- close() - Method in interface org.apache.jena.rdf.model.Model
-
Close the Model and free up resources held.
- close() - Method in interface org.apache.jena.rdf.model.ModelMaker
-
Close the factory - no more requests need be honoured, and any clean-up
can be done.
- close() - Method in interface org.apache.jena.rdf.model.NodeIterator
-
Terminate the iteration and free up resources.
- close() - Method in class org.apache.jena.rdfxml.xmlinput.SAX2Model
-
- close() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Free all resources, any further use of this Graph is an error.
- close() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Free all resources, any further use of this Graph is an error.
- close() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Free all resources, any further use of this Graph is an error.
- ClosedException - Exception in org.apache.jena.shared
-
Exception that may be thrown if an operation is attempted on a closed graph.
- ClosedException(String, Graph) - Constructor for exception org.apache.jena.shared.ClosedException
-
- closeMatch - Static variable in class org.apache.jena.vocabulary.SKOS
-
- Collection - Static variable in class org.apache.jena.vocabulary.DCTypes
-
An aggregation of resources.
- Collection - Static variable in class org.apache.jena.vocabulary.SKOS
-
- CollectionFactory - Class in org.apache.jena.util
-
CollectionFactory - a central place for allocating sets and maps, mostly so that
it's easy to plug in new implementations (eg trove).
- CollectionFactory() - Constructor for class org.apache.jena.util.CollectionFactory
-
- Command - Interface in org.apache.jena.shared
-
An interface expressing the execution of a command.
- COMMENT() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes comment
annotation on an ontology element
- comment(char[], int, int) - Method in class org.apache.jena.rdfxml.xmlinput.states.AbsXMLLiteral
-
- comment(char[], int, int) - Method in class org.apache.jena.rdfxml.xmlinput.states.Frame
-
- comment(char[], int, int) - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- comment - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing a comment on an ontology element
- comment - Static variable in class org.apache.jena.vocabulary.RDFS
-
- comment - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- COMMENT_LENGTH_LIMIT - Static variable in class jena.schemagen
-
Default line length for comments before wrap
- commit() - Method in interface org.apache.jena.graph.TransactionHandler
-
If transactions are supported and there is a tranaction in progress, commit
it.
- commit() - Method in interface org.apache.jena.rdf.model.Model
-
Commit the current transaction.
- commit() - Method in interface org.apache.jena.rdf.model.Resource
-
Commit the transaction in the associated model.
- commit() - Method in class org.apache.jena.reasoner.BaseInfGraph.InfTransactionHandler
-
- comparable(Node, Node) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Test if two literals are comparable by an order operator (both numbers or both times)
- compare(AbstractDateTime) - Method in class org.apache.jena.datatypes.xsd.AbstractDateTime
-
Comparison function.
- compareInstants(Node, Node) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Compare two time Instant nodes.
- compareNumbers(Node, Node) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Compare two numeric nodes.
- compareTo(AbstractDateTime) - Method in class org.apache.jena.datatypes.xsd.AbstractDateTime
-
Normal java comparison function.
- compareTypedLiterals(Node, Node) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
General order comparator for typed literal nodes, works for all numbers and
for date times.
- compatibleWith(TriplePattern) - Method in class org.apache.jena.reasoner.TriplePattern
-
Compare two patterns for compatibility - i.e.
- COMPLEMENT_OF() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one class comprises the individuals that are
not in a second class.
- ComplementClass - Interface in org.apache.jena.ontology
-
Class description that is formed from the complement of another class description
- complementOf - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a class expression being the complement
of another class description.
- complementOf - Static variable in class org.apache.jena.vocabulary.OWL
-
- complementOf - Static variable in class org.apache.jena.vocabulary.OWL2
-
- CompositionBase - Class in org.apache.jena.graph.compose
-
Base class for graphs that are composed of multiple sub-graphs.
- CompositionBase() - Constructor for class org.apache.jena.graph.compose.CompositionBase
-
- compressURILength - Static variable in class org.apache.jena.vocabulary.DB
-
- concatenate(RDFList) - Method in interface org.apache.jena.rdf.model.RDFList
-
Change the tail of this list to point to the given list, so that this
list becomes the list of the concatenation of the elements of both lists.
- concatenate(Iterator<? extends RDFNode>) - Method in interface org.apache.jena.rdf.model.RDFList
-
Add the nodes returned by the given iterator to the end of this list.
- Concept - Static variable in class org.apache.jena.vocabulary.SKOS
-
- ConceptScheme - Static variable in class org.apache.jena.vocabulary.SKOS
-
- conclusionDocument - Static variable in class org.apache.jena.vocabulary.RDFTest
-
A conclusion document of an entailment.
- ConfigException - Exception in org.apache.jena.shared
-
An Exception indicating that Jena is not working
because it is not correctly configured.
- ConfigException(String) - Constructor for exception org.apache.jena.shared.ConfigException
-
- ConfigException() - Constructor for exception org.apache.jena.shared.ConfigException
-
- ConfigException(Throwable) - Constructor for exception org.apache.jena.shared.ConfigException
-
- ConfigException(String, Throwable) - Constructor for exception org.apache.jena.shared.ConfigException
-
- configurationP - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Reasoner description property: a configuration property supported by the reasoner
- configure(Model) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Configure this document manager using the given configuration information, after
first resetting the model back to all default values.
- configure(Model, boolean) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Configure this document manager according to the configuration options
supplied by the given configuration model.
- conformsTo - Static variable in class org.apache.jena.vocabulary.DCTerms
-
An established standard to which the described resource conforms.
- cons(RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList
-
Return a reference to a new list cell whose head is value
and whose tail is this list.
- ConsistencyTest - Static variable in class org.apache.jena.vocabulary.OWLTest
-
A consistent OWL document.
- ConstAssembler - Class in org.apache.jena.assembler
-
- ConstAssembler() - Constructor for class org.apache.jena.assembler.ConstAssembler
-
- Container - Interface in org.apache.jena.rdf.model
-
An RDF Container.
- Container - Static variable in class org.apache.jena.vocabulary.RDFS
-
- Container - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- ContainerMembershipProperty - Static variable in class org.apache.jena.vocabulary.RDFS
-
- ContainerMembershipProperty - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- contains(Node, Node, Node) - Method in interface org.apache.jena.graph.Graph
-
Answer true iff the graph contains a triple matching (s, p, o).
- contains(Triple) - Method in interface org.apache.jena.graph.Graph
-
Answer true iff the graph contains a triple that t matches; t may be
fluid.
- contains(RDFNode) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(boolean) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(long) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(char) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(float) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(double) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(String) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(String, String) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(Object) - Method in interface org.apache.jena.rdf.model.Container
-
Determine whether the container contains a value
- contains(Resource, Property) - Method in interface org.apache.jena.rdf.model.Model
-
Determine whether this model contains any statements with a given subject
and property.
- contains(Resource, Property, RDFNode) - Method in interface org.apache.jena.rdf.model.Model
-
Determine if an (S, P, O) pattern is present in this model, with null allowed
to represent a wildcard match.
- contains(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
Determine if a statement is present in this model.
- contains(Resource, Property, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Determine if a statement is present in this model.
- contains(Resource, Property, String, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Determine if a statement is present in this model.
- contains(RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer true if the given node appears as the value of a value of any
of the cells of this list.
- contains(TriplePattern) - Method in class org.apache.jena.reasoner.FGraph
-
Return true if the given pattern occurs somewhere in the find sequence.
- contains(TriplePattern) - Method in interface org.apache.jena.reasoner.Finder
-
Return true if the given pattern occurs somewhere in the find sequence.
- contains(Triple) - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Return true if the triple is already in either the graph or the stack.
- contains(Node, Node, Node) - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Return true if the triple pattern is already in either the graph or the stack.
- contains(TriplePattern) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Return true if the given pattern occurs somewhere in the find sequence.
- contains(Object, Object) - Method in class org.apache.jena.util.OneToManyMap
-
Answer true if this mapping contains the pair
(key, value)
.
- containsAll(StmtIterator) - Method in interface org.apache.jena.rdf.model.Model
-
Determine if all of the statements returned by an iterator are
contained in this model.
- containsAll(Model) - Method in interface org.apache.jena.rdf.model.Model
-
Determine if all of the statements in a model are also contained
in this model.
- containsAny(StmtIterator) - Method in interface org.apache.jena.rdf.model.Model
-
Determine if any of the statements returned by an iterator are
contained in this model.
- containsAny(Model) - Method in interface org.apache.jena.rdf.model.Model
-
Determine if any of the statements in a model are also contained
in this model.
- containsKey(Object) - Method in class org.apache.jena.util.OneToManyMap
-
Answer true if the map contains the given value as a key.
- containsLiteral(Resource, Property, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.
- containsLiteral(Resource, Property, long) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.
- containsLiteral(Resource, Property, int) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.
- containsLiteral(Resource, Property, char) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.
- containsLiteral(Resource, Property, float) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer true iff this model contains (s, p, o') where o' is the typed
literal corresponding to o.
- containsLiteral(Resource, Property, double) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.
- containsLiteral(Resource, Property, Object) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.
- containsNode(Graph, Node) - Static method in class org.apache.jena.graph.GraphUtil
-
Does the graph use the node anywhere as a subject, predciate or object?
- containsResource(RDFNode) - Method in interface org.apache.jena.rdf.model.Model
-
determine if the RDFNode r appears in any statement of this model.
- containsValue(Object) - Method in class org.apache.jena.util.OneToManyMap
-
Answer true if the map contains the given object as a value
stored against any key.
- content - Static variable in interface org.apache.jena.assembler.Assembler
-
- content() - Static method in class org.apache.jena.assembler.ConstAssembler
-
- Content - Class in org.apache.jena.assembler
-
A Content object records content to be used to fill models.
- Content(List<Content>) - Constructor for class org.apache.jena.assembler.Content
-
Initialise a content object that includes the contents of each (Content) item
in the list contents
.
- Content() - Constructor for class org.apache.jena.assembler.Content
-
Initialise an empty Content object.
- Content - Static variable in class org.apache.jena.assembler.JA
-
- content - Static variable in class org.apache.jena.assembler.JA
-
- contentEncoding - Static variable in class org.apache.jena.assembler.JA
-
- ContentItem - Static variable in class org.apache.jena.assembler.JA
-
- continueWith(Statement) - Method in class org.apache.jena.rdf.model.StatementBoundaryBase
-
Method to over-ride to define what continues the boundary search; default
definition is !stopAt(s).
- contributor - Static variable in class org.apache.jena.vocabulary.DC_10
-
- contributor - Static variable in class org.apache.jena.vocabulary.DC_11
-
An entity responsible for making contributions to the content of the resource.
- contributor - Static variable in class org.apache.jena.vocabulary.DCTerms
-
An entity responsible for making contributions to the resource.
- convenient - Static variable in class org.apache.jena.assembler.JA
-
- ConversionException - Exception in org.apache.jena.ontology
-
Exception that is thrown when an ontology resource is converted to another
facet, using
as()
, and the requested conversion is not
possible.
- ConversionException(String) - Constructor for exception org.apache.jena.ontology.ConversionException
-
Construct an ontology exception with a given message.
- convert(Model, StatementBoundary) - Static method in class org.apache.jena.rdf.model.StatementBoundaryBase
-
Answer a TripleBoundary that is implemented in terms of a StatementBoundary.
- convertBooleanPredicateArg(Property, Object) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Convert the value of a boolean configuration parameter to a boolean value.
- convertIntegerPredicateArg(Property, Object) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Convert the value of an integer configuration parameter to an int value.
- convertList(Node, RuleContext) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Convert an (assumed well formed) RDF list to a java list of Nodes
- convertToAllValuesFromRestriction(Resource) - Method in interface org.apache.jena.ontology.Restriction
-
Convert this restriction to an all values from class expression.
- convertToCardinalityRestriction(int) - Method in interface org.apache.jena.ontology.Restriction
-
Convert this restriction to a cardinality restriction class expression
- convertToComplementClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as an complement of the given class.
- convertToDatatypeProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a facet of this property as a datatype property, adding additional information to the model if necessary.
- convertToEnumeratedClass(RDFList) - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as an enumeration of the given individuals.
- convertToFunctionalProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a facet of this property as a functional property, adding additional information to the model if necessary.
- convertToHasValueRestriction(RDFNode) - Method in interface org.apache.jena.ontology.Restriction
-
Convert this restriction to a has value class expression
- convertToIntersectionClass(RDFList) - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as an intersection of the given classes.
- convertToInverseFunctionalProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a facet of this property as an inverse functional property, adding additional information to the model if necessary.
- convertToMaxCardinalityRestriction(int) - Method in interface org.apache.jena.ontology.Restriction
-
Convert this restriction to a max cardinality restriction class expression
- convertToMinCardinalityRestriction(int) - Method in interface org.apache.jena.ontology.Restriction
-
Convert this restriction to a min cardinality restriction class expression
- convertToObjectProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a facet of this property as an object property, adding additional information to the model if necessary.
- convertToRestriction(Property) - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as an restriction on the given property.
- convertToSomeValuesFromRestriction(Resource) - Method in interface org.apache.jena.ontology.Restriction
-
Convert this restriction to a some values from class expression
- convertToSymmetricProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a facet of this property as a symmetric property, adding additional information to the model if necessary.
- convertToTransitiveProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a facet of this property as a transitive property, adding additional information to the model if necessary.
- convertToUnionClass(RDFList) - Method in interface org.apache.jena.ontology.OntClass
-
Answer a view of this class as a union of the given classes.
- copy() - Method in class org.apache.jena.enhanced.Personality
-
create a new Personality copying this one; the _types_ state is
copied, not shared.
- copy() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer a list that contains all of the elements of this list in the same
order, but is a duplicate copy in the underlying model.
- copy() - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Internal use only.
- coreSyntaxTerms - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- CountLiteralValues - Class in org.apache.jena.reasoner.rulesys.builtins
-
CountLiteralValues(X, P, C) sets C to be the number of semantically
distinct values for P on resource X.
- CountLiteralValues() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.CountLiteralValues
-
- Country - Static variable in class org.apache.jena.vocabulary.VCARD
-
- countSubModels() - Method in interface org.apache.jena.ontology.OntModel
-
Answer the number of sub-models of this model, not including the
base model.
- coverage - Static variable in class org.apache.jena.vocabulary.DC_10
-
- coverage - Static variable in class org.apache.jena.vocabulary.DC_11
-
The extent or scope of the content of the resource.
- coverage - Static variable in class org.apache.jena.vocabulary.DCTerms
-
The spatial or temporal topic of the resource, the spatial applicability of
the resource, or the jurisdiction under which the resource is relevant.
- create - Static variable in class org.apache.jena.assembler.JA
-
- CREATE - Static variable in class org.apache.jena.assembler.Mode
-
Mode that demands a new object be created and no existing object
should exist.
- create(List<Rule>) - Static method in class org.apache.jena.assembler.RuleSet
-
- create(String) - Static method in class org.apache.jena.assembler.RuleSet
-
- create() - Static method in class org.apache.jena.graph.BlankNodeId
-
- create(String) - Static method in class org.apache.jena.graph.BlankNodeId
-
- create(Node.NodeMaker, Object) - Static method in class org.apache.jena.graph.Node
-
- create(Node, Node, Node) - Static method in class org.apache.jena.graph.Triple
-
- create() - Static method in class org.apache.jena.rdf.model.AnonId
-
- create(String) - Static method in class org.apache.jena.rdf.model.AnonId
-
- create(String, Model) - Static method in class org.apache.jena.rdfxml.xmlinput.SAX2Model
-
Factory method to create a new SAX2Model.
- create(String, Model, String) - Static method in class org.apache.jena.rdfxml.xmlinput.SAX2Model
-
Factory method to create a new SAX2Model.
- create(String) - Static method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
Factory method to create a new SAX2RDF.
- create(String, String) - Static method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
Factory method to create a new SAX2RDF.
- create(Resource) - Method in interface org.apache.jena.reasoner.ReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create(String, Resource) - Method in class org.apache.jena.reasoner.ReasonerRegistry
-
Create and return a new instance of the reasoner identified by
the given uri.
- create(Resource) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create(Resource) - Method in class org.apache.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create(Resource) - Method in class org.apache.jena.reasoner.rulesys.OWLMicroReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create(Resource) - Method in class org.apache.jena.reasoner.rulesys.OWLMiniReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create(Resource) - Method in class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create(Resource) - Method in class org.apache.jena.reasoner.rulesys.RDFSRuleReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create(Resource) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
-
Constructor method that builds an instance of the associated Reasoner
- create() - Static method in class org.apache.jena.shared.PrefixMapping.Factory
-
- create(String) - Static method in class org.apache.jena.util.CharEncoding
-
Create a new CharacterEncoding object,
given a name of a character encoding
identifying it.
- createAllDifferent() - Method in interface org.apache.jena.ontology.OntModel
-
Answer a new, anonymous node representing the fact that a given set of classes are all
pair-wise distinct.
- createAllDifferent(RDFList) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a new, anonymous node representing the fact that a given set of classes are all
pair-wise distinct.
- createAllValuesFromRestriction(String, Property, Resource) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals for which all values
of the given property belong to the given class
- createAlt() - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new anonymous alt.
- createAlt(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new alt.
- createAnnotationProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an annotation property in this model.
- createAnon() - Static method in class org.apache.jena.graph.NodeFactory
-
- createAnon(BlankNodeId) - Static method in class org.apache.jena.graph.NodeFactory
-
- createAnon(String) - Static method in class org.apache.jena.graph.NodeFactory
-
- createBag() - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new anonymous bag.
- createBag(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new bag.
- createBaseModel() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer a base model constructed according to this specification.
- createBlankNode() - Static method in class org.apache.jena.graph.NodeFactory
-
Make a fresh blank node
- createBlankNode(BlankNodeId) - Static method in class org.apache.jena.graph.NodeFactory
-
make a blank node with the specified label
- createBlankNode(String) - Static method in class org.apache.jena.graph.NodeFactory
-
make a blank node with the specified label
- createCardinalityQRestriction(String, Property, int, OntClass) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have exactly
the given number of values for the given property, all values of which belong to the given
class.
- createCardinalityRestriction(String, Property, int) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have exactly
the given number of values for the given property.
- createClass() - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an anonymous class description in this model.
- createClass(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents a class description node in this model.
- createComplementClass(String, Resource) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the complement of the given argument class
- created - Static variable in class org.apache.jena.vocabulary.DCTerms
-
Date of creation of the resource.
- createD2M(String, Model) - Static method in class org.apache.jena.rdfxml.xmlinput.DOM2Model
-
Create a new DOM2Model.
- createD2M(String, Model, String) - Static method in class org.apache.jena.rdfxml.xmlinput.DOM2Model
-
Create a new DOM2Model.
- createDataRange(RDFList) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a data range defined as the given set of concrete data values.
- createDatatypeProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents datatype property in this model, and that is
not a functional property.
- createDatatypeProperty(String, boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents datatype property in this model.
- createDefaultGraph() - Static method in class org.apache.jena.graph.Factory
-
Answer a memory-based Graph.
- createDefaultGraph() - Static method in class org.apache.jena.shared.RandomOrderGraph
-
- createDefaultModel() - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a fresh Model with the default specification.
- createDefaultModel() - Method in interface org.apache.jena.rdf.model.ModelSource
-
Answer this ModelSource's default model.
- createDefaultModel() - Static method in class org.apache.jena.shared.RandomOrderGraph
-
- createEnumeratedClass(String, RDFList) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the enumeration of the given list of individuals
- createFreshModel() - Method in interface org.apache.jena.rdf.model.ModelSource
-
Answer a Model that satisfies this ModelSource's shape.
- createGraph() - Method in interface org.apache.jena.graph.GraphMaker
-
Answer a graph who's name isn't interesting.
- createGraph(String, boolean) - Method in interface org.apache.jena.graph.GraphMaker
-
Create a new graph associated with the given name.
- createGraph(String) - Method in interface org.apache.jena.graph.GraphMaker
-
Create a graph that does not already exist - equivalent to
createGraph( name, false )
.
- createGraphMem() - Static method in class org.apache.jena.graph.Factory
-
- createGraphMemWithTransactionHandler(TransactionHandler) - Static method in class org.apache.jena.graph.Factory
-
- createHashedMap() - Static method in class org.apache.jena.util.CollectionFactory
-
Answer a new Map which uses hashing for lookup.
- createHashedMap(int) - Static method in class org.apache.jena.util.CollectionFactory
-
Answer a new Map which uses hashing for lookup and has initial size
size
.
- createHashedMap(Map<K, V>) - Static method in class org.apache.jena.util.CollectionFactory
-
Answer a new Map which uses hashing for lookup and is initialised to be
a copy of toCopy
.
- createHashedSet() - Static method in class org.apache.jena.util.CollectionFactory
-
Answer a new Set which uses haashing for lookup.
- createHashedSet(Collection<T>) - Static method in class org.apache.jena.util.CollectionFactory
-
Answer a new Set which uses hashing for lookup and is initialised as a copy
of toCopy
.
- createHasValueRestriction(String, Property, RDFNode) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have the given
resource as the value of the given property
- createIndividual() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a new individual that has this class as its rdf:type
- createIndividual(String) - Method in interface org.apache.jena.ontology.OntClass
-
Answer a new individual that has this class as its rdf:type
- createIndividual(Resource) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an Individual
node in this model.
- createIndividual(String, Resource) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an Individual node in this model.
- createInfModel(Reasoner, Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Build an inferred model by attaching the given RDF model to the given reasoner.
- createInfModel(Reasoner, Model, Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Build an inferred model by attaching the given RDF model to the given reasoner.
- createInfModel(InfGraph) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Build an inference model from an InfGraph.
- createIntersectionClass(String, RDFList) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the intersection of the given list of class descriptions.
- createInverseFunctionalProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing an inverse functional property
- createInverseFunctionalProperty(String, boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing an inverse functional property, which is optionally
also functional.
- createLangLiteral(String, String) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
Answer a plain (untyped) literal with no language and the given content.
- createLangLiteral(String, String) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
Answer a plain (untyped) literal with no language and the given content.
- createList() - Method in interface org.apache.jena.rdf.model.Model
-
Answer a new empty list.
- createList(Iterator<? extends RDFNode>) - Method in interface org.apache.jena.rdf.model.Model
-
Answer a new list containing the resources from the given iterator, in order.
- createList(RDFNode[]) - Method in interface org.apache.jena.rdf.model.Model
-
Answer a new list containing the nodes from the given array, in order
- createLiteral(LiteralLabel) - Static method in class org.apache.jena.graph.NodeFactory
-
make a literal node with the specified literal value
- createLiteral(String) - Static method in class org.apache.jena.graph.NodeFactory
-
- createLiteral(String, String, boolean) - Static method in class org.apache.jena.graph.NodeFactory
-
make a literal with specified language and XMLishness.
- createLiteral(String, String) - Static method in class org.apache.jena.graph.NodeFactory
-
Make a literal with specified language.
- createLiteral(String, String, RDFDatatype) - Static method in class org.apache.jena.graph.NodeFactory
-
Build a literal node from its lexical form.
- createLiteral(String, RDFDatatype) - Static method in class org.apache.jena.graph.NodeFactory
-
Build a typed literal node from its lexical form.
- createLiteral(String, String) - Method in interface org.apache.jena.rdf.model.Model
-
Create an untyped literal from a String value with a specified language.
- createLiteral(String, boolean) - Method in interface org.apache.jena.rdf.model.Model
-
Create a literal from a String value.
- createLiteral(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a literal from a String value.
- createLiteralByValue(Object, RDFDatatype) - Static method in class org.apache.jena.graph.NodeFactory
-
Create a Node based on the value
If the value is a string we
assume this is inteded to be a lexical form after all.
- createLiteralByValue(Object, String, RDFDatatype) - Static method in class org.apache.jena.graph.NodeFactory
-
Create a Node based on the value
If the value is a string we
assume this is inteded to be a lexical form after all.
- createLiteralStatement(Resource, Property, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.
- createLiteralStatement(Resource, Property, float) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.
- createLiteralStatement(Resource, Property, double) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.
- createLiteralStatement(Resource, Property, long) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.
- createLiteralStatement(Resource, Property, int) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.
- createLiteralStatement(Resource, Property, char) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.
- createLiteralStatement(Resource, Property, Object) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.
- createMatch(Node, Node, Node) - Static method in class org.apache.jena.graph.Triple
-
- createMaxCardinalityQRestriction(String, Property, int, OntClass) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at most
the given number of values for the given property, all values of which belong to the given
class.
- createMaxCardinalityRestriction(String, Property, int) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at most
the given number of values for the given property.
- createMemModelMaker() - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a ModelMaker that constructs memory-based Models that do
not persist past JVM termination.
- createMinCardinalityQRestriction(String, Property, int, OntClass) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at least
the given number of values for the given property, all values of which belong to the given
class.
- createMinCardinalityRestriction(String, Property, int) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at least
the given number of values for the given property.
- createModel(String, boolean) - Method in interface org.apache.jena.rdf.model.ModelMaker
-
Create a new Model associated with the given name.
- createModel(String) - Method in interface org.apache.jena.rdf.model.ModelMaker
-
Create a Model with the given name if no such model exists.
- createModelForGraph(Graph) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a model that encapsulates the given graph.
- createNewHandlers() - Static method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Internal use only
- createNewOptions() - Static method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Internal use only
- createObjectProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing an object property in this model,
and that is not a functional property.
- createObjectProperty(String, boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an object property in this model.
- createOntology(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an ontology description node in this model.
- createOntologyModel() - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a new ontology model which will process in-memory models of
ontologies expressed the default ontology language (OWL).
- createOntologyModel(String) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a new ontology model which will process in-memory models of
ontologies in the given language.
- createOntologyModel(OntModelSpec, ModelMaker, Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a new ontology model which will process in-memory models of
ontologies expressed the default ontology language (OWL).
- createOntologyModel(OntModelSpec, Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a new ontology model, constructed according to the given ontology model specification,
and starting with the ontology data in the given model.
- createOntologyModel(OntModelSpec) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a new ontology model constructed according to the specification, which includes
a ModelMaker which will create the necessary base model.
- createOntProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing an generic property in this model.
- createOntResource(Class<T>, Resource, String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents a generic ontology node in this model.
- createOntResource(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource presenting the
OntResource
facet, which has the
given URI.
- createPlainLiteral(String) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
Answer a plain (untyped) literal with no language and the given content.
- createPlainLiteral(String) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
Answer a plain (untyped) literal with no language and the given content.
- createProperty(String, String) - Method in interface org.apache.jena.rdf.model.Model
-
Create a property with a given URI composed from a namespace part and a
localname part by concatenating the strings.
- createProperty(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a property.
- createProperty(String) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
create a new property.
- createProperty(String, String) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
create a new property.
- createProperty(String) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
create a new property.
- createProperty(String, String) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
create a new property.
- createRDFSModel(Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Return a Model through which all the RDFS entailments
derivable from the given model are accessible.
- createRDFSModel(Model, Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Return a Model through which all the RDFS entailments
derivable from the given data and schema models are accessible.
- createReifiedStatement(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
Answer a ReifiedStatement that encodes _s_ and belongs to this Model.
- createReifiedStatement(String, Statement) - Method in interface org.apache.jena.rdf.model.Model
-
answer a ReifiedStatement that encodes _s_, belongs to this Model,
and is a Resource with that _uri_.
- createReifiedStatement() - Method in interface org.apache.jena.rdf.model.Statement
-
answer a ReifiedStatement object that embodies this Statement and
is in the same Model (if any).
- createReifiedStatement(String) - Method in interface org.apache.jena.rdf.model.Statement
-
answer a ReifiedStatement object that embodies this Statement, has
the same Model, and has the given uri
.
- createResource() - Method in interface org.apache.jena.rdf.model.Model
-
Create a new anonymous resource whose model is this model.
- createResource(AnonId) - Method in interface org.apache.jena.rdf.model.Model
-
Create a blank node resource with a specified identifier.
- createResource(String) - Method in interface org.apache.jena.rdf.model.Model
-
Create a new resource associated with this model.
- createResource(Resource) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new anonymous resource with a given type.
- createResource(String, Resource) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new resource with a given type.
- createResource(ResourceF) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Deprecated.
- createResource(String, ResourceF) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Deprecated.
- createResource(Resource) - Method in interface org.apache.jena.rdf.model.ResourceF
-
Deprecated.
Create new resource instance which extends the behaviour of a supplied
resource.
- createResource() - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
create a new anonymous resource.
- createResource(String) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
create a new resource.
- createResource() - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
create a new anonymous resource.
- createResource(String) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
create a new resource.
- createRestriction(Property) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an anonymous property restriction in this model.
- createRestriction(String, Property) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents a property restriction in this model.
- createSeq() - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new anonymous seq.
- createSeq(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a new seq.
- createSomeValuesFromRestriction(String, Property, Resource) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at least
one property with a value belonging to the given class
- createStatement(Resource, Property, RDFNode) - Method in interface org.apache.jena.rdf.model.Model
-
Create a Statement instance.
- createStatement(Resource, Property, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a Statement instance.
- createStatement(Resource, Property, String, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a Statement instance.
- createStatement(Resource, Property, String, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a Statement instance.
- createStatement(Resource, Property, String, String, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a Statement instance.
- createStatement(Resource, Property, RDFNode) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
create a new statement.
- createStatement(Resource, Property, RDFNode) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
create a new statement.
- createSymmetricProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing a symmetric property
- createSymmetricProperty(String, boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing a symmetric property, which is optionally
also functional.
- createTransitiveProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing a transitive property
- createTransitiveProperty(String, boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing a transitive property, which is optionally
also functional.
- createTypedLiteral(String, RDFDatatype) - Method in interface org.apache.jena.rdf.model.Model
-
Build a typed literal from its lexical form.
- createTypedLiteral(Object, RDFDatatype) - Method in interface org.apache.jena.rdf.model.Model
-
Build a typed literal from its value form.
- createTypedLiteral(Object) - Method in interface org.apache.jena.rdf.model.Model
-
Build a typed literal label from its value form using
whatever datatype is currently registered as the the default
representation for this java class.
- createTypedLiteral(boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a type literal from a boolean value.
- createTypedLiteral(int) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a typed literal from an integer value.
- createTypedLiteral(long) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a typed literal from an integer value.
- createTypedLiteral(Calendar) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Create a typed literal of type xsd:dateTime from a Calendar object.
- createTypedLiteral(char) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a typed literal from a char value.
- createTypedLiteral(float) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a typed literal from a float value.
- createTypedLiteral(double) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a typed literal from a double value.
- createTypedLiteral(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a typed literal from a String value.
- createTypedLiteral(Object) - Method in interface org.apache.jena.rdf.model.ModelCon
-
create a literal from an Object.
- createTypedLiteral(String, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Build a typed literal from its lexical form.
- createTypedLiteral(Object, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Build a typed literal from its value form.
- createTypedLiteral(String, RDFDatatype) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
Answer a typed literal.
- createTypedLiteral(Object) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
Answer a typed literal.
- createTypedLiteral(String, RDFDatatype) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
Answer a typed literal.
- createTypedLiteral(Object) - Method in interface org.apache.jena.rdf.model.ResourceFactory.Interface
-
Answer a typed literal.
- createUncachedLiteral(Object, RDFDatatype) - Static method in class org.apache.jena.graph.NodeFactory
-
- createUncachedLiteral(Object, String, RDFDatatype) - Static method in class org.apache.jena.graph.NodeFactory
-
- createUnion(Model, Model) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer a new model that is the dynamic union of two other models.
- createUnionClass(String, RDFList) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the union of the given list of class descriptions
- createURI(String) - Static method in class org.apache.jena.graph.NodeFactory
-
make a URI node with the specified URIref string
- createVariable(String) - Static method in class org.apache.jena.graph.NodeFactory
-
make a variable node with a given name
- creator - Static variable in class org.apache.jena.vocabulary.DC_10
-
- creator - Static variable in class org.apache.jena.vocabulary.DC_11
-
An entity primarily responsible for making the content of the resource.
- creator - Static variable in class org.apache.jena.vocabulary.DCTerms
-
An entity primarily responsible for making the resource.
- gDay - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:gDay
- GE - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests if the first argument is greater than or equal to the second.
- GE() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.GE
-
- general - Static variable in interface org.apache.jena.assembler.Assembler
-
- general() - Static method in class org.apache.jena.assembler.ConstAssembler
-
- GenericRuleReasoner - Class in org.apache.jena.reasoner.rulesys
-
A reasoner interface that is able to invoke any of the useful
rule engine combinations.
- GenericRuleReasoner(List<Rule>) - Constructor for class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Constructor.
- GenericRuleReasoner(ReasonerFactory, Resource) - Constructor for class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Constructor
- GenericRuleReasoner(List<Rule>, ReasonerFactory) - Constructor for class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Constructor
- GenericRuleReasoner.RuleMode - Class in org.apache.jena.reasoner.rulesys
-
Class used as an enum for describing rule modes.
- GenericRuleReasonerFactory - Class in org.apache.jena.reasoner.rulesys
-
Factory object for creating general rule reasoner instances.
- GenericRuleReasonerFactory() - Constructor for class org.apache.jena.reasoner.rulesys.GenericRuleReasonerFactory
-
- GEO - Static variable in class org.apache.jena.vocabulary.VCARD
-
- get(int) - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the node that is the i'th element of the list, assuming that the
head is item zero.
- get() - Static method in class org.apache.jena.system.JenaSystem
-
The current JenaSubsystemRegistry
- get() - Static method in class org.apache.jena.util.FileManager
-
Get the global file manager.
- get() - Static method in class org.apache.jena.util.LocationMapper
-
Get the global LocationMapper
- get(String) - Method in class org.apache.jena.util.Metadata
-
- get(String, String) - Method in class org.apache.jena.util.Metadata
-
- get(Object) - Method in class org.apache.jena.util.OneToManyMap
-
Get a value for this key.
- getAdditions() - Method in class org.apache.jena.graph.compose.Delta
-
Answer the graph of all triples added.
- getAliasFor(Resource) - Method in interface org.apache.jena.ontology.Profile
-
Answer an alias for the given resource.
- getAll(Object) - Method in class org.apache.jena.util.OneToManyMap
-
Answer an iterator over all of the values for the given key.
- getAllDescriptions() - Method in class org.apache.jena.reasoner.ReasonerRegistry
-
Return a composite set of RDF capability descriptions for all registered reasoners.
- getAllValuesFrom() - Method in interface org.apache.jena.ontology.AllValuesFromRestriction
-
Answer the resource characterising the constraint on all values of the restricted property.
- getAllValuesFromRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals for which all values
of the given property belong to the given class.
- getAlt(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Return an Alt instance in this model.
- getAlt(Resource) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Return an Alt instance based on a given resource.
- getAlt(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getAlt() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getAltEntry(String) - Method in class org.apache.jena.util.LocationMapper
-
- getAltPrefix(String) - Method in class org.apache.jena.util.LocationMapper
-
- getAncestor() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- getAnnotationProperties() - Method in interface org.apache.jena.ontology.Profile
-
Answer an iterator over the properties in this language that are denoted
annotation properties.
- getAnnotationProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an annotation property in this model.
- getAnonymousID() - Method in interface org.apache.jena.rdfxml.xmlinput.AResource
-
A string distinguishing this anonymous resource, from other anonymous resources.
- getAnyReifiedStatement(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
- getArg(int, Node[], RuleContext) - Method in class org.apache.jena.reasoner.rulesys.builtins.BaseBuiltin
-
Return the n'th argument node after dererencing by what ever type of
rule engine binding environment is appropriate.
- getArgLength() - Method in interface org.apache.jena.reasoner.rulesys.Builtin
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.AddOne
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.AssertDisjointPairs
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.BaseBuiltin
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.CountLiteralValues
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Difference
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Equal
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.GE
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.GreaterThan
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsBNode
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsDType
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsFunctor
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsLiteral
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.LE
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.LessThan
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListContains
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListEntry
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListEqual
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListLength
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListMapAsObject
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListMapAsSubject
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListNotContains
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListNotEqual
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Max
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Min
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotBNode
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotDType
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotEqual
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotFunctor
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotLiteral
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Now
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Product
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Quotient
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Regex
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.StrConcat
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.builtins.Sum
-
Return the expected number of arguments for this functor or 0 if the number is flexible.
- getArgLength() - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Return the length of the functor argument array.
- getArgs() - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Return the functor aguments as an array of nodes
- getAxiomTypes() - Method in interface org.apache.jena.ontology.Profile
-
Answer an iterator over the rdf:types in this language that denote stand-alone
axioms.
- getBackwardCompatibleWith() - Method in interface org.apache.jena.ontology.Ontology
-
Answer a resource that represents an ontology that is backwards compatible with this ontology.
- getBadChar() - Method in exception org.apache.jena.shared.CannotEncodeCharacterException
-
Answer the character that could not be encoded.
- getBadClass() - Method in exception org.apache.jena.enhanced.UnsupportedPolymorphismException
-
Answer the class that the node couldn't be polymorphed to
- getBadNode() - Method in exception org.apache.jena.enhanced.UnsupportedPolymorphismException
-
Answer the node that couldn't be polymorphed.
- getBag(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Return a Bag instance in this model.
- getBag(Resource) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Return a bag instance based on a given resource.
- getBag(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getBag() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getBaseGraph() - Method in class org.apache.jena.graph.compose.Polyadic
-
Answer the distinguished graph for the composition, which will be the graph
that receives triple adds and deletes.
- getBaseModel() - Method in interface org.apache.jena.ontology.OntModel
-
Answer the base model of this model.
- getBaseModelMaker() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer the model maker used for creating base models.
- getBigSeconds() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of seconds in the duration, including the fractional part,
in a lossless but expensive notation - i.e.
- getBlankNodeId() - Method in class org.apache.jena.graph.Node
-
get the blank node id if the node is blank, otherwise die horribly
- getBlankNodeId() - Method in class org.apache.jena.graph.Node_Blank
-
- getBlankNodeId() - Method in class org.apache.jena.rdf.model.AnonId
-
Return the system BlankNodeId
- getBlankNodeLabel() - Method in class org.apache.jena.graph.Node
-
Answer the label of this blank node or throw an UnsupportedOperationException
if it's not blank.
- getBody() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
return the entire rule body as an array of objects
- getBodyElement(int) - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Return the n'th body element
- getBoolean() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Boolean return its value
as a boolean.
- getBoolean(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getBoolean() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getBoundArgs(BindingEnvironment) - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Return a new Node array containing the bound versions of this Functor's arguments
- getBoundSchema() - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Answer the schema graph bound into this reasoner, or null if there
isn't one.
- getBRules() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Return an ordered list of all registered backward rules.
- getByte() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Byte return its value.
- getByte(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getByte() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getCacheModels() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer true if the models loaded by this document manager from a given
URI will be cached, so that they can be re-used in other compound
ontology models.
- getCapabilities() - Method in class org.apache.jena.graph.compose.Polyadic
-
- getCapabilities() - Method in interface org.apache.jena.graph.Graph
-
returns this Graph's capabilities
- getCapabilities() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Answer the InfCapabilities of this InfGraph.
- getCapabilities() - Method in interface org.apache.jena.reasoner.ReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.reasoner.rulesys.OWLMicroReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.reasoner.rulesys.OWLMiniReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.reasoner.rulesys.RDFSRuleReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveInfGraph
-
Answer the InfCapabilities of this InfGraph.
- getCapabilities() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getCapabilities() - Method in class org.apache.jena.shared.RandomOrderGraph
-
- getCardinality() - Method in interface org.apache.jena.ontology.CardinalityRestriction
-
Answer the cardinality of the restricted property.
- getCardinality(Property) - Method in interface org.apache.jena.ontology.OntResource
-
Answer the cardinality of the given property on this resource.
- getCardinalityQ() - Method in interface org.apache.jena.ontology.CardinalityQRestriction
-
Answer the cardinality of the restricted property.
- getCardinalityQRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have a property
p, with cardinality N, all values of which are members of a given class.
- getCardinalityRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have exactly
the given number of values for the given property.
- getChar() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Char return its value.
- getChar(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getChar() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getCharset() - Method in class org.apache.jena.util.TypedStream
-
- getCheckedLanguage(String) - Static method in class jena.rdfcat
-
Deprecated.
Answer the full, checked, language name expanded from shortName
.
- getClassdecOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getClassdecOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getClassDescriptionTypes() - Method in interface org.apache.jena.ontology.Profile
-
Answer an iterator over the various types of class description defined
in the language.
- getClassLoader() - Method in class org.apache.jena.util.LocatorClassLoader
-
- getClassnameOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getClassnameOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getClassnameSuffixOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getClassnameSuffixOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getClassSectionOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getClassSectionOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getClassTemplateOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getClassTemplateOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getClosedPredicate() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Returns the closedPredicate.
- getCommandLineForm() - Method in class jena.schemagen.OptionDefinition
-
Return the command line form of this option
- getComment(String) - Method in interface org.apache.jena.ontology.OntResource
-
Answer the comment string for this object.
- getComplementClass(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the complement of another class.
- getConclusion() - Method in class org.apache.jena.reasoner.rulesys.RuleDerivation
-
- getConfigFileOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getConfigFileOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getContent() - Method in class org.apache.jena.graph.GraphEvents
-
For events generated by the Jena code base the content is one of:
startRead
finishRead
removeAll
The empty string.
remove
The (non-concrete) triple being removed.
- getCurrentDeductionsGraph() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return the Graph containing all the static deductions available so far.
- getCurrentDeductionsGraph() - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Return the Graph containing all the static deductions available so far.
- getDatatype() - Method in interface org.apache.jena.rdf.model.Literal
-
Return the datatype of the literal.
- getDatatypeProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents datatype property in this model.
- getDatatypesSectionOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getDatatypesSectionOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getDatatypeTemplateOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getDatatypeTemplateOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getDatatypeURI() - Method in interface org.apache.jena.rdf.model.Literal
-
Return the uri of the datatype of the literal.
- getDatatypeURI() - Method in interface org.apache.jena.rdfxml.xmlinput.ALiteral
-
The datatype URI of a typed literal, or null
for an untyped literal.
- getDays() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the number of years in the dateTime
- getDays() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of years in the duration
- getDeclarationProperty() - Method in class jena.schemagen.OptionDefinition
-
Return the RDF property that is used when configuring this option
via a
Model
- getDeclarationsOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getDeclarationsOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getDeductionsGraph() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Returns a derivations graph.
- getDeductionsGraph() - Method in interface org.apache.jena.reasoner.InfGraph
-
Returns a derivations graph.
- getDeductionsGraph() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return the Graph containing all the static deductions available so far.
- getDeductionsGraph() - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Return the Graph containing all the static deductions available so far.
- getDeductionsModel() - Method in interface org.apache.jena.rdf.model.InfModel
-
Returns a derivations model.
- getDefault() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultAlt() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultBag() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultBoolean() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultByte() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultChar() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultDouble() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultFloat() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultInt() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultLanguage() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the language of the default value for this resource.
- getDefaultLiteral() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultLong() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultModelPrefixes() - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Answer the current default model prefixes PrefixMapping object.
- getDefaultResource() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultResource(ResourceF) - Method in interface org.apache.jena.rdf.model.Alt
-
Deprecated.
- getDefaultSeq() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultShort() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDefaultSpec(String) - Static method in class org.apache.jena.ontology.OntModelSpec
-
Answer a default specification for the given language URI.
- getDefaultString() - Method in interface org.apache.jena.rdf.model.Alt
-
Return the default value for this resource.
- getDeletions() - Method in class org.apache.jena.graph.compose.Delta
-
Answer the graph of all triples removed.
- getDerivation(Statement) - Method in interface org.apache.jena.rdf.model.InfModel
-
Return the derivation of the given statement (which should be the result of
some previous list operation).
- getDerivation(Triple) - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Return the derivation of the given triple (which is the result of
some previous find operation).
- getDerivation(Triple) - Method in interface org.apache.jena.reasoner.InfGraph
-
Return the derivation of the given triple (which is the result of
some previous find operation).
- getDerivation(Triple) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return the derivation of at triple.
- getDerivation(Triple) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Return the derivation of at triple.
- getDescription(String) - Method in class org.apache.jena.reasoner.ReasonerRegistry
-
Return information on a given Reasoner.
- getDescription() - Method in class org.apache.jena.reasoner.ValidityReport.Report
-
- getDifferentFrom() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a resource that is declared to be distinct from this resource.
- getDir() - Method in class org.apache.jena.util.LocatorFile
-
- getDirectPredicate() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Returns the directPredicate.
- getDirname(String) - Static method in class org.apache.jena.util.FileUtils
-
Get the directory part of a filename
- getDisjointWith() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a class with which this class is disjoint.
- getDistinctMembers() - Method in interface org.apache.jena.ontology.AllDifferent
-
Answer the list of distinct members for this AllDifferent declaration.
- getDocumentManager() - Method in interface org.apache.jena.ontology.OntModel
-
Answer a reference to the document manager that this model is using to manage
ontology <-> mappings, and to load the imports closure.
- getDocumentManager() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer the document manager for this model specification.
- getDomain() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a resource that represents the domain class of this property.
- getDouble() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Double return its value.
- getDouble(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getDouble() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getDynamicImports() - Method in interface org.apache.jena.ontology.OntModel
-
Answer true if the imports closure of the model will be dynamically
updated as imports statements are added and removed.
- getEmbedding() - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
True if the embedding flag is set.
- getEncodingContext() - Method in exception org.apache.jena.shared.CannotEncodeCharacterException
-
Answer the name of the context in which the encoding failed.
- getEncodingOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getEncodingOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getEnumeratedClass(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the enumeration of a list of individuals.
- getEnv() - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Returns the current variable binding environment for the current rule.
- getEquivalentClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a class that is equivalent to this class.
- getEquivalentProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a property that is equivalent to this property.
- getErrorHandler() - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Gets the current error handler.
- getErrorMode(int) - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Returns the error mode for the given error code.
- getErrorNumber() - Method in exception org.apache.jena.rdfxml.xmlinput.ParseException
-
- getEventManager() - Method in interface org.apache.jena.graph.Graph
-
Answer this Graph's event manager.
- getExtendedHandler() - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Gets the current extended handler.
- getExtension() - Method in class org.apache.jena.reasoner.ValidityReport.Report
-
- getFactory(String) - Method in class org.apache.jena.reasoner.ReasonerRegistry
-
Return the factory for the given reasoner.
- getField(Triple) - Method in class org.apache.jena.graph.Triple.Field
-
- getFileManager() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the file manager instance being used by this document manager.
- getFilenameExt(String) - Static method in class org.apache.jena.util.FileUtils
-
Get the suffix part of a file name or a URL in file-like format.
- getFinder(TriplePattern, Finder) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Return a Finder instance appropriate for the given query.
- getFloat() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Float return its value.
- getFloat(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getFloat() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getFooterOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getFooterOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getFromCache(String) - Method in class org.apache.jena.util.FileManager
-
Read out of the cache - return null if not in the cache
- getFullSeconds() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the number of full seconds in the dateTime
- getFullSeconds() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of full seconds in the duration
- getGlobalProperty(Node) - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Test a global boolean property of the graph.
- getGlobalProperty(Node) - Method in interface org.apache.jena.reasoner.InfGraph
-
Test a global boolean property of the graph.
- getGraph() - Method in class org.apache.jena.enhanced.EnhNode
-
Answer the graph containing this node
- getGraph() - Method in interface org.apache.jena.graph.GraphMaker
-
Answer the default graph of this GraphMaker.
- getGraph() - Method in interface org.apache.jena.rdf.model.ModelGraphInterface
-
Answer the Graph which this Model is presenting.
- getGraph() - Method in class org.apache.jena.reasoner.FGraph
-
Returns the graph.
- getGraph() - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Returns the parent inference graph.
- getGraph() - Method in exception org.apache.jena.shared.ClosedException
-
Answer the graph that this exception was constructed with.
- getGraphCapabilities() - Method in interface org.apache.jena.reasoner.Reasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.OWLMicroReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.OWLMiniReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.RDFSForwardRuleReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.rulesys.RDFSRuleReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphCapabilities() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
- getGraphMaker() - Method in interface org.apache.jena.rdf.model.ModelMaker
-
Answer a GraphMaker that makes graphs the same way this ModelMaker
makes models.
- getGroundVersion(Node) - Method in interface org.apache.jena.reasoner.rulesys.BindingEnvironment
-
Return the most ground version of the node.
- getHandlers() - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
The handlers used during parsing.
- getHandlers() - Method in interface org.apache.jena.rdfxml.xmlinput.ARPConfig
-
The handlers used during parsing.
- getHandlers() - Method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
The handlers used for processing ARP events.
- getHasClassQ() - Method in interface org.apache.jena.ontology.QualifiedRestriction
-
Answer the class or datarange to which all values of the restricted property belong.
- getHashCode(LiteralLabel) - Method in class org.apache.jena.datatypes.BaseDatatype
-
Default implementation of getHashCode() delegates to the default from
the literal label.
- getHashCode(LiteralLabel) - Method in interface org.apache.jena.datatypes.RDFDatatype
-
Gets the hash code of a given value.
- getHashCode(LiteralLabel) - Method in class org.apache.jena.datatypes.xsd.XSDbinary
-
- getHasValue() - Method in interface org.apache.jena.ontology.HasValueRestriction
-
Answer the RDF value that all values of the restricted property must be equal to.
- getHasValueRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have the given
resource as the value of the given property.
- getHead() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the value that is at the head of the list.
- getHead() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
return the entire rule head as an array of objects
- getHeadElement(int) - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Return the n'th head element
- getHeaderOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getHeaderOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getHelpOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getHelpOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getHours() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the number of hours in the dateTime
- getHours() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of hours in the duration
- getId() - Method in interface org.apache.jena.rdf.model.Resource
-
Returns an a unique identifier for anonymous resources.
- getImplementation(Class<X>) - Method in class org.apache.jena.enhanced.Personality
-
get the implemementation for the specified type, returning null if there
isn't one available.
- getImplementation(String) - Method in class org.apache.jena.reasoner.rulesys.BuiltinRegistry
-
Find the implementation of the given builtin functor.
- getImplementationByURI(String) - Method in class org.apache.jena.reasoner.rulesys.BuiltinRegistry
-
Find the implementation of the given builtin functor.
- getImplementor() - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Return the Builtin that implements this functor
- getImport() - Method in interface org.apache.jena.ontology.Ontology
-
Answer a resource that represents an ontology imported by this ontology.
- getImportedModel(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer an OntModel
representing the imported ontology
with the given URI.
- getImportModelGetter() - Method in class org.apache.jena.ontology.OntModelSpec
-
- getImportModelMaker() - Method in interface org.apache.jena.ontology.OntModel
-
Answer the model maker associated with this model (used for constructing the
constituent models of the imports closure).
- getImportModelMaker() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer the model maker used for creating imported models.
- getIncludeOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getIncludeOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getIncompatibleWith() - Method in interface org.apache.jena.ontology.Ontology
-
Answer a resource that represents an ontology that is is incompatible with this ontology.
- getIndex() - Method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Returns the variable's index in a binding vector.
- getIndexingValue() - Method in class org.apache.jena.graph.Node
-
Answer the object which is the index value for this Node.
- getIndexingValue() - Method in class org.apache.jena.graph.Node_Literal
-
Literal nodes defer their indexing value to the component literal.
- getIndividual(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an Individual node in this model.
- getIndividualsSectionOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getIndividualsSectionOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getIndividualTemplateOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getIndividualTemplateOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getInput() - Method in class org.apache.jena.util.TypedStream
-
- getInputOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getInputOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getInstance() - Static method in class org.apache.jena.datatypes.TypeMapper
-
Return the single global instance of the TypeMapper.
- getInstance() - Static method in class org.apache.jena.ontology.OntDocumentManager
-
OntDocumentManager is not a singleton, but a global default instance is available
for applications where a single shared document manager is sufficient.
- getInstance() - Static method in class org.apache.jena.ontology.ProfileRegistry
-
Answer the singleton instance
- getInstance() - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
get the current factory object.
- getInt() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Integer return its value.
- getInt(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getInt() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getIntegerPredicate(Property, Resource) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Helper method - extracts the value of an integer configuration
predicate.
- getIntersectionClass(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the intersection of a list of class descriptions.
- getIntValue(Node) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Return the integer value of a literal node
- getInverse() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer the property that has declared itself to be the inverse of this property,
if any such property is defined.
- getInverseFunctionalProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing an inverse functional property.
- getInverseOf() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a property of which this property is the inverse, if known,
or null if there is no such property.
- getIRIFactory() - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Get the IRI factory (and hence the IRI checking rules)
- getIRIFactoryGlobal() - Static method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Get the default (global) IRI factory (and hence the IRI checking rules)
- getIsDefinedBy() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a resource that is declared to provide a definition of this resource.
- getJavaClass() - Method in class org.apache.jena.datatypes.BaseDatatype
-
Returns the java class which is used to represent value
instances of this datatype.
- getJavaClass() - Method in interface org.apache.jena.datatypes.RDFDatatype
-
If this datatype is used as the cannonical representation
for a particular java datatype then return that java type,
otherwise returns null.
- getJavaClass() - Method in class org.apache.jena.datatypes.xsd.XSDDatatype
-
If this datatype is used as the cannonical representation
for a particular java datatype then return that java type,
otherwise returns null.
- getJenaReasonerNS() - Static method in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Return namespace used for system level descriptive properties of any reasoner
- getKey() - Method in class org.apache.jena.util.OneToManyMap.Entry
-
Answer the key for the entry
- getKnownPrefixes() - Method in class org.apache.jena.ontology.OntModelSpec
-
Returns the set of known (built-in) namespace prefixes for this OntModelSpec
- getL() - Method in class org.apache.jena.graph.compose.Dyadic
-
Answer the left (first) operand of this Dyadic.
- getLabel(String) - Method in interface org.apache.jena.ontology.OntResource
-
Answer the label string for this object.
- getLabel() - Method in interface org.apache.jena.ontology.Profile
-
Answer a descriptive string for this profile, for use in debugging and other output.
- getLabelString() - Method in class org.apache.jena.graph.BlankNodeId
-
Answer the label string of this BlankNodeId.
- getLabelString() - Method in class org.apache.jena.rdf.model.AnonId
-
- getLang() - Method in interface org.apache.jena.rdfxml.xmlinput.ALiteral
-
The value of xml:lang for this literal, often the empty string.
- getLangOwlOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getLangOwlOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getLangRdfsOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getLangRdfsOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getLanguage() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer the URI of the ontology language to use when constructing
models from this specification.
- getLanguage() - Method in interface org.apache.jena.rdf.model.Literal
-
If a language is defined for this literal return it
- getLanguage(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the language of the member at a given index.
- getLanguage() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the language of the object of the statement.
- getLCA(OntModel, OntClass, OntClass) - Static method in class org.apache.jena.ontology.OntTools
-
Answer the lowest common ancestor of two classes in a given ontology.
- getLCA(OntModel, OntClass, OntClass, OntClass) - Static method in class org.apache.jena.ontology.OntTools
-
Answer the lowest common ancestor of two classes, assuming that the given
class is the root concept to start searching from.
- getLCA(Resource, Resource) - Method in class org.apache.jena.ontology.OntTools.LCAIndex
-
- getLexicalForm() - Method in interface org.apache.jena.rdf.model.Literal
-
Return the lexical form of the literal.
- getLineSeparator() - Static method in class org.apache.jena.JenaRuntime
-
- getLiteral() - Method in class org.apache.jena.graph.Node
-
Answer the literal value of a literal node, or throw an UnsupportedOperationException
if it's not a literal node
- getLiteral() - Method in class org.apache.jena.graph.Node_Literal
-
- getLiteral(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getLiteral() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getLiteralDatatype() - Method in class org.apache.jena.graph.Node
-
Answer the RDF datatype object of this node's literal value, if it is
a literal; otherwise die horribly.
- getLiteralDatatype() - Method in class org.apache.jena.graph.Node_Literal
-
- getLiteralDatatypeURI() - Method in class org.apache.jena.graph.Node
-
Answer the data-type URI of this node's literal value, if it is a
literal; otherwise die horribly.
- getLiteralDatatypeURI() - Method in class org.apache.jena.graph.Node_Literal
-
- getLiteralIsXML() - Method in class org.apache.jena.graph.Node
-
- getLiteralIsXML() - Method in class org.apache.jena.graph.Node_Literal
-
- getLiteralLanguage() - Method in class org.apache.jena.graph.Node
-
Answer the language of this node's literal value, if it is a literal;
otherwise die horribly.
- getLiteralLanguage() - Method in class org.apache.jena.graph.Node_Literal
-
- getLiteralLexicalForm() - Method in class org.apache.jena.graph.Node
-
Answer the lexical form of this node's literal value, if it is a literal;
otherwise die horribly.
- getLiteralLexicalForm() - Method in class org.apache.jena.graph.Node_Literal
-
- getLiteralValue() - Method in class org.apache.jena.graph.Node
-
Answer the value of this node's literal value, if it is a literal;
otherwise die horribly.
- getLiteralValue() - Method in class org.apache.jena.graph.Node_Literal
-
- getLoadedPolicyURL() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the URL of the most recently loaded policy URL, or null
if no document manager policy has yet been loaded since the metadata
search path was last set.
- getLocalName() - Method in class org.apache.jena.graph.Node
-
get the localname part of this node if it's a URI node, else die horribly
- getLocalName() - Method in class org.apache.jena.graph.Node_URI
-
- getLocalName() - Method in interface org.apache.jena.rdf.model.Property
-
Returns the name of this property within its namespace.
- getLocalName() - Method in interface org.apache.jena.rdf.model.Resource
-
Returns the name of this resource within its namespace.
- getLocationMapper() - Method in class org.apache.jena.util.FileManager
-
Get the location mapping
- getLocator() - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
When parsing a file, this returns a Locator giving the
position of the last XML event processed by ARP.
- getLock() - Method in interface org.apache.jena.rdf.model.Model
-
Get the model lock for this model.
- getLong() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Long return its value.
- getLong(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getLong() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getMarkerOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getMarkerOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getMatches() - Method in class org.apache.jena.reasoner.rulesys.RuleDerivation
-
- getMatchObject() - Method in class org.apache.jena.graph.Triple
-
Return object or null, not Node.ANY
- getMatchPredicate() - Method in class org.apache.jena.graph.Triple
-
Return predicate or null, not Node.ANY
- getMatchSubject() - Method in class org.apache.jena.graph.Triple
-
Return subject or null, not Node.ANY
- getMaxCardinality() - Method in interface org.apache.jena.ontology.MaxCardinalityRestriction
-
Answer the maximum cardinality of the restricted property.
- getMaxCardinalityQ() - Method in interface org.apache.jena.ontology.MaxCardinalityQRestriction
-
Answer the max qualified cardinality of the restricted property.
- getMaxCardinalityQRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have a property
p, with max cardinality N, all values of which are members of a given class.
- getMaxCardinalityRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at most
the given number of values for the given property.
- getMessage() - Method in exception org.apache.jena.rdfxml.xmlinput.ParseException
-
The message without location information.
- getMetadata(String, String) - Static method in class org.apache.jena.JenaRuntime
-
- getMetadataSearchPath() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the path used to search for the ontology metadata to load.
- getMimeType() - Method in class org.apache.jena.util.TypedStream
-
- getMinCardinality() - Method in interface org.apache.jena.ontology.MinCardinalityRestriction
-
Answer the minimum cardinality of the restricted property.
- getMinCardinalityQ() - Method in interface org.apache.jena.ontology.MinCardinalityQRestriction
-
Answer the min qualified cardinality of the restricted property.
- getMinCardinalityQRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have a property
p, with minimum cardinality N, all values of which are members of a given class.
- getMinCardinalityRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at least
the given number of values for the given property.
- getMinutes() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the number of minutes in the dateTime
- getMinutes() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of minutes in the duration
- getModel(String) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the cached model corresponding to the given document, if known.
- getModel(String) - Method in interface org.apache.jena.rdf.model.ModelGetter
-
Answer a Model whose content is that associated with the URL, if possible,
and otherwise answer null.
- getModel(String, ModelReader) - Method in interface org.apache.jena.rdf.model.ModelGetter
-
Answer a model appropriate for URL
, If none is to hand,
and it's possible to create one, create it and load it using loadIfAbsent
.
- getModel() - Method in interface org.apache.jena.rdf.model.RDFNode
-
Return the model associated with this resource.
- getModel() - Method in interface org.apache.jena.rdf.model.Statement
-
get the Model this Statement was created in.
- getModelMaker() - Method in interface org.apache.jena.ontology.OntModel
-
- getMonths() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the month in the dateTime, this is in ISO8601 format so january = 1
- getMonths() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of months in the duration
- getName() - Method in class org.apache.jena.graph.Node
-
get a variable nodes name, otherwise die horribly
- getName() - Method in class org.apache.jena.graph.Node_Variable
-
- getName() - Method in interface org.apache.jena.reasoner.rulesys.Builtin
-
Return a convenient name for this builtin, normally this will be the name of the
functor that will be used to invoke it and will often be the final component of the
URI.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.AddOne
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.AssertDisjointPairs
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Bound
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.CountLiteralValues
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Difference
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Drop
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Equal
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.GE
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.GreaterThan
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Hide
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsBNode
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsDType
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsFunctor
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.IsLiteral
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.LE
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.LessThan
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListContains
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListEntry
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListEqual
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListLength
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListMapAsObject
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListMapAsSubject
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListNotContains
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.ListNotEqual
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.MakeInstance
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.MakeSkolem
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.MakeTemp
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Max
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Min
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotBNode
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotDType
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotEqual
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotFunctor
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.NotLiteral
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.NoValue
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Now
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Print
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Product
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Quotient
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Regex
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Remove
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.StrConcat
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Sum
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Table
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.TableAll
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.Unbound
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.builtins.UriConcat
-
Return a name for this builtin, normally this will be the name of the
functor that will be used to invoke it.
- getName() - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Return the functor name
- getName() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Get the name for the rule - can be null.
- getName() - Method in interface org.apache.jena.util.Locator
-
- getName() - Method in class org.apache.jena.util.LocatorClassLoader
-
- getName() - Method in class org.apache.jena.util.LocatorFile
-
- getName() - Method in class org.apache.jena.util.LocatorURL
-
- getName() - Method in class org.apache.jena.util.LocatorZip
-
- getNameSpace() - Method in class org.apache.jena.graph.Node
-
get the namespace part of this node if it's a URI node, else die horribly
- getNameSpace() - Method in class org.apache.jena.graph.Node_URI
-
- getNameSpace() - Method in interface org.apache.jena.rdf.model.Property
-
Returns the namespace associated with this property.
- getNameSpace() - Method in interface org.apache.jena.rdf.model.Resource
-
Returns the namespace associated with this resource.
- getNamespaceHandler() - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Gets the current namespace handler.
- getNamespaceOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getNamespaceOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getNarrowedDatatype() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the most specific xsd type which can represent
this date/time
- getNoCommentsOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getNoCommentsOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getNode() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- getNodeAs(Node, Class<X>) - Method in class org.apache.jena.enhanced.EnhGraph
-
Answer an enhanced node that wraps the given node and conforms to the given
interface type.
- getNRulesFired() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return the number of rules fired since this rule engine instance
was created and initialized
- getNRulesFired() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Return the number of rules fired since this rule engine instance
was created and initialized.
- getNsPrefixMap() - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
- getNsPrefixMap() - Method in interface org.apache.jena.shared.PrefixMapping
-
Return a copy of the internal mapping from names to URI strings.
- getNsPrefixURI(String) - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
- getNsPrefixURI(String) - Method in interface org.apache.jena.shared.PrefixMapping
-
Get the URI bound to a specific prefix, null if there isn't one.
- getNsURIPrefix(String) - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
- getNsURIPrefix(String) - Method in interface org.apache.jena.shared.PrefixMapping
-
Answer the prefix for the given URI, or null if there isn't one.
- getNumVars() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Return the number of distinct variables in the rule.
- getObject() - Method in exception org.apache.jena.assembler.BadObjectException
-
- getObject() - Method in class org.apache.jena.graph.Triple
-
- getObject() - Method in interface org.apache.jena.rdf.model.Selector
-
Answer the only RDFNode object that this Selector will match, or null if
it can match more than a single node.
- getObject(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getObject() - Method in class org.apache.jena.rdf.model.SimpleSelector
-
Return the object constraint of this selector.
- getObject() - Method in interface org.apache.jena.rdf.model.Statement
-
An accessor funtion to return the object of the statement.
- getObject() - Method in class org.apache.jena.reasoner.TriplePattern
-
Returns the object.
- getObjectProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing an object property in this model.
- getOneOf() - Method in interface org.apache.jena.ontology.DataRange
-
Answer a list of literals that defines the extension of this datarange.
- getOneOf() - Method in interface org.apache.jena.ontology.EnumeratedClass
-
Answer a list of individuals that defines the extension of this class.
- getOnProperty() - Method in interface org.apache.jena.ontology.Restriction
-
Answer the property that this property restriction applies to.
- getOntClass() - Method in interface org.apache.jena.ontology.Individual
-
Answer an ontology class to which this individual belongs.
- getOntClass(boolean) - Method in interface org.apache.jena.ontology.Individual
-
Answer an ontology class to which this individual belongs.
- getOntClass(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents a class description node in this model.
- getOntModel() - Method in interface org.apache.jena.ontology.OntResource
-
Answer the model that this resource is attached to, assuming that it
is an
OntModel
.
- getOntology(String, OntModelSpec) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the ontology model that results from loading the document with the
given URI.
- getOntology(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents an ontology description node in this model.
- getOntologyOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getOntologyOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getOntProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing an generic property in this model.
- getOntResource(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource presenting the
OntResource
facet, which has the given
URI.
- getOntResource(Resource) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource presenting the
OntResource
facet, which
corresponds to the given resource but attached to this model.
- getOperand() - Method in interface org.apache.jena.ontology.ComplementClass
-
Answer the class that the class described by this class description
is a complement of.
- getOperands() - Method in interface org.apache.jena.ontology.BooleanClassDescription
-
Answer the list of operands for this Boolean class expression.
- getOptions() - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
The options used during parsing.
- getOptions() - Method in interface org.apache.jena.rdfxml.xmlinput.ARPConfig
-
The options used during parsing.
- getOptions() - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
- getOptions() - Method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
- getOrdinal() - Method in interface org.apache.jena.rdf.model.Property
-
Returns the ordinal value of a containment property.
- getOutputOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getOutputOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getOWLMicroReasoner() - Static method in class org.apache.jena.reasoner.ReasonerRegistry
-
Prebuilt standard configuration a micro-OWL reasoner.
- getOWLMiniReasoner() - Static method in class org.apache.jena.reasoner.ReasonerRegistry
-
Prebuilt mini configuration for the default OWL reasoner.
- getOWLReasoner() - Static method in class org.apache.jena.reasoner.ReasonerRegistry
-
Prebuilt standard configuration for the default OWL reasoner.
- getPackagenameOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getPackagenameOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getParent() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- getParent() - Method in class org.apache.jena.rdfxml.xmlinput.states.Frame
-
- getParent() - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- getParseType() - Method in interface org.apache.jena.rdfxml.xmlinput.ALiteral
-
When isWellFormedXML()
is true, this returns the value of the rdf:parseType attribute, usually "Literal".
- getPredicate() - Method in class org.apache.jena.graph.Triple
-
- getPredicate() - Method in interface org.apache.jena.rdf.model.Selector
-
Answer the only predicate Property that this Selector will match, or null
if it can match more than a single property.
- getPredicate() - Method in class org.apache.jena.rdf.model.SimpleSelector
-
Return the predicate constraint of this selector.
- getPredicate() - Method in interface org.apache.jena.rdf.model.Statement
-
An accessor function to return the predicate of the statement.
- getPredicate() - Method in class org.apache.jena.reasoner.TriplePattern
-
Returns the predicate.
- getPrefixMap() - Method in class org.apache.jena.reasoner.rulesys.Rule.Parser
-
Return a map of all the discovered prefixes
- getPrefixMapping() - Method in interface org.apache.jena.graph.Graph
-
returns this Graph's prefix mapping.
- getPrefixMapping() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Inference graphs share the prefix-mapping of their underlying raw graph.
- getPreload() - Method in class org.apache.jena.reasoner.rulesys.OWLFBRuleReasoner
-
Get the single static precomputed rule closure.
- getPriorVersion() - Method in interface org.apache.jena.ontology.Ontology
-
Answer a resource that represents an ontology that is superceded by this ontology.
- getProcessImports() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the policy flag indicating whether the imports statements of
loaded ontologies will be processed to build a union of s.
- getProfile() - Method in interface org.apache.jena.ontology.OntModel
-
Answer the language profile (for example, OWL or DAML+OIL) that this model is
working to.
- getProfile() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer the language profile for this ontology specification
- getProfile() - Method in interface org.apache.jena.ontology.OntResource
-
Answer the ontology language profile that governs the ontology model to which
this ontology resource is attached.
- getProfile(String) - Method in class org.apache.jena.ontology.ProfileRegistry
-
Answer the language profile for the given language URI, or null if not known.
- getProperty(String, String) - Method in interface org.apache.jena.rdf.model.Model
-
Return a Property instance with the given URI in this model.
- getProperty(Resource, Property) - Method in interface org.apache.jena.rdf.model.Model
-
Answer a statement (s, p, ?O) from this model.
- getProperty(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Return a Property instance in this model.
- getProperty(Property) - Method in interface org.apache.jena.rdf.model.Resource
-
Answer some statement (this, p, O) in the associated model.
- getProperty(Property) - Method in interface org.apache.jena.rdf.model.Statement
-
Get a property of the object of the statement.
- getPropertyResourceValue(Property) - Method in interface org.apache.jena.rdf.model.Resource
-
Answer some resource R for which this.hasProperty( p, R ),
or null if no such R exists.
- getPropertySectionOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getPropertySectionOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getPropertyValue(Property) - Method in interface org.apache.jena.ontology.OntResource
-
Answer the value of a given RDF property for this resource, or null
if it doesn't have one.
- getPropTemplateOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getPropTemplateOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getPropValue(Node, Node, Finder) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Helper - returns the (singleton) value for the given property on the given
root node in the data graph.
- getPropValue(Node, Node, Graph) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Helper - returns the (singleton) value for the given property on the given
root node in the data graph.
- getPropValue(Node, Node, RuleContext) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Helper - returns the (singleton) value for the given property on the given
root node in the data graph.
- getQualifiedRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have a property
p, all values of which are members of a given class.
- getR() - Method in class org.apache.jena.graph.compose.Dyadic
-
Answer the right (second) operand of this Dyadic.
- getRange() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a resource that represents the range class of this property.
- getRank() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- getRawBoundValue() - Method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Return the raw value to which this variable is bound (via LP binding) with
no dereferencing.
- getRawGraph() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Return the raw RDF data Graph being processed (i.e.
- getRawGraph() - Method in interface org.apache.jena.reasoner.InfGraph
-
Return the raw RDF data Graph being processed (i.e.
- getRawModel() - Method in interface org.apache.jena.rdf.model.InfModel
-
Return the raw RDF model being processed (i.e.
- getRBNamespace() - Static method in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Return namespace used for Rubric specific properties
- getRDFNode(Node) - Method in interface org.apache.jena.rdf.model.ModelCon
-
- getRDFSReasoner() - Static method in class org.apache.jena.reasoner.ReasonerRegistry
-
Return a prebuilt standard configuration for the default RDFS reasoner
- getRDFSSimpleReasoner() - Static method in class org.apache.jena.reasoner.ReasonerRegistry
-
Return a prebuilt simplified configuration for the default RDFS reasoner
- getRDFType() - Method in interface org.apache.jena.ontology.OntResource
-
Answer the rdf:type
(i.e.
- getRDFType(boolean) - Method in interface org.apache.jena.ontology.OntResource
-
Answer the rdf:type
(i.e.
- getReader() - Method in interface org.apache.jena.rdf.model.RDFReaderF
-
return an RDFReader instance for the default serialization language.
- getReader(String) - Method in interface org.apache.jena.rdf.model.RDFReaderF
-
return an RDFReader instance for the specified serialization language.
- getReadFailureHandler() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the handler object that handles failed document read attempts,
or null if not defined.
- getReadHook() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer the current ReadHook for this document manager instance
- getReasoner() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer the reasoner that will be used to infer additional entailed
triples in the ontology model.
- getReasoner() - Method in interface org.apache.jena.rdf.model.InfModel
-
Return the Reasoner which is being used to answer queries to this graph.
- getReasoner() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Return the Reasoner which is being used to answer queries to this graph.
- getReasoner() - Method in interface org.apache.jena.reasoner.InfGraph
-
Return the Reasoner which is being used to answer queries to this graph.
- getReasonerCapabilities() - Method in interface org.apache.jena.reasoner.Reasoner
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getReasonerCapabilities() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getReasonerCapabilities() - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getReasonerCapabilities() - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getReasonerCapabilities() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Return a description of the capabilities of this reasoner encoded in
RDF.
- getReasonerFactory() - Method in class org.apache.jena.ontology.OntModelSpec
-
Answer the current reasoner factory
- getReports() - Method in class org.apache.jena.reasoner.StandardValidityReport
-
Return an iterator over the separate ValidityReport.Report records.
- getReports() - Method in interface org.apache.jena.reasoner.ValidityReport
-
Return an iterator over the separate ValidityReport.Report records.
- getRequiredBaseGraph() - Method in class org.apache.jena.graph.compose.Polyadic
-
Answer the distinguished graph for the composition, which will be the graph
that receives triple adds and deletes.
- getRequiredProperty(Resource, Property) - Method in interface org.apache.jena.rdf.model.Model
-
Return a statement with given subject and property.
- getRequiredProperty(Property) - Method in interface org.apache.jena.rdf.model.Resource
-
Get a property value of this resource.
- getResource(Statement) - Static method in class org.apache.jena.assembler.AssemblerHelp
-
Answer the resource that is the object of the statement s
.
- getResource(String) - Method in interface org.apache.jena.rdf.model.Model
-
Return a Resource instance with the given URI in this model.
- getResource(String, ResourceF) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Deprecated.
- getResource(int, ResourceF) - Method in interface org.apache.jena.rdf.model.Seq
-
Deprecated.
- getResource(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getResource() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getResource(ResourceF) - Method in interface org.apache.jena.rdf.model.Statement
-
Deprecated.
- getRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource that represents a property restriction in this model.
- getRootOption() - Method in interface jena.schemagen.SchemagenOptions
-
- getRootOption() - Method in class jena.schemagen.SchemagenOptionsImpl
-
- getRule() - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Returns the rule.
- getRule() - Method in class org.apache.jena.reasoner.rulesys.RuleDerivation
-
- getRules() - Method in class org.apache.jena.assembler.RuleSet
-
- getRules() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Return the this of Rules used by this reasoner
- getRules() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Return the originally supplied set of rules, may be a mix of forward
and backward rules.
- getRules() - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Return the list of Rules used by this reasoner
- getRules() - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Return the this of Rules used by this reasoner
- getRules() - Method in interface org.apache.jena.reasoner.rulesys.RuleReasoner
-
Answer the rules used by this Reasoner.
- getRulesPreload() - Method in class org.apache.jena.reasoner.rulesys.Rule.Parser
-
Return the complete set of preloaded rules;
- getSafeTypeByName(String) - Method in class org.apache.jena.datatypes.TypeMapper
-
Version of getTypeByName which will treat unknown URIs as typed
literals but with just the default implementation
- getSameAs() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a resource that is declared to be the same as this resource.
- getSchema() - Static method in class org.apache.jena.assembler.JA
-
- getSchemaGraph() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Return the schema graph, if any, bound into this inference graph.
- getSchemaGraph() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return the schema graph, if any, bound into this inference graph.
- getSchemaGraph() - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Return the schema graph, if any, bound into this inference graph.
- getSchemaGraph() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveInfGraph
-
Return the schema graph, if any, bound into this inference graph.
- getScheme(String) - Static method in class org.apache.jena.util.FileUtils
-
- getScratchDirectory(String) - Static method in class org.apache.jena.util.FileUtils
-
Answer a File naming a freshly-created directory in the temporary directory.
- getSeconds() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the number of seconds in the dateTime, including fractional part
- getSeconds() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of seconds in the duration, including fractional part
- getSeeAlso() - Method in interface org.apache.jena.ontology.OntResource
-
Answer a resource that provides additional information about this resource.
- getSeq(String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Return a Seq instance in this model.
- getSeq(Resource) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Return a Seq instance based on a given resource.
- getSeq(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getSeq() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getSet(Resource) - Method in class org.apache.jena.ontology.OntTools.LCAIndex
-
- getShort() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a Short return its value.
- getShort(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getShort() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getSomeValuesFrom() - Method in interface org.apache.jena.ontology.SomeValuesFromRestriction
-
Answer the resource characterising the constraint on at least one value of the restricted property.
- getSomeValuesFromRestriction(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a class description defined as the class of those individuals that have at least
one property with a value belonging to the given class.
- getSpecification() - Method in interface org.apache.jena.ontology.OntModel
-
Answer the ontology model specification that was used to construct this model
- getStatement(int) - Method in class org.apache.jena.ontology.OntTools.Path
-
- getStatement() - Method in interface org.apache.jena.rdf.model.ReifiedStatement
-
answer the Statement that this ReifiedStatement reifies.
- getStatementHandler() - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Gets the current statement handler.
- getStatementProperty(Property) - Method in interface org.apache.jena.rdf.model.Statement
-
Return a property of this statement.
- getStatistic(Node, Node, Node) - Method in class org.apache.jena.graph.compose.MultiUnion.MultiUnionStatisticsHandler
-
- getStatistic(Node, Node, Node) - Method in interface org.apache.jena.graph.GraphStatisticsHandler
-
Answer a good estimate of the number of triples that would match the
pattern (S, P, O)
, or -1 if no good estimate is available.
- getStatisticsHandler() - Method in interface org.apache.jena.graph.Graph
-
Answer this Graph's statistics handler, or null if there isn't one.
- getStrict() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer true lists are operating in strict mode, in which the
well- formedness of the list is checked at every operation.
- getString(Statement) - Static method in class org.apache.jena.assembler.AssemblerHelp
-
Answer the plain string object of the statement s
.
- getString(Statement, Literal) - Static method in class org.apache.jena.assembler.AssemblerHelp
-
Answer the String value of the literal L
, which is the
object of the Statement s
.
- getString() - Method in interface org.apache.jena.rdf.model.Literal
-
If the literal is interpretable as a string return its value.
- getString(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Get the member at a given index.
- getString() - Method in interface org.apache.jena.rdf.model.Statement
-
Return the object of the statement.
- getSubClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a class that is the sub-class of this class.
- getSubClassCache() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Return the cache of the subclass lattice.
- getSubClassCache() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Accessor used during infgraph construction - return the cached
version of the subClass lattice.
- getSubGraphs() - Method in class org.apache.jena.graph.compose.Polyadic
-
Answer a list of the graphs other than the updateable (base) graph
- getSubGraphs() - Method in interface org.apache.jena.ontology.OntModel
-
i.next()
Answer the sub-graphs of this model.
- getSubject() - Method in class org.apache.jena.graph.Triple
-
- getSubject() - Method in interface org.apache.jena.rdf.model.Selector
-
Answer the only subject Resource that this Selector will match, or null if it
can match more that a single resource.
- getSubject() - Method in class org.apache.jena.rdf.model.SimpleSelector
-
Return the subject constraint of this selector.
- getSubject() - Method in interface org.apache.jena.rdf.model.Statement
-
An accessor method to return the subject of the statements.
- getSubject() - Method in class org.apache.jena.reasoner.TriplePattern
-
Returns the subject.
- getSubProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a property that is the sub-property of this property.
- getSubPropertyCache() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Return the cache of the subclass lattice.
- getSubPropertyCache() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Accessor used during infgraph construction - return the cached
version of the subProperty lattice.
- getSuperClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer a class that is the super-class of this class.
- getSuperProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer a property that is the super-property of this property.
- getSymmetricProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing a symmetric property.
- getSystemProperty(String) - Static method in class org.apache.jena.JenaRuntime
-
- getSystemProperty(String, String) - Static method in class org.apache.jena.JenaRuntime
-
- getTail() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the list that is the tail of this list.
- getTbox() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Accessor used during infgraph construction - return the partially
bound tbox, if any.
- getTemp(Node, Node, Node) - Method in interface org.apache.jena.reasoner.rulesys.BackwardRuleInfGraphI
-
Retrieve or create a bNode representing an inferred property value.
- getTemp(Node, Node, Node) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Retrieve or create a bNode representing an inferred property value.
- getTemp(Node, Node, Node) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Retrieve or create a bNode representing an inferred property value.
- getTempDirectory() - Static method in class org.apache.jena.util.FileUtils
-
- getTerminal() - Method in class org.apache.jena.ontology.OntTools.Path
-
Answer the RDF node at the end of the path, if defined, or null
- getTerminalResource() - Method in class org.apache.jena.ontology.OntTools.Path
-
Answer the resource at the end of the path, if defined, or null
- getTimePart() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the time component of the dateTime - i.e.
- getTimePart() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the time component of the duration - i.e.
- getTitle() - Method in class org.apache.jena.graph.GraphEvents
-
- getTransactionHandler() - Method in class org.apache.jena.graph.compose.Polyadic
-
- getTransactionHandler() - Method in interface org.apache.jena.graph.Graph
-
returns this Graph's transaction handler
- getTransactionHandler() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
- getTransitiveProperty(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing a transitive property.
- getTransitiveReasoner() - Static method in class org.apache.jena.reasoner.ReasonerRegistry
-
Return a prebuilt standard configuration for the default subclass/subproperty transitive closure reasoner.
- GetTriple - Interface in org.apache.jena.graph
-
this interface describes types that can have a triple extracted using
a getTriple
method.
- getTriple(Node) - Method in interface org.apache.jena.graph.GetTriple
-
Answer the triple associated with the node n
.
- getTriple() - Method in class org.apache.jena.graph.GraphEvents
-
A fluid triple relevant to the event, or null if not applicable.
- getTriple() - Method in exception org.apache.jena.shared.AccessDeniedException
-
- getType(String) - Static method in class org.apache.jena.graph.NodeFactory
-
- getType() - Method in class org.apache.jena.reasoner.ValidityReport.Report
-
- getTypeByClass(Class<?>) - Method in class org.apache.jena.datatypes.TypeMapper
-
Look up a datatype suitable for representing instances of the
given Java class.
- getTypeByName(String) - Method in class org.apache.jena.datatypes.TypeMapper
-
Lookup a known datatype.
- getTypeByValue(Object) - Method in class org.apache.jena.datatypes.TypeMapper
-
Method getTypeByValue.
- getUnion() - Method in class org.apache.jena.graph.compose.MultiUnion.MultiUnionStatisticsHandler
-
- getUnionClass(String) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a resource representing the class that is the union of a list of class descriptions.
- getURI() - Static method in class org.apache.jena.assembler.JA
-
- getURI() - Method in class org.apache.jena.datatypes.BaseDatatype
-
Return the URI which is the label for this datatype
- getURI() - Method in interface org.apache.jena.datatypes.RDFDatatype
-
Return the URI which is the label for this datatype
- getURI() - Method in class org.apache.jena.graph.Node
-
get the URI of this node if it has one, else die horribly
- getURI() - Method in class org.apache.jena.graph.Node_URI
-
- getURI() - Method in interface org.apache.jena.rdf.model.Resource
-
Return the URI of the resource, or null if it's a bnode.
- getURI() - Method in interface org.apache.jena.rdfxml.xmlinput.AResource
-
The URI reference for this resource, if any.
- getURI() - Method in interface org.apache.jena.reasoner.ReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in interface org.apache.jena.reasoner.rulesys.Builtin
-
Return the full URI which identifies this built in.
- getURI() - Method in class org.apache.jena.reasoner.rulesys.builtins.BaseBuiltin
-
Return the full URI which identifies this built in.
- getURI() - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in class org.apache.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in class org.apache.jena.reasoner.rulesys.OWLMicroReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in class org.apache.jena.reasoner.rulesys.OWLMiniReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in class org.apache.jena.reasoner.rulesys.RDFSRuleReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
-
Return the URI labelling this type of reasoner
- getURI() - Method in exception org.apache.jena.shared.NoSuchReasonerException
-
Answer the URI of the reasoner that was not found.
- getURI() - Method in exception org.apache.jena.shared.RulesetNotFoundException
-
- getURI() - Static method in class org.apache.jena.vocabulary.DB
-
returns the URI for this schema
- getURI() - Static method in class org.apache.jena.vocabulary.DC_10
-
returns the URI for this schema
- getURI() - Static method in class org.apache.jena.vocabulary.DC_11
-
The namespace of the vocabalary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.DCTerms
-
The namespace of the vocabulary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.DCTypes
-
The namespace of the vocabulary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.LocationMappingVocab
-
The namespace of the vocabalary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.OntDocManagerVocab
-
The namespace of the vocabulary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.OntEventsVocab
-
The namespace of the vocabulary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.OWL
-
The namespace of the vocabulary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.OWL2
-
- getURI() - Static method in class org.apache.jena.vocabulary.OWLResults
-
The namespace of the vocabalary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.OWLTest
-
The namespace of the vocabalary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.RDF
-
returns the URI for this schema
- getURI() - Static method in class org.apache.jena.vocabulary.RDFS
-
returns the URI for this schema
- getURI() - Static method in class org.apache.jena.vocabulary.RDFSyntax
-
- getURI() - Static method in class org.apache.jena.vocabulary.RDFTest
-
The namespace of the vocabalary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.RSS
-
returns the URI for this schema
- getURI() - Static method in class org.apache.jena.vocabulary.SKOS
-
Returns the namespace of the SKOS schema as a string
- getURI() - Static method in class org.apache.jena.vocabulary.SKOSXL
-
Returns the namespace of the SKOS-XL schema as a string
- getURI() - Static method in class org.apache.jena.vocabulary.TestManifest
-
The namespace of the vocabulary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.TestManifestX
-
The namespace of the vocabulary as a string
- getURI() - Static method in class org.apache.jena.vocabulary.VCARD
-
returns the URI for this schema
- getURI() - Static method in class org.apache.jena.vocabulary.XSD
-
The RDF-friendly version of the XSD namespace
with trailing # character.
- getUserData() - Method in interface org.apache.jena.rdfxml.xmlinput.AResource
-
The user data allows the RDF application to store one Object with each blank node during parsing.
- getValidityErrorMessage() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the error message returned by the last failed validity check,
if any.
- getValue() - Method in interface org.apache.jena.rdf.model.Literal
-
Return the value of the literal.
- getValue() - Method in class org.apache.jena.util.OneToManyMap.Entry
-
Answer the value for the entry
- getVersion() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Return a version stamp for this graph which can be
used to fast-fail concurrent modification exceptions.
- getVersion() - Method in interface org.apache.jena.reasoner.rulesys.BackwardRuleInfGraphI
-
Return a version stamp for this graph which can be
used to fast-fail concurrent modification exceptions.
- getVersionInfo() - Method in interface org.apache.jena.ontology.OntResource
-
Answer the version information string for this object.
- getWriter() - Method in interface org.apache.jena.rdf.model.RDFWriterF
-
return an RDFWriter instance for the default serialization language.
- getWriter(String) - Method in interface org.apache.jena.rdf.model.RDFWriterF
-
an RDFWriter instance for the specified serialization language.
- getXMLContext() - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- getXMLHandler() - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- getYears() - Method in class org.apache.jena.datatypes.xsd.XSDDateTime
-
Return the number of years in the dateTime.
- getYears() - Method in class org.apache.jena.datatypes.xsd.XSDDuration
-
Return the number of years in the duration
- getZipFileName() - Method in class org.apache.jena.util.LocatorZip
-
- Given - Static variable in class org.apache.jena.vocabulary.VCARD
-
- GlobalMapperSystemProperty1 - Static variable in class org.apache.jena.util.LocationMapper
-
- GlobalMapperSystemProperty2 - Static variable in class org.apache.jena.util.LocationMapper
-
- gMonth - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:gMonth
- gMonthDay - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:gMonthDay
- Graph - Interface in org.apache.jena.graph
-
The interface to be satisfied by implementations maintaining collections
of RDF triples.
- graph - Static variable in class org.apache.jena.vocabulary.DB
-
- graphBaseContains(Triple) - Method in class org.apache.jena.graph.compose.DisjointUnion
-
- graphBaseContains(Triple) - Method in class org.apache.jena.graph.compose.MultiUnion
-
Answer true if at least one of the graphs in this union contain the given triple.
- graphBaseContains(Triple) - Method in class org.apache.jena.graph.compose.Union
-
- graphBaseFind(Triple) - Method in class org.apache.jena.graph.compose.MultiUnion
-
Answer an iterator over the triples in the union of the graphs in this composition.
- graphBaseFind(Node, Node, Node) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Returns an iterator over Triples.
- graphBaseFind(Node, Node, Node) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Returns an iterator over Triples.
- graphBaseFind(Node, Node, Node) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveInfGraph
-
Returns an iterator over Triples.
- graphBaseSize() - Method in class org.apache.jena.graph.compose.Delta
-
- graphBaseSize() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Return the number of triples in the just the base graph
- graphBaseSize() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return the number of triples in the inferred graph
- graphDBSchema - Static variable in class org.apache.jena.vocabulary.DB
-
- GraphEventManager - Interface in org.apache.jena.graph
-
The component of a graph responsible for managing events and listeners.
- GraphEvents - Class in org.apache.jena.graph
-
GraphEvents is the base class for Jena general graph events.
- GraphEvents(String, Object) - Constructor for class org.apache.jena.graph.GraphEvents
-
- GraphExtract - Class in org.apache.jena.graph
-
GraphExtract offers a very simple recursive extraction of a subgraph with a
specified root in some supergraph.
- GraphExtract(TripleBoundary) - Constructor for class org.apache.jena.graph.GraphExtract
-
- graphId - Static variable in class org.apache.jena.vocabulary.DB
-
- GraphListener - Interface in org.apache.jena.graph
-
Interface for listening to graph-level update events.
- graphLSet - Static variable in class org.apache.jena.vocabulary.DB
-
- GraphMaker - Interface in org.apache.jena.graph
-
A factory for providing instances of named graphs with appropriate storage models.
- graphName - Static variable in class org.apache.jena.vocabulary.DB
-
- GraphPersonality - Class in org.apache.jena.enhanced
-
Personalities for Graphs.
- GraphPersonality() - Constructor for class org.apache.jena.enhanced.GraphPersonality
-
- graphPrefix - Static variable in class org.apache.jena.vocabulary.DB
-
- GraphStatisticsHandler - Interface in org.apache.jena.graph
-
A graph's StatisticsHandler offers access to some statistics about that
graph's contents that might be useful for optimisation.
- graphType - Static variable in class org.apache.jena.vocabulary.DB
-
- GraphUtil - Class in org.apache.jena.graph
-
An ad-hoc collection of useful code for graphs
- GREATER_THAN - Static variable in class org.apache.jena.datatypes.xsd.AbstractDateTime
-
constant to indicate a greater than relationship from compare()
- GreaterThan - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests if the first argument is greater than the second.
- GreaterThan() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.GreaterThan
-
- GROUP - Static variable in class org.apache.jena.vocabulary.VCARD
-
- guessLang(String, String) - Static method in class org.apache.jena.util.FileUtils
-
Guess the language/type of model data.
- guessLang(String) - Static method in class org.apache.jena.util.FileUtils
-
Guess the language/type of model data
If the URI ends ".rdf", it is assumed to be RDF/XML
If the URI ends ".nt", it is assumed to be N-Triples
If the URI ends ".ttl", it is assumed to be Turtle
If the URI ends ".owl", it is assumed to be RDF/XML
- gYear - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:gYear
- gYearMonth - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:gYearMonth
- ID - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:ID
- idAttr - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- identifier - Static variable in class org.apache.jena.vocabulary.DC_10
-
- identifier - Static variable in class org.apache.jena.vocabulary.DC_11
-
An unambiguous reference to the resource within a given context.
- identifier - Static variable in class org.apache.jena.vocabulary.DCTerms
-
An unambiguous reference to the resource within a given context.
- IDREF - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:IDREF
- IDREFS - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:IDREFS
- ifIn(ClosableIterator<T>) - Static method in class org.apache.jena.graph.compose.CompositionBase
-
Answer a
Predicate
that will accept any object that is an element of
iterator i.
- ifIn(Graph) - Static method in class org.apache.jena.graph.compose.CompositionBase
-
Answer a
Predicate
that will accept any triple that is an edge of
graph g.
- IGN_NO_BASE_URI_SPECIFIED - Static variable in interface org.apache.jena.rdfxml.xmlinput.ARPErrorNumbers
-
Indicates that no name is known for the current file being parsed.
- IGN_PRIVATE_XMLLANG - Static variable in interface org.apache.jena.rdfxml.xmlinput.ARPErrorNumbers
-
An xml:lang attribute uses one or more of the extension
facilities in RFC3066 or ISO639.
- IGN_XMLBASE_SIGNIFICANT - Static variable in interface org.apache.jena.rdfxml.xmlinput.ARPErrorNumbers
-
Indicates that somewhere,
an xml:base attribute has been used and
changes the interpretation of some URI (either through a
relative URI-reference or rdf:ID).
- IGN_XMLBASE_USED - Static variable in interface org.apache.jena.rdfxml.xmlinput.ARPErrorNumbers
-
Indicates that somewhere, other than in an XML Literal
an xml:base attribute has been used.
- IGNORE_IMPORT - Static variable in class org.apache.jena.ontology.OntDocumentManager
-
Specifies the URI of an ontology that we do not want to import, even if processImports is true.
- ignoreImport - Static variable in class org.apache.jena.vocabulary.OntDocManagerVocab
-
Specifies URL that will never be loaded as the result of processing an imports
statement
- ignoringImport(String) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer true if the given URI is one that will be ignored during imports
- IllegalDateTimeFieldException - Exception in org.apache.jena.datatypes.xsd
-
Exception thrown when attempting to access a field of an XSDDateTime
object that is not legal for the current date/time type.
- IllegalDateTimeFieldException(String) - Constructor for exception org.apache.jena.datatypes.xsd.IllegalDateTimeFieldException
-
Constructor
- IllegalParameterException - Exception in org.apache.jena.reasoner
-
Exception used to to signal that a configuration parameter was used
(typically in a setParameter call) that was not understood - either
because it was not a recognized parameter URI or its value range was incorrect.
- IllegalParameterException(String) - Constructor for exception org.apache.jena.reasoner.IllegalParameterException
-
Constructor.
- IllegalPrefixException(String) - Constructor for exception org.apache.jena.shared.PrefixMapping.IllegalPrefixException
-
- Image - Static variable in class org.apache.jena.vocabulary.DCTypes
-
A visual representation other than text.
- image - Static variable in class org.apache.jena.vocabulary.RSS
-
- Implementation - Class in org.apache.jena.enhanced
-
Interface defining a generic factory interface for generating enhanced nodes
from normal graph nodes.
- Implementation() - Constructor for class org.apache.jena.enhanced.Implementation
-
- implementCreateModelOver(String) - Method in class org.apache.jena.ontology.OntModelSpec
-
Create an OntModel according to this model specification.
- importedPremiseDocument - Static variable in class org.apache.jena.vocabulary.OWLTest
-
Despite the property URI, the document indicated by this property may or may
not be imported into the test.
- ImportEntailmentTest - Static variable in class org.apache.jena.vocabulary.OWLTest
-
The premise document, and its imports closure, entails the conclusion document.
- ImportLevelTest - Static variable in class org.apache.jena.vocabulary.OWLTest
-
These tests use two documents.
- ImportManager - Class in org.apache.jena.assembler
-
- ImportManager() - Constructor for class org.apache.jena.assembler.ImportManager
-
- imports - Static variable in class org.apache.jena.assembler.JA
-
- imports(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Answer true if this ontology (the ontology represented by this
resource) imports the given resource.
- IMPORTS() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one ontology document imports another.
- imports - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration that one ontology is imported into another
ontology.
- imports - Static variable in class org.apache.jena.vocabulary.OWL
-
- imports - Static variable in class org.apache.jena.vocabulary.OWL2
-
- importSource - Static variable in class org.apache.jena.assembler.JA
-
- IN_LANG - Variable in class jena.rdfcat
-
Deprecated.
Argument to set the default input language
- IN_N3 - Variable in class jena.rdfcat
-
Deprecated.
Argument setting expected input language to N3
- IN_NTRIPLE - Variable in class jena.rdfcat
-
Deprecated.
Argument setting expected input language to NTRIPLE
- IN_RDF_XML - Variable in class jena.rdfcat
-
Deprecated.
Argument setting expected input language to RDF/XML
- INCLUDE - Variable in class jena.rdfcat
-
Deprecated.
Argument to turn include processing on
- include - Static variable in class org.apache.jena.vocabulary.TestManifest
-
Connects the manifest resource to rdf:type list of manifests
- include - Static variable in class org.apache.jena.vocabulary.TestManifestX
-
Include another manifest file.
- includes - Static variable in class org.apache.jena.assembler.JA
-
- INCOMPATIBLE_WITH() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that documents that one ontology resource is not backwards
compatible with another.
- incompatibleWith - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a prior version of a given ontology,
which the ontology is not compatible with.
- incompatibleWith - Static variable in class org.apache.jena.vocabulary.OWL
-
- incompatibleWith - Static variable in class org.apache.jena.vocabulary.OWL2
-
- IncompleteRun - Static variable in class org.apache.jena.vocabulary.OWLResults
-
A TestRun where the system's behavior does not pass the test, but also does
not fail.
- InconsistencyTest - Static variable in class org.apache.jena.vocabulary.OWLTest
-
An inconsistent OWL document.
- incrementRank() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- independent() - Method in interface org.apache.jena.rdf.model.Model
-
Determine whether this model is independent.
- INDETERMINATE - Static variable in class org.apache.jena.datatypes.xsd.AbstractDateTime
-
constant to indicate an indeterminate relationship from compare()
- indexKeyLength - Static variable in class org.apache.jena.vocabulary.DB
-
- indexOf(RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the index of the first occurrence of the given value in the list,
or -1 if the value is not in the list.
- indexOf(RDFNode, int) - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the index of the first occurrence of the given value in the list
after index start
, or -1 if the value is not in the list
after the given start point.
- indexOf(RDFNode) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(boolean) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(long) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(char) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(float) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(double) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(String) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(String, String) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- indexOf(Object) - Method in interface org.apache.jena.rdf.model.Seq
-
Return the index of a given member of the sequence.
- Individual - Interface in org.apache.jena.ontology
-
Interface that encapsulates an individual in an ontology, sometimes
referred to as a fact or assertion, or a member of the a-box.
- individualAsThingP - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
A faux property used in reasoner capabilty models to denote reasoners that infer that individuals have rdf:type owl:Thing (or daml:Thing)
- individualDeclaration - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of an ontology individual
- InfCapabilities() - Constructor for class org.apache.jena.reasoner.BaseInfGraph.InfCapabilities
-
- InfFindSafeCapabilities() - Constructor for class org.apache.jena.reasoner.BaseInfGraph.InfFindSafeCapabilities
-
- InfGraph - Interface in org.apache.jena.reasoner
-
Extends the Graph interface to give additional means to query an inferred
graph.
- infModel - Static variable in interface org.apache.jena.assembler.Assembler
-
- infModel() - Static method in class org.apache.jena.assembler.ConstAssembler
-
- InfModel - Static variable in class org.apache.jena.assembler.JA
-
- InfModel - Interface in org.apache.jena.rdf.model
-
An extension to the normal Model interface that supports access to any
underlying inference capability.
- InfTransactionHandler(BaseInfGraph) - Constructor for class org.apache.jena.reasoner.BaseInfGraph.InfTransactionHandler
-
- init() - Static method in class org.apache.jena.system.InitJenaCore
-
- init() - Static method in class org.apache.jena.system.JenaSystem
-
Initialize Jena.
- init() - Static method in class org.apache.jena.util.PrintUtil
-
Load built in prefixes.
- initialContent - Static variable in class org.apache.jena.assembler.JA
-
- InitJenaCore - Class in org.apache.jena.system
-
- InitJenaCore() - Constructor for class org.apache.jena.system.InitJenaCore
-
- inModel(Model) - Method in interface org.apache.jena.rdf.model.Literal
-
Answer a version of this literal in the model m.
- inModel(Model) - Method in interface org.apache.jena.rdf.model.Property
-
Override RDFNode.inModel() to produce a staticly-typed Property
in the given Model.
- inModel(Model) - Method in interface org.apache.jena.rdf.model.RDFNode
-
Answer a .equals() version of this node, except that it's in the model
m
.
- inModel(Model) - Method in interface org.apache.jena.rdf.model.Resource
-
Override RDFNode.inModel() to produce a staticly-typed Resource
in the given Model.
- InnerXMLLiteral - Class in org.apache.jena.rdfxml.xmlinput.states
-
- InnerXMLLiteral(AbsXMLLiteral, String, Map<String, String>) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.InnerXMLLiteral
-
- inputDocument - Static variable in class org.apache.jena.vocabulary.RDFTest
-
A test case input document.
- inScheme - Static variable in class org.apache.jena.vocabulary.SKOS
-
- insert(Finder, FGraph) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Prepare the engine by inserting any new data not already included
in the existing caches.
- installHandlers(XMLReader, XMLHandler) - Static method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
Initializes an XMLReader to use the SAX2RDF object
as its handler for all events, and to use namespaces
and namespace prefixes.
- instance - Static variable in class org.apache.jena.assembler.ImportManager
-
A shared instance of ImportManage, used as a default by several other
assembler methods.
- instantiate(TriplePattern) - Method in interface org.apache.jena.reasoner.rulesys.BindingEnvironment
-
Instantiate a triple pattern against the current environment.
- instantiate(BindingEnvironment) - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Instantiate a rule given a variable binding environment.
- instructionalMethod - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A process, used to engender knowledge, attitudes and skills, that the described
resource is designed to support.
- integer - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:integer
- InteractiveResource - Static variable in class org.apache.jena.vocabulary.DCTypes
-
A resource requiring interaction from the user to be understood, executed,
or experienced.
- Intersection - Class in org.apache.jena.graph.compose
-
The dynamic intersection of two graphs L and R.
- Intersection(Graph, Graph) - Constructor for class org.apache.jena.graph.compose.Intersection
-
- intersection(Model) - Method in interface org.apache.jena.rdf.model.Model
-
Create a new, independant, model containing all the statements which are in both
this model and another.
- INTERSECTION_OF() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one class is formed from the intersection
(conjunction) of a set of others.
- IntersectionClass - Interface in org.apache.jena.ontology
-
Encapsulates a class description that is the intersection of a list of
class expressions.
- intersectionOf - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a class expression being an intersection
of class descriptions.
- intersectionOf - Static variable in class org.apache.jena.vocabulary.OWL
-
- intersectionOf - Static variable in class org.apache.jena.vocabulary.OWL2
-
- InvalidListException - Exception in org.apache.jena.rdf.model
-
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.
- InvalidListException() - Constructor for exception org.apache.jena.rdf.model.InvalidListException
-
Construct an invalid list exception with a default message.
- InvalidListException(String) - Constructor for exception org.apache.jena.rdf.model.InvalidListException
-
Construct an invalid list exception with a given message.
- InvalidPropertyURIException - Exception in org.apache.jena.shared
-
Exception to throw when it is discovered that a property has been given
an illegal URI.
- InvalidPropertyURIException(String) - Constructor for exception org.apache.jena.shared.InvalidPropertyURIException
-
- INVERSE_FUNCTIONAL_PROPERTY() - Method in interface org.apache.jena.ontology.Profile
-
Answer the resource that represents the class of properties that are
inverse functional,
i.e. whose domain is unique for a given range element.
- INVERSE_OF() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one property is the inverse of another
- InverseFunctionalProperty - Interface in org.apache.jena.ontology
-
Interface encapsulating the class of properties that are inverse functional:
that is, properties in which a given given range value has a unique value in
the domain (effectively, a key).
- InverseFunctionalProperty - Static variable in class org.apache.jena.vocabulary.OWL
-
- InverseFunctionalProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- inverseFunctionalPropertyDeclaration - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a property as being inverse functional.
- inverseOf - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a property as being the inverse of another
property
- inverseOf - Static variable in class org.apache.jena.vocabulary.OWL
-
- inverseOf - Static variable in class org.apache.jena.vocabulary.OWL2
-
- invokeCmd(String, String[]) - Static method in class jena.InvokingUtil
-
- InvokingUtil - Class in jena
-
- InvokingUtil() - Constructor for class jena.InvokingUtil
-
- IrreflexiveProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- IS_DEFINED_BY() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes isDefinedBy
annotation on an ontology element
- isAllDifferent() - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource can be viewed as an 'all different' declaration
- isAllValuesFromRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer true if this restriction is an all values from restriction
- isAlt() - Method in interface org.apache.jena.rdf.model.Container
-
Verify that the container is an Alt.
- isAnnotationProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Gets the value of the property annotationProperty.
- isAnon() - Method in class org.apache.jena.enhanced.EnhNode
-
An enhanced node is Anon[ymous] iff its underlying node is Blank.
- isAnon() - Method in interface org.apache.jena.rdf.model.RDFNode
-
Answer true iff this RDFNode is an anonynous resource.
- isAnonymous() - Method in interface org.apache.jena.rdfxml.xmlinput.AResource
-
True if this resource does not have an associated URI.
- isAxiom() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Returns true if the rule does not depend on any data, and so should
be treated as an axiom.
- isBackward() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Return true if the rule was written as a backward (as opposed to forward) rule.
- isBackwardCompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Answer true if this ontology (the ontology represented by this
resource) is backward compatible with the given resource.
- isBag() - Method in interface org.apache.jena.rdf.model.Container
-
Verify that the container is a Bag.
- isBaseTypeCompatible(LiteralLabel) - Method in class org.apache.jena.datatypes.xsd.XSDDatatype
-
Test if the given typed value is in the right partition of the XSD type space.
- isBlack() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- isBlank() - Method in class org.apache.jena.graph.Node
-
Answer true iff this node is a blank node [subclasses override]
- isBlank() - Method in class org.apache.jena.graph.Node_Blank
-
- IsBNode - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests the single argument to make sure it is blank node.
- IsBNode() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.IsBNode
-
- isCachingModels() - Method in class org.apache.jena.util.FileManager
-
return whether caching is on of off
- isCardinalityRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer true if this restriction is a cardinality restriction (ie is a property restriction
constructed with an owl:cardinality
operator, or similar).
- isClass() - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource can be viewed as a class
- isClean() - Method in class org.apache.jena.reasoner.StandardValidityReport
-
Returns true if the model is both valid (logically consistent) and no
warnings were generated.
- isClean() - Method in interface org.apache.jena.reasoner.ValidityReport
-
Returns true if the model is both valid (logically consistent) and no
warnings were generated.
- isClosed() - Method in interface org.apache.jena.graph.Graph
-
Answer true iff .close() has been called on this Graph.
- isClosed() - Method in interface org.apache.jena.rdf.model.Model
-
Answer true iff .close() has been called on this Model.
- isComplementClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer true if this class is a complement class expression
- isConcrete() - Method in class org.apache.jena.graph.Node
-
Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal.
- isConcrete() - Method in class org.apache.jena.graph.Node_Concrete
-
- isConcrete() - Method in class org.apache.jena.graph.Node_Fluid
-
- isConcrete() - Method in class org.apache.jena.graph.Triple
-
- isDataRange() - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource can be viewed as a data range
- isDatatypeProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Gets the value of the property datatypeProperty.
- isDatatypeProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Gets the value of the property datatypeProperty.
- isDefinedBy(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource is defined by the given resource.
- isDefinedBy - Static variable in class org.apache.jena.vocabulary.RDFS
-
- isDefinedBy - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- isDifferentFrom(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource is different from the given resource.
- isDisjointWith(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Answer true if this class is disjoint with the given class.
- IsDType - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests whether the first argument is an instance of the datatype defined
by the resource in the second argument.
- IsDType() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.IsDType
-
- isEmpty() - Method in class org.apache.jena.assembler.Content
-
- isEmpty() - Method in interface org.apache.jena.graph.Graph
-
Answer true iff this graph is empty.
- isEmpty() - Method in interface org.apache.jena.rdf.model.Model
-
Answer true iff the model contains no explicit statements (ie it's size is zero,
listStatements() would deliver the empty iterator).
- isEmpty() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer true if this list is the empty list.
- isEmpty() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Answer true iff this graph is empty.
- isEmpty() - Method in interface org.apache.jena.system.JenaSubsystemRegistry
-
- isEmpty() - Method in class org.apache.jena.system.JenaSubsystemRegistryBasic
-
- isEmpty() - Method in class org.apache.jena.util.OneToManyMap
-
Answer true if the map is empty of key-value mappings.
- isEnumeratedClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer true if this class is an enumerated class expression
- isEqual(LiteralLabel, LiteralLabel) - Method in class org.apache.jena.datatypes.BaseDatatype
-
Compares two instances of values of the given datatype.
- isEqual(LiteralLabel, LiteralLabel) - Method in interface org.apache.jena.datatypes.RDFDatatype
-
Compares two instances of values of the given datatype.
- isEqual(LiteralLabel, LiteralLabel) - Method in class org.apache.jena.datatypes.xsd.XSDbinary
-
Compares two instances of values of the given datatype.
- isEqual(LiteralLabel, LiteralLabel) - Method in class org.apache.jena.datatypes.xsd.XSDDatatype
-
Compares two instances of values of the given datatype.
- isError - Variable in class org.apache.jena.reasoner.ValidityReport.Report
-
True if the report is a error, false if it is just a warning.
- isError() - Method in class org.apache.jena.reasoner.ValidityReport.Report
-
- isFile(String) - Static method in class org.apache.jena.util.FileUtils
-
Check whether 'name' is possibly a file reference
- isFormatOf - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource that is substantially the same as the described resource,
but in another format.
- isFunctionalProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Gets the value of the property functionalProperty.
- IsFunctor - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests the single argument to make sure it is not a Functor.
- IsFunctor() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.IsFunctor
-
- isFunctor(Node) - Static method in class org.apache.jena.reasoner.rulesys.Functor
-
tests that a given Node represents a functor
- isGround() - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Returns true if the functor is fully ground, no variables
- isGround(BindingEnvironment) - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Returns true if the functor is fully ground in the given environment
- isGround() - Method in class org.apache.jena.reasoner.TriplePattern
-
Test if the pattern is ground, contains no variables.
- isHasValueRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer true if this restriction is a has value restriction
- isHierarchyRoot() - Method in interface org.apache.jena.ontology.OntClass
-
Answer true if this class is one of the roots of the local class hierarchy.
- isIANA() - Method in class org.apache.jena.util.CharEncoding
-
Returns true if this charset
registered at IANA.
- isInBaseModel(RDFNode) - Method in interface org.apache.jena.ontology.OntModel
-
Answer true if the given node is a member of the base model of this ontology model.
- isInBaseModel(Statement) - Method in interface org.apache.jena.ontology.OntModel
-
Answer true if the given statement is defined in the base model of this ontology model.
- isIncompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Answer true if this ontology (the ontology represented by this
resource) is incompatible with the given resource.
- isIndividual() - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource can be viewed as an individual
- isInNIO() - Method in class org.apache.jena.util.CharEncoding
-
Returns true if this charset is supported by
java.nio.charset.Charset.
- isInstant(Node) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Check whether a Node is an Instant (DateTime) value
- isIntersectionClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer true if this class is an intersection class expression
- isInverseFunctionalProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Gets the value of the property inverseFunctionalProperty.
- isInverseOf(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Answer true if this property is the inverse of the given property.
- isIsomorphicWith(EnhGraph) - Method in class org.apache.jena.enhanced.EnhGraph
-
Answer true if the given enhanced graph contains the same nodes and
edges as this graph.
- isIsomorphicWith(Graph) - Method in interface org.apache.jena.graph.Graph
-
- isIsomorphicWith(Model) - Method in interface org.apache.jena.rdf.model.Model
-
Compare this Model with another for equality ignoring the labels on
bNodes.
- isLegal() - Method in class org.apache.jena.reasoner.TriplePattern
-
Check a pattern to see if it is legal, used to exclude backchaining goals that
could never be satisfied.
- isLiteral() - Method in class org.apache.jena.enhanced.EnhNode
-
An enhanced node is Literal iff its underlying node is too.
- isLiteral() - Method in class org.apache.jena.graph.Node
-
Answer true iff this node is a literal node [subclasses override]
- isLiteral() - Method in class org.apache.jena.graph.Node_Literal
-
- isLiteral() - Method in interface org.apache.jena.rdf.model.RDFNode
-
Answer true iff this RDFNode is a literal resource.
- IsLiteral - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests the single argument to make sure it is a literal.
- IsLiteral() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.IsLiteral
-
- isMaxCardinalityRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer true if this restriction is a max cardinality restriction (ie is a property restriction
constructed with an owl:maxCardinality
operator, or similar).
- isMinCardinalityRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer true if this restriction is a min cardinality restriction (ie is a property restriction
constructed with an owl:minCardinality
operator, or similar).
- isMonotonic() - Method in interface org.apache.jena.reasoner.rulesys.Builtin
-
Returns false if this builtin is non-monotonic.
- isMonotonic() - Method in class org.apache.jena.reasoner.rulesys.builtins.BaseBuiltin
-
Returns false if this builtin is non-monotonic.
- isMonotonic() - Method in class org.apache.jena.reasoner.rulesys.builtins.Drop
-
Returns false if this builtin is non-monotonic.
- isMonotonic() - Method in class org.apache.jena.reasoner.rulesys.builtins.NoValue
-
Flag as non-monotonic so the guard clause will get rerun after deferal
as part of a non-trivial conflict set.
- isMonotonic() - Method in class org.apache.jena.reasoner.rulesys.builtins.Remove
-
Returns false if this builtin is non-monotonic.
- isMonotonic() - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Returns false for rules which can affect other rules non-monotonically (remove builtin
or similar) or are affected non-monotonically (involve negation-as-failure).
- isNumeric(Node) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Check whether a Node is a numeric (integer) value
- isObjectProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Gets the value of the property objectProperty.
- isObjectProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Gets the value of the property objectProperty.
- isOntLanguageTerm() - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource is a symbol in one of the standard ontology
languages supported by Jena: RDF, RDFS or OWL.
- isOntology() - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource can be viewed as an ontology description node
- isPartOf - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource in which the described resource is physically or logically
included.
- isPrepared() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Answer true iff this graph has been through the prepare()
step.
- isPromoted() - Method in exception org.apache.jena.rdfxml.xmlinput.ParseException
-
- isProperty() - Method in interface org.apache.jena.ontology.OntResource
-
Gets the value of the property property.
- isProperty() - Method in interface org.apache.jena.rdf.model.Property
-
Gets the value of the property property.
- isRDF11 - Static variable in class org.apache.jena.JenaRuntime
-
The global isRDF11 exists only to support development in Jena2.
- isReferencedBy - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource that references, cites, or otherwise points to the described
resource.
- isRegistered(JenaSubsystemLifecycle) - Method in interface org.apache.jena.system.JenaSubsystemRegistry
-
check whether registered
- isRegistered(JenaSubsystemLifecycle) - Method in class org.apache.jena.system.JenaSubsystemRegistryBasic
-
- isReified(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
Determine if this Statement has been reified in this Model.
- isReified() - Method in interface org.apache.jena.rdf.model.Statement
-
Determine if this statement is the subject of any statements its associated
model.
- isReplacedBy - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource that supplants, displaces, or supersedes the described
resource.
- isRequiredBy - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource that requires the described resource to support its function,
delivery, or coherence.
- isResource() - Method in class org.apache.jena.enhanced.EnhNode
-
An enhanced node is a resource if it's node is a URI node or a blank node.
- isResource() - Method in interface org.apache.jena.rdf.model.RDFNode
-
Answer true iff this RDFNode is a URI resource or an anonynous
resource (ie is not a literal).
- isRestriction() - Method in interface org.apache.jena.ontology.OntClass
-
Answer true if this class is a property restriction
- isSafe() - Method in interface org.apache.jena.reasoner.rulesys.Builtin
-
Returns false if this builtin has side effects when run in a body clause,
other than the binding of environment variables.
- isSafe() - Method in class org.apache.jena.reasoner.rulesys.builtins.BaseBuiltin
-
Returns false if this builtin has side effects when run in a body clause,
other than the binding of environment variables.
- isSameAs(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Answer true if this resource is the same as the given resource.
- isSeq() - Method in interface org.apache.jena.rdf.model.Container
-
Verify that the container is a Seq.
- isSimple() - Method in interface org.apache.jena.rdf.model.Selector
-
Answer true iff this Selector is completely characterised by its subject,
predicate, and object fields.
- isSimple() - Method in class org.apache.jena.rdf.model.SimpleSelector
-
Answer true iff this Selector is completely characterised by its
S/P/O triple.
- isSomeValuesFromRestriction() - Method in interface org.apache.jena.ontology.Restriction
-
Answer true if this restriction is a some values from restriction
- isSubject(Node) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Return true if the given Node is registered as a subject node
- Issue - Static variable in class org.apache.jena.vocabulary.OWLTest
-
A member of this class is an issue in some issue list.
- issue - Static variable in class org.apache.jena.vocabulary.RDFTest
-
Contains a pointer to the associated issue, such as is listed on the RDF Core
WG Tracking document.
- issued - Static variable in class org.apache.jena.vocabulary.DCTerms
-
Date of formal issuance (e.g., publication) of the resource.
- issueNumber - Static variable in class org.apache.jena.vocabulary.OWLTest
-
A string valued property that gives a numeral (or some other quasi-numeric
string) associated with an issue.
- isSupported(Node, EnhGraph, Class<T>) - Method in interface org.apache.jena.ontology.Profile
-
Answer true if the given graph supports a view of this node as the given
language element, according to the semantic constraints of the profile.
- isSymmetricProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Gets the value of the property symmetricProperty.
- isSyntaxError() - Method in exception org.apache.jena.rdfxml.xmlinput.ParseException
-
Is this error an RDF syntax error.
- isTraceOn() - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Return the state of the trace flag.If set to true then rule firings
are logged out to the Log at "INFO" level.
- isTraceOn() - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Return true if tracing is switched on
- isTransactionDb - Static variable in class org.apache.jena.vocabulary.DB
-
- isTransitiveProperty() - Method in interface org.apache.jena.ontology.OntProperty
-
Gets the value of the property transitiveProperty.
- isTypeOK(Node, Node) - Static method in class org.apache.jena.reasoner.rulesys.builtins.IsDType
-
Check if a literal value node is a legal value for the given datatype.
- isUnbound() - Method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Test if the variable is unbound (in the brule sense).
- isUnionClass() - Method in interface org.apache.jena.ontology.OntClass
-
Answer true if this class is a union class expression
- isURI() - Method in class org.apache.jena.graph.Node
-
Answer true iff this node is a URI node [subclasses override]
- isURI() - Method in class org.apache.jena.graph.Node_URI
-
- isURI(String) - Static method in class org.apache.jena.util.FileUtils
-
Check whether a name is an absolute URI (has a scheme name)
- isURIResource() - Method in class org.apache.jena.enhanced.EnhNode
-
An enhanced node is a URI resource iff its underlying node is too.
- isURIResource() - Method in interface org.apache.jena.rdf.model.RDFNode
-
Answer true iff this RDFNode is an named resource.
- isValid(String) - Method in class org.apache.jena.datatypes.BaseDatatype
-
Test whether the given string is a legal lexical form
of this datatype.
- isValid(String) - Method in interface org.apache.jena.datatypes.RDFDatatype
-
Test whether the given string is a legal lexical form
of this datatype.
- isValid() - Method in class org.apache.jena.enhanced.EnhNode
-
- isValid() - Method in class org.apache.jena.enhanced.Polymorphic
-
answer true iff this enhanced node is still underpinned in the graph
by triples appropriate to its type.
- isValid() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer true if the list is well-formed, by checking that each node is
correctly typed, and has a head and tail pointer from the correct
vocabulary.
- isValid() - Method in class org.apache.jena.reasoner.StandardValidityReport
-
Returns true if no logical inconsistencies were detected (in which case
there will be at least one error Report included).
- isValid() - Method in interface org.apache.jena.reasoner.ValidityReport
-
Returns true if no logical inconsistencies were detected.
- isValidLiteral(LiteralLabel) - Method in class org.apache.jena.datatypes.BaseDatatype
-
Test whether the given LiteralLabel is a valid instance
of this datatype.
- isValidLiteral(LiteralLabel) - Method in interface org.apache.jena.datatypes.RDFDatatype
-
Test whether the given LiteralLabel is a valid instance
of this datatype.
- isValidLiteral(LiteralLabel) - Method in class org.apache.jena.datatypes.xsd.XSDDatatype
-
Test whether the given LiteralLabel is a valid instance
of this datatype.
- isValidValue(Object) - Method in class org.apache.jena.datatypes.BaseDatatype
-
Test whether the given object is a legal value form
of this datatype.
- isValidValue(Object) - Method in interface org.apache.jena.datatypes.RDFDatatype
-
Test whether the given object is a legal value form
of this datatype.
- isValidValue(Object) - Method in class org.apache.jena.datatypes.xsd.XSDbinary
-
Test whether the given object is a legal value form
of this datatype.
- isVariable() - Method in class org.apache.jena.graph.Node
-
Answer true iff this node is a variable node - subclasses override
- isVariable() - Method in class org.apache.jena.graph.Node_Variable
-
- isVersionOf - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource of which the described resource is a version, edition,
or adaptation.
- isWellFormedXML() - Method in interface org.apache.jena.rdf.model.Literal
-
Answer true iff this literal is (or claims to be) well-formed XML.
- isWellFormedXML() - Method in interface org.apache.jena.rdfxml.xmlinput.ALiteral
-
True if this literal was formed from a rdf:parseType="Literal" construction.
- item - Static variable in class org.apache.jena.vocabulary.RSS
-
- items - Static variable in class org.apache.jena.vocabulary.RSS
-
- iterator() - Method in interface org.apache.jena.rdf.model.Container
-
Return an iterator over the values.
- iterator() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer an iterator over the elements of the list.
- IteratorCollection - Class in org.apache.jena.util
-
- iteratorRemoveAllowed() - Method in interface org.apache.jena.graph.Capabilities
-
Answer true iff the iterators returned from find support the .remove()
operation.
- iteratorRemoveAllowed() - Method in class org.apache.jena.reasoner.BaseInfGraph.InfCapabilities
-
- iteratorToList(Iterator<? extends T>) - Static method in class org.apache.jena.util.IteratorCollection
-
Answer the elements of the given iterator as a list, in the order that they
arrived from the iterator.
- iteratorToSet(Iterator<? extends T>) - Static method in class org.apache.jena.util.IteratorCollection
-
Answer the elements of the given iterator as a set.
- LABEL() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes label
annotation on an ontology element
- label - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing a label on an ontology element
- label - Static variable in class org.apache.jena.vocabulary.RDFS
-
- label - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- Label - Static variable in class org.apache.jena.vocabulary.SKOSXL
-
- LABEL - Static variable in class org.apache.jena.vocabulary.VCARD
-
- labelRelation - Static variable in class org.apache.jena.vocabulary.SKOSXL
-
- langN3 - Static variable in class org.apache.jena.util.FileUtils
-
- langNTriple - Static variable in class org.apache.jena.util.FileUtils
-
- langString - Static variable in class org.apache.jena.vocabulary.RDF
-
- langString - Static variable in class org.apache.jena.vocabulary.RDF.Nodes
-
- langTagCompatible(LiteralLabel, LiteralLabel) - Method in class org.apache.jena.datatypes.BaseDatatype
-
Helper function to compare language tag values
- langTurtle - Static variable in class org.apache.jena.util.FileUtils
-
- LANGUAGE - Static variable in class org.apache.jena.ontology.OntDocumentManager
-
Represents the ontology language used to encode the ontology
- language - Static variable in class org.apache.jena.vocabulary.DC_10
-
- language - Static variable in class org.apache.jena.vocabulary.DC_11
-
A language of the intellectual content of the resource.
- language - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A language of the resource.
- language - Static variable in class org.apache.jena.vocabulary.OntDocManagerVocab
-
The representation language used by the ontology document
- language - Static variable in class org.apache.jena.vocabulary.XSD
-
Resource URI for xsd:language
- LanguageConsistencyException - Exception in org.apache.jena.ontology
-
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.
- LanguageConsistencyException(String) - Constructor for exception org.apache.jena.ontology.LanguageConsistencyException
-
- langXML - Static variable in class org.apache.jena.util.FileUtils
-
- langXMLAbbrev - Static variable in class org.apache.jena.util.FileUtils
-
- Large - Static variable in class org.apache.jena.vocabulary.OWLTest
-
- layoutVersion - Static variable in class org.apache.jena.vocabulary.DB
-
- LCAIndex() - Constructor for class org.apache.jena.ontology.OntTools.LCAIndex
-
- LE - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests if the first argument is less than or equal to the second.
- LE() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.LE
-
- leaveCriticalSection() - Method in interface org.apache.jena.shared.Lock
-
Leave a critical section.
- leaveCriticalSection() - Method in class org.apache.jena.shared.LockMRPlusSW
-
- leaveCriticalSection() - Method in class org.apache.jena.shared.LockMRSW
-
Application controlled locking - leave a critical section.
- leaveCriticalSection() - Method in class org.apache.jena.shared.LockMutex
-
- leaveCriticalSection() - Method in class org.apache.jena.shared.LockNone
-
- LESS_THAN - Static variable in class org.apache.jena.datatypes.xsd.AbstractDateTime
-
constant to indicate a less than relationship from compare()
- LessThan - Class in org.apache.jena.reasoner.rulesys.builtins
-
Tests if the first argument is less than the second.
- LessThan() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.LessThan
-
- level() - Method in class org.apache.jena.system.InitJenaCore
-
- level() - Method in interface org.apache.jena.system.JenaSubsystemLifecycle
-
Provide a marker as to the level to order initialization, 10,20,30,...
- level - Static variable in class org.apache.jena.vocabulary.OWLTest
-
Indicates the conformance level of a document or test in the OWL test suite.
- lexicalValue - Variable in class org.apache.jena.datatypes.BaseDatatype.TypedValue
-
- li(int) - Static method in class org.apache.jena.vocabulary.RDF
-
- license - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A legal document giving official permission to do something with the resource.
- LicenseDocument - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A legal document giving official permission to do something with a Resource.
- likeBuiltinSpec - Static variable in class org.apache.jena.assembler.JA
-
- LinguisticSystem - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A system of signs, symbols, sounds, gestures, or rules used in communication.
- link - Static variable in class org.apache.jena.vocabulary.RSS
-
- LIST() - Method in interface org.apache.jena.ontology.Profile
-
The rdf:type
for cells in this list
- List - Static variable in class org.apache.jena.vocabulary.RDF
-
- List - Static variable in class org.apache.jena.vocabulary.RDF.Nodes
-
- listAliasesFor(Resource) - Method in interface org.apache.jena.ontology.Profile
-
Answer an iterator over the defined aliases for a resource.
- listAllDifferent() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the nodes that denote pair-wise disjointness between
sets of classes.
- listAllOntProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator over all of the ontology properties in this model, including
object properties, datatype properties, annotation properties, etc.
- listAllSubjects() - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Return an iterator over all registered subject nodes
- listAltEntries() - Method in class org.apache.jena.util.LocationMapper
-
Iterate over all the entries registered
- listAltPrefixes() - Method in class org.apache.jena.util.LocationMapper
-
Iterate over all the prefixes registered
- listAnnotationProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the properties in this model that are declared
to be annotation properties.
- listBackwardCompatibleWith() - Method in interface org.apache.jena.ontology.Ontology
-
Answer an iterator over all of the resources representing
ontologies that this ontology is backwards compatible with.
- listClasses() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over all of the various forms of class description resource
in this model.
- listComments(String) - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over all of the comment literals for this resource.
- listComplementClasses() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the complement class-descriptions
in this model, i.e. the class resources specified to have a property
complementOf
(or equivalent) and a list of values.
- ListContains - Class in org.apache.jena.reasoner.rulesys.builtins
-
Returns true if the first argument is a list which contains the second argument.
- ListContains() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListContains
-
- listDataRanges() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator over the DataRange objects in this ontology, if there
are any.
- listDatatypeProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the datatype property resources in this model, i.e.
the resources with rdf:type DatatypeProperty
or equivalent.
- listDeclaredProperties() - Method in interface org.apache.jena.ontology.OntClass
-
- listDeclaredProperties(boolean) - Method in interface org.apache.jena.ontology.OntClass
-
Return an iterator over the properties associated with a frame-like
view of this class.
- listDeclaringClasses() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator of all of the classes in this ontology, such
that each returned class has this property as one of its
properties in
OntClass.listDeclaredProperties()
.
- listDeclaringClasses(boolean) - Method in interface org.apache.jena.ontology.OntProperty
-
- listDifferentFrom() - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over all of the resources that are declared to be different from
this resource.
- listDisjointWith() - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over all of the classes that this class is declared to be disjoint with.
- listDistinctMembers() - Method in interface org.apache.jena.ontology.AllDifferent
-
Answer an iterator over all of the individuals that are declared to be distinct by
this AllDifferent declaration.
- listDocuments() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer an iterator over the ontology document URI's that this document manager
knows to re-direct to other URL's.
- listDomain() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the declared domain classes of this property.
- listening() - Method in interface org.apache.jena.graph.GraphEventManager
-
Answer true iff there is at least one attached listener.
- ListEntry - Class in org.apache.jena.reasoner.rulesys.builtins
-
listEntry(?list, ?index, ?val) will bind ?val to the ?index'th entry
in the RDF list ?list.
- ListEntry() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListEntry
-
- listEnumeratedClasses() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the enumerated class class-descriptions
in this model, i.e. the class resources specified to have a property
oneOf
(or equivalent) and a list of values.
- ListEqual - Class in org.apache.jena.reasoner.rulesys.builtins
-
Test if the two argument lists contain the same semantic elements.
- ListEqual() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListEqual
-
- listEquivalentClasses() - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over all of the classes that are known to be equivalent to
this class.
- listEquivalentProperties() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the properties that are declared to be equivalent properties to
this property.
- listFunctionalProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the functional property resources in this model, i.e.
the resources with rdf:type FunctionalProperty
or equivalent.
- listGraphs() - Method in interface org.apache.jena.graph.GraphMaker
-
Answer an [extended] iterator where each element is the name of a graph in
the maker, and the complete sequence exhausts the set of names.
- listHierarchyRootClasses() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator over the classes in this ontology model that represent
the uppermost nodes of the class hierarchy.
- listIgnoredImports() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Answer an iterator over the set of URI's we're ignoring
- listImportedModels() - Method in interface org.apache.jena.ontology.OntModel
-
- listImportedOntologyURIs() - Method in interface org.apache.jena.ontology.OntModel
-
Answer a list of the imported URI's in this ontology model.
- listImportedOntologyURIs(boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Answer a list of the imported URI's in this ontology model, and optionally in the closure
of this model's imports.
- listImports() - Method in interface org.apache.jena.ontology.Ontology
-
Answer an iterator over all of the resources representing ontologies imported by this ontology.
- listIncompatibleWith() - Method in interface org.apache.jena.ontology.Ontology
-
Answer an iterator over all of the resources representing
ontologies that this ontology is incompatible with.
- ListIndexException - Exception in org.apache.jena.rdf.model
-
A exception that is thrown when an operation attempts to access an indexed
list element beyond the length of the list.
- ListIndexException() - Constructor for exception org.apache.jena.rdf.model.ListIndexException
-
Construct a list index exception with a default message.
- ListIndexException(String) - Constructor for exception org.apache.jena.rdf.model.ListIndexException
-
Construct a list index exception with a given message.
- listIndividuals() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the individual resources in this model, i.e.
the resources with rdf:type
corresponding to a class defined
in the ontology.
- listIndividuals(Resource) - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the resources in this model that are
instances of the given class.
- listInstances() - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over the individuals in the model that have this
class among their types.
- listInstances(boolean) - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over the individuals in the model that have this
class among their types, optionally excluding sub-classes of this class.
- listIntersectionClasses() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the intersection class-descriptions
in this model, i.e. the class resources specified to have a property
intersectionOf
(or equivalent) and a list of values.
- listInverse() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over the properties that are defined to be inverses of this property.
- listInverseFunctionalProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the inverse functional property resources in this model, i.e.
the resources with rdf:type InverseFunctionalProperty
or equivalent.
- listInverseOf() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the properties that this property is declared to be the inverse of.
- listIsDefinedBy() - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over all of the resources that are declared to define
this resource.
- listLabels(String) - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over all of the label literals for this resource.
- ListLength - Class in org.apache.jena.reasoner.rulesys.builtins
-
Bind the second arg to the length of the first arg treated as a list.
- ListLength() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListLength
-
- listLiteralStatements(Resource, Property, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches subject
, P
matches predicate
, and O matches the typed literal
corresponding to object
.
- listLiteralStatements(Resource, Property, char) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches subject
, P
matches predicate
, and O matches the typed literal
corresponding to object
.
- listLiteralStatements(Resource, Property, long) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches subject
, P
matches predicate
, and O matches the typed literal
corresponding to object
.
- listLiteralStatements(Resource, Property, float) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches subject
, P
matches predicate
, and O matches the typed literal
corresponding to object
.
- listLiteralStatements(Resource, Property, double) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches subject
, P
matches predicate
, and O matches the typed literal
corresponding to object
.
- ListMapAsObject - Class in org.apache.jena.reasoner.rulesys.builtins
-
For each element in the RDF list (third argument) it asserts
triples with that as the object and subject and predicate given by arguments
one and two.
- ListMapAsObject() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListMapAsObject
-
- ListMapAsSubject - Class in org.apache.jena.reasoner.rulesys.builtins
-
For each element in the RDF list (first argument) it asserts
triples with that as the subject and predicate and object given by arguments
two and three.
- ListMapAsSubject() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListMapAsSubject
-
- listModels() - Method in interface org.apache.jena.rdf.model.ModelMaker
-
Answer an [extended] iterator where each element is the name of a model in
the maker, and the complete sequence exhausts the set of names.
- listNamedClasses() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the named class-descriptions
in this model, i.e. resources with rdf:type
Class
(or equivalent) and a node URI.
- listNameSpaces() - Method in interface org.apache.jena.rdf.model.Model
-
(You probably don't want this method; more likely you want the
PrefixMapping methods that Model supports.) List the namespaces used
by predicates and types in the model.
- ListNotContains - Class in org.apache.jena.reasoner.rulesys.builtins
-
Returns false if the first argument is a list which contains the second argument.
- ListNotContains() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListNotContains
-
- ListNotEqual - Class in org.apache.jena.reasoner.rulesys.builtins
-
Test if the two argument lists differ.
- ListNotEqual() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.ListNotEqual
-
- listObjectProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the object property resources in this model, i.e.
the resources with rdf:type ObjectProperty
or equivalent.
- listObjects(Graph, Node, Node) - Static method in class org.apache.jena.graph.GraphUtil
-
Return an iterator over the unique objects with a given subject and object.
- listObjects() - Method in interface org.apache.jena.rdf.model.Model
-
List all objects in a model.
- listObjectsOfProperty(Property) - Method in interface org.apache.jena.rdf.model.Model
-
List all objects of a given property.
- listObjectsOfProperty(Resource, Property) - Method in interface org.apache.jena.rdf.model.Model
-
List the values of a property of a resource.
- listOneOf() - Method in interface org.apache.jena.ontology.DataRange
-
Answer an iterator over all of the literals that are declared to be the permissible values for
this class.
- listOneOf() - Method in interface org.apache.jena.ontology.EnumeratedClass
-
Answer an iterator over all of the individuals that are declared to be the class extension for
this class.
- listOntClasses(boolean) - Method in interface org.apache.jena.ontology.Individual
-
Answer an iterator over the ontology classes to which this individual belongs.
- listOntologies() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the ontology resources in this model, i.e.
the resources with rdf:type Ontology
or equivalent.
- listOntProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the property resources in this model, i.e.
the resources with rdf:type Property
or equivalent.
- listOperands() - Method in interface org.apache.jena.ontology.BooleanClassDescription
-
Answer an iterator over all of the classes that are the operands of this
Boolean class expression.
- listPersonalities(PrintWriter) - Static method in class org.apache.jena.enhanced.BuiltinPersonalities
-
For debugging purposes, list the standard personalities on the given
output writer.
- listPredicates(Graph, Node, Node) - Static method in class org.apache.jena.graph.GraphUtil
-
Return an iterator over the unique predicate between s and o.
- listPriorVersion() - Method in interface org.apache.jena.ontology.Ontology
-
Answer an iterator over all of the resources representing
ontologies that this ontology supercedes.
- listProperties(Property) - Method in interface org.apache.jena.rdf.model.Resource
-
List all the values of the property p.
- listProperties() - Method in interface org.apache.jena.rdf.model.Resource
-
Return an iterator over all the properties of this resource.
- listPropertyValues(Property) - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over the values for a given RDF property.
- listRange() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the declared range classes of this property.
- listRDFTypes(boolean) - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over the RDF classes to which this resource belongs.
- listReferringRestrictions() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over any restrictions that mention this property as
the property that the restriction is adding some constraint to.
- listReifiedStatements() - Method in interface org.apache.jena.rdf.model.Model
-
answer an iterator delivering all the reified statements "in" this model
- listReifiedStatements(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
answer an iterator delivering all the reified statements "in" this model
that match the statement _st_.
- listReifiedStatements() - Method in interface org.apache.jena.rdf.model.Statement
-
answer an iterator which delivers all the reified statements in the model
this Statement belongs to that match this Statement.
- listResourcesWithProperty(Property) - Method in interface org.apache.jena.rdf.model.Model
-
Answer an iterator [with no duplicates] over all the resources in this
model that have property p
.
- listResourcesWithProperty(Property, RDFNode) - Method in interface org.apache.jena.rdf.model.Model
-
Answer an iterator [with no duplicates] over all the resources in this
model that have property p
with value o
.
- listResourcesWithProperty(Property, boolean) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.
- listResourcesWithProperty(Property, long) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.
- listResourcesWithProperty(Property, char) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.
- listResourcesWithProperty(Property, float) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.
- listResourcesWithProperty(Property, double) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.
- listResourcesWithProperty(Property, Object) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.
- listRestrictions() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the property restriction class-descriptions
in this model, i.e. resources with rdf:type
Restriction
(or equivalent).
- listSameAs() - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over all of the resources that are declared to be the same as
this resource.
- listSeeAlso() - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over all of the resources that are declared to provide additional
information about this resource.
- listStatements(Resource, Property, RDFNode, Model) - Method in interface org.apache.jena.rdf.model.InfModel
-
Find all the statements matching a pattern.
- listStatements() - Method in interface org.apache.jena.rdf.model.Model
-
List all statements.
- listStatements(Selector) - Method in interface org.apache.jena.rdf.model.Model
-
List the statements matching a selector.
- listStatements(Resource, Property, RDFNode) - Method in interface org.apache.jena.rdf.model.Model
-
Find all the statements matching a pattern.
- listStatements(Resource, Property, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Find all the statements matching a pattern.
- listStatements(Resource, Property, String, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Find all the statements matching a pattern.
- listSubClasses() - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over all of the classes that are declared to be sub-classes of
this class.
- listSubClasses(boolean) - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over the classes that are declared to be sub-classes of
this class.
- listSubjects(Graph, Node, Node) - Static method in class org.apache.jena.graph.GraphUtil
-
Return an iterator over the unique subjects with predciate p and object o.
- listSubjects() - Method in interface org.apache.jena.rdf.model.Model
-
List all resources which are subjects of statements.
- listSubjectsWithProperty(Property) - Method in interface org.apache.jena.rdf.model.Model
-
An alias for listResourcesWithProperty(Property)
,
retained for backward compatability.
- listSubjectsWithProperty(Property, RDFNode) - Method in interface org.apache.jena.rdf.model.Model
-
An alias for listResourcesWithProperty
, retained for
backward compatability.
- listSubjectsWithProperty(Property, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
lists all subjects with a given property and property value.
- listSubjectsWithProperty(Property, String, String) - Method in interface org.apache.jena.rdf.model.ModelCon
-
lists all subjects with a given property and property value.
- listSubModels(boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator over the ontology models that are sub-models of
this model.
- listSubModels() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator over the ontology models that are sub-models of
this model.
- listSubProperties() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the properties that are declared to be sub-properties of
this property.
- listSubProperties(boolean) - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the properties that are declared to be sub-properties of
this property.
- listSuperClasses() - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over all of the classes that are super-classes of
this class.
- listSuperClasses(boolean) - Method in interface org.apache.jena.ontology.OntClass
-
Answer an iterator over all of the classes that are super-classes of
this class.
- listSuperProperties() - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the properties that are declared to be super-properties of
this property.
- listSuperProperties(boolean) - Method in interface org.apache.jena.ontology.OntProperty
-
Answer an iterator over all of the properties that are declared to be super-properties of
this property.
- listSymmetricProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the symmetric property resources in this model, i.e.
the resources with rdf:type SymmetricProperty
or equivalent.
- listTransitiveProperties() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the transitive property resources in this model, i.e.
the resources with rdf:type TransitiveProperty
or equivalent.
- listTypes() - Method in class org.apache.jena.datatypes.TypeMapper
-
List all the known datatypes
- listUnionClasses() - Method in interface org.apache.jena.ontology.OntModel
-
Answer an iterator that ranges over the union class-descriptions
in this model, i.e. the class resources specified to have a property
unionOf
(or equivalent) and a list of values.
- listVersionInfo() - Method in interface org.apache.jena.ontology.OntResource
-
Answer an iterator over all of the version info strings for this resource.
- Lite - Static variable in class org.apache.jena.vocabulary.OWLTest
-
One of the conformance levels in the OWL test suite.
- LITE_LANG - Static variable in class org.apache.jena.vocabulary.OWL
-
A resource, not officially sanctioned by WebOnt, that denotes the OWL-Lite sublanguage of OWL
- Literal - Interface in org.apache.jena.rdf.model
-
An RDF Literal.
- Literal - Static variable in class org.apache.jena.vocabulary.RDFS
-
- Literal - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- literal - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- literalContent - Static variable in class org.apache.jena.assembler.JA
-
- LiteralContent - Static variable in class org.apache.jena.assembler.JA
-
- literalForm - Static variable in class org.apache.jena.vocabulary.SKOSXL
-
- literalPropertyElt - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- LiteralRequiredException - Exception in org.apache.jena.rdf.model
-
Exception to throw when an RDFNode required to be a Literal isn't, or when a
literal Node is required but a non-literal Node supplied.
- LiteralRequiredException(RDFNode) - Constructor for exception org.apache.jena.rdf.model.LiteralRequiredException
-
- LiteralRequiredException(Node) - Constructor for exception org.apache.jena.rdf.model.LiteralRequiredException
-
- load(Reader, String) - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
Load RDF/XML from a Reader.
- load(InputStream, String) - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
Load RDF/XML from an InputStream.
- load(InputStream) - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
Load RDF/XML from an InputStream, leaving relative URIs as relative.
- load(Reader) - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
Load RDF/XML from a Reader, leaving relative URIs as relative.
- load(Node) - Method in class org.apache.jena.rdfxml.xmlinput.DOM2Model
-
Parse a DOM Node with the RDF/XML parser, loading the triples into the
associated Model.
- load() - Method in interface org.apache.jena.system.JenaSubsystemRegistry
-
- load() - Method in class org.apache.jena.system.JenaSubsystemRegistryBasic
-
- loadArbitraryClasses(AssemblerGroup, Model) - Static method in class org.apache.jena.assembler.AssemblerHelp
-
Load all the classes which are objects of any (t, ja:loadClass, S)
statements in m
.
- loadAssemblerClasses(AssemblerGroup, Model) - Static method in class org.apache.jena.assembler.AssemblerHelp
-
Load all the classes which are objects of any (t, ja:assembler, S) statements
in m
.
- loadClass - Static variable in class org.apache.jena.assembler.JA
-
- loadImport(OntModel, String) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Add the given model from the given URI as an import to the given model.
- loadImports(OntModel) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Inspect the statements in the graph expressed by the given model, and load
into the model any imported documents.
- loadImports() - Method in interface org.apache.jena.ontology.OntModel
-
Determine which models this model imports (by looking for, for example,
owl:imports
statements, and load each of those models as an
import.
- loadModel(String) - Method in class org.apache.jena.util.FileManager
-
Load a model from a file (local or remote).
- loadModel(String, String) - Method in class org.apache.jena.util.FileManager
-
Load a model from a file (local or remote).
- loadModel(String, String, String) - Method in class org.apache.jena.util.FileManager
-
Load a model from a file (local or remote).
- loadRuleParserFromResourceFile(String) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Open a resource file and read it all into a single string.
- loadRules(String, Map<String, String>) - Static method in class jena.RuleMap
-
Load a set of rule definitions including processing of
comment lines and any initial prefix definition lines.
- loadRules(BufferedReader, Map<String, String>) - Static method in class jena.RuleMap
-
Load a set of rule definitions including processing of
comment lines and any initial prefix definition lines.
- loadRules(String) - Static method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Answer the list of rules loaded from the given filename.
- loadRules() - Static method in class org.apache.jena.reasoner.rulesys.OWLFBRuleReasoner
-
Return the rule set, loading it in if necessary
- loadRules() - Static method in class org.apache.jena.reasoner.rulesys.OWLMicroReasoner
-
Return the rule set, loading it in if necessary
- loadRules() - Static method in class org.apache.jena.reasoner.rulesys.OWLMiniReasoner
-
Return the rule set, loading it in if necessary
- loadRules() - Static method in class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasoner
-
Return the RDFS rule set, loading it in if necessary
- loadRules() - Static method in class org.apache.jena.reasoner.rulesys.RDFSForwardRuleReasoner
-
Return the RDFS rule set, loading it in if necessary
- loadRulesLevel(String) - Static method in class org.apache.jena.reasoner.rulesys.RDFSRuleReasoner
-
Return the RDFS rule set, loading it in if necessary.
- loadURLFile(String) - Static method in class org.apache.jena.reasoner.rulesys.Util
-
Open a file defined by a URL and read all of it into a single string.
- loadUserDefined(String, Reader, String, TypeMapper) - Static method in class org.apache.jena.datatypes.xsd.XSDDatatype
-
Create and register a set of types specified in a user schema file.
- loadUserDefined(String, String, TypeMapper) - Static method in class org.apache.jena.datatypes.xsd.XSDDatatype
-
Create and register a set of types specified in a user schema file.
- loadXSDSimpleTypes(TypeMapper) - Static method in class org.apache.jena.datatypes.xsd.XSDDatatype
-
Add all of the XSD pre-defined simple types to the given
type mapper registry.
- Locality - Static variable in class org.apache.jena.vocabulary.VCARD
-
- localname(String) - Static method in class org.apache.jena.util.SplitIRI
-
Calculate a localname - do not escape PN_LOCAL_ESC.
- localnameTTL(String) - Static method in class org.apache.jena.util.SplitIRI
-
- localnameXML(String) - Static method in class org.apache.jena.util.SplitIRI
-
Localname, according to XML qname rules.
- Location - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A spatial region or named place.
- locationMapper - Static variable in interface org.apache.jena.assembler.Assembler
-
- locationMapper() - Static method in class org.apache.jena.assembler.ConstAssembler
-
- LocationMapper - Static variable in class org.apache.jena.assembler.JA
-
- locationMapper - Static variable in class org.apache.jena.assembler.JA
-
- LocationMapper - Class in org.apache.jena.util
-
Alternative locations for URIs.
- LocationMapper() - Constructor for class org.apache.jena.util.LocationMapper
-
Create a LocationMapper with no mapping yet
- LocationMapper(LocationMapper) - Constructor for class org.apache.jena.util.LocationMapper
-
Create a LocationMapper made like another one
This is a deep copy of the location and prefix maps..
- LocationMapper(Model) - Constructor for class org.apache.jena.util.LocationMapper
-
Create a LocationMapper from an existing model
- LocationMapper(String) - Constructor for class org.apache.jena.util.LocationMapper
-
Create a LocationMapper from a config file
- LocationMapping - Static variable in class org.apache.jena.vocabulary.LocationMappingVocab
-
- LocationMappingVocab - Class in org.apache.jena.vocabulary
-
Vocabulary definitions from Vocabularies/location-mapping-rdfs.n3
- LocationMappingVocab() - Constructor for class org.apache.jena.vocabulary.LocationMappingVocab
-
- LocationPeriodOrJurisdiction - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A location, period of time, or jurisdiction.
- Locator - Interface in org.apache.jena.util
-
Interface to things that open streams by some string reference
- LocatorClassLoader - Class in org.apache.jena.util
-
- LocatorClassLoader(ClassLoader) - Constructor for class org.apache.jena.util.LocatorClassLoader
-
- LocatorFile - Class in org.apache.jena.util
-
Location files in the filing system.
- LocatorFile(String) - Constructor for class org.apache.jena.util.LocatorFile
-
- locators() - Method in class org.apache.jena.util.FileManager
-
Return an iterator over all the handlers
- LocatorURL - Class in org.apache.jena.util
-
Location files named by a URL
- LocatorURL() - Constructor for class org.apache.jena.util.LocatorURL
-
- LocatorZip - Class in org.apache.jena.util
-
Location files in a zip file
- LocatorZip(String) - Constructor for class org.apache.jena.util.LocatorZip
-
- Lock - Interface in org.apache.jena.shared
-
- lock() - Method in interface org.apache.jena.shared.PrefixMapping
-
Lock the PrefixMapping so that changes can no longer be made to it.
- LockMRPlusSW - Class in org.apache.jena.shared
-
A multiple-reader plus single-writer lock.
- LockMRPlusSW() - Constructor for class org.apache.jena.shared.LockMRPlusSW
-
- LockMRSW - Class in org.apache.jena.shared
-
Lock implemenetation using a Multiple Reader, Single Writer policy.
- LockMRSW() - Constructor for class org.apache.jena.shared.LockMRSW
-
- LockMutex - Class in org.apache.jena.shared
-
- LockMutex() - Constructor for class org.apache.jena.shared.LockMutex
-
- LockNone - Class in org.apache.jena.shared
-
- LockNone() - Constructor for class org.apache.jena.shared.LockNone
-
- logDerivation(Triple, Derivation) - Method in interface org.apache.jena.reasoner.rulesys.BackwardRuleInfGraphI
-
Logger a dervivation record against the given triple.
- logDerivation(Triple, Derivation) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Log a dervivation record against the given triple.
- logDerivation(Triple, Derivation) - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Logger a dervivation record against the given triple.
- logDerivation(Triple, Derivation) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Log a dervivation record against the given triple.
- LOGO - Static variable in class org.apache.jena.vocabulary.VCARD
-
- longObjectLength - Static variable in class org.apache.jena.vocabulary.DB
-
- LookingForRDF - Class in org.apache.jena.rdfxml.xmlinput.states
-
- LookingForRDF(FrameI, AttributeLexer) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.LookingForRDF
-
- LookingForRDF(XMLHandler, AbsXMLContext) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.LookingForRDF
-
- LPBackwardRuleInfGraph - Class in org.apache.jena.reasoner.rulesys
-
Inference graph for accessing the LP version of the backward chaining
rule engine.
- LPBackwardRuleInfGraph(Reasoner, LPRuleStore, Graph, Graph) - Constructor for class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Constructor.
- LPBackwardRuleReasoner - Class in org.apache.jena.reasoner.rulesys
-
Reasoner implementation which augments or transforms an RDF graph
according to a set of rules.
- LPBackwardRuleReasoner(List<Rule>) - Constructor for class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Constructor.
- LPBackwardRuleReasoner(List<Rule>, ReasonerFactory) - Constructor for class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Constructor
- lSetName - Static variable in class org.apache.jena.vocabulary.DB
-
- lSetPSet - Static variable in class org.apache.jena.vocabulary.DB
-
- lSetType - Static variable in class org.apache.jena.vocabulary.DB
-
- RandomOrderGraph - Class in org.apache.jena.shared
-
Wraps a graph and randomizes the order of find results.
- RandomOrderGraph(int, Graph) - Constructor for class org.apache.jena.shared.RandomOrderGraph
-
- RandomOrderGraph(Graph) - Constructor for class org.apache.jena.shared.RandomOrderGraph
-
- RANGE() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes the range of a property
- range - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a property as having a given class,
datatype or datarange as the range
- range - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- range - Static variable in class org.apache.jena.vocabulary.RDFS
-
- RB_VALIDATION - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Property used to switch on validation in owl ruleset
- RB_VALIDATION_REPORT - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Property used for validation reports in owl ruleset
- RBNamespace - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
A namespace used for Rubrik specific properties
- RDF - Class in org.apache.jena.vocabulary
-
The standard RDF vocabulary.
- RDF() - Constructor for class org.apache.jena.vocabulary.RDF
-
- RDF - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- RDF.Nodes - Class in org.apache.jena.vocabulary
-
The 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.
- RDF_XML_Document - Static variable in class org.apache.jena.vocabulary.RDFTest
- rdfcat - Class in jena
-
Deprecated.
- rdfcat() - Constructor for class jena.rdfcat
-
Deprecated.
- RDFCollection - Class in org.apache.jena.rdfxml.xmlinput.states
-
- RDFCollection(WantsObjectFrameI, AbsXMLContext) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.RDFCollection
-
- rdfcompare - Class in jena
-
A program which read two RDF models and determines if they are the same.
- rdfcompare() - Constructor for class jena.rdfcompare
-
- rdfcopy - Class in jena
-
A program which read an RDF model and copy it to the standard output stream.
- rdfcopy() - Constructor for class jena.rdfcopy
-
- RDFDatatype - Interface in org.apache.jena.datatypes
-
Interface on a datatype representation.
- RDFErrorHandler - Interface in org.apache.jena.rdf.model
-
A generic error handler.
- rdfId - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- RDFList - Interface in org.apache.jena.rdf.model
-
Provides a convenience encapsulation for lists formed from chains of RDF
statements arranged to form a head/tail cons-cell structure.
- RDFList.ApplyFn - Interface in org.apache.jena.rdf.model
-
Interface that encapsulates a function to apply to every element in a
list.
- RDFList.ReduceFn - Interface in org.apache.jena.rdf.model
-
Interface that encapsulates a function to apply to each element of a list
in turn, and passing the result to an accumulator.
- RDFNode - Interface in org.apache.jena.rdf.model
-
Interface covering RDF resources and literals.
- rdfparse - Class in jena
-
A command line interface into ARP.
- rdfparse() - Constructor for class jena.rdfparse
-
- RDFReader - Interface in org.apache.jena.rdf.model
-
An RDFReader
reads a serialized represenation of RDF,
e.g.
- RDFReaderF - Interface in org.apache.jena.rdf.model
-
An RDFReader factory inferface.
- RDFS - Class in org.apache.jena.vocabulary
-
RDFS vocabulary items
- RDFS() - Constructor for class org.apache.jena.vocabulary.RDFS
-
- RDFS.Nodes - Class in org.apache.jena.vocabulary
-
The RDFS vocabulary, expressed for the SPI layer in terms of .graph Nodes.
- RDFS_DEFAULT - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Constant for PROPsetRDFSLevel - default behaviour
- RDFS_FULL - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Constant for PROPsetRDFSLevel - fullest implementation supported.
- RDFS_LANG - Static variable in class org.apache.jena.ontology.ProfileRegistry
-
The URI that maps to the language profile for RDFS
- RDFS_MEM - Static variable in class org.apache.jena.ontology.OntModelSpec
-
A specification for RDFS ontology models that are stored in memory and do no additional entailment reasoning
- RDFS_MEM_RDFS_INF - Static variable in class org.apache.jena.ontology.OntModelSpec
-
A specification for RDFS ontology models that are stored in memory and use the RDFS inferencer for additional entailments
- RDFS_MEM_TRANS_INF - Static variable in class org.apache.jena.ontology.OntModelSpec
-
A specification for RDFS ontology models that are stored in memory and use the transitive reasoner for entailments
- RDFS_SIMPLE - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Constant for PROPsetRDFSLevel - simplified, higher performance rules.
- RDFSFBRuleReasoner - Class in org.apache.jena.reasoner.rulesys
-
A backward chaining implementation of the RDFS closure rules
based upon the basic backward rule interpreter.
- RDFSFBRuleReasoner(ReasonerFactory) - Constructor for class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasoner
-
Constructor
- RDFSFBRuleReasonerFactory - Class in org.apache.jena.reasoner.rulesys
-
Factory class for creating blank instances of the hybrid rule RDFS reasoner.
- RDFSFBRuleReasonerFactory() - Constructor for class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
-
- RDFSForwardRuleReasoner - Class in org.apache.jena.reasoner.rulesys
-
A pure forward chaining implementation of the RDFS closure rules
based upon the basic forward rule interpreter.
- RDFSForwardRuleReasoner(ReasonerFactory) - Constructor for class org.apache.jena.reasoner.rulesys.RDFSForwardRuleReasoner
-
Constructor
- RDFSRuleInfGraph - Class in org.apache.jena.reasoner.rulesys
-
Customization of the generic rule inference graph for RDFS inference.
- RDFSRuleInfGraph(Reasoner, List<Rule>, Graph) - Constructor for class org.apache.jena.reasoner.rulesys.RDFSRuleInfGraph
-
Constructor.
- RDFSRuleInfGraph(Reasoner, List<Rule>, Graph, Graph) - Constructor for class org.apache.jena.reasoner.rulesys.RDFSRuleInfGraph
-
Constructor.
- RDFSRuleReasoner - Class in org.apache.jena.reasoner.rulesys
-
A full implemention of RDFS reasoning using a hybrid rule system, together
with optimized subclass/subproperty closure using the transitive graph caches.
- RDFSRuleReasoner(ReasonerFactory) - Constructor for class org.apache.jena.reasoner.rulesys.RDFSRuleReasoner
-
Constructor
- RDFSRuleReasoner(ReasonerFactory, Resource) - Constructor for class org.apache.jena.reasoner.rulesys.RDFSRuleReasoner
-
Constructor
- RDFSRuleReasonerFactory - Class in org.apache.jena.reasoner.rulesys
-
Factory class for creating blank instances of the hybrid rule RDFS reasoner
with TGC support.
- RDFSRuleReasonerFactory() - Constructor for class org.apache.jena.reasoner.rulesys.RDFSRuleReasonerFactory
-
- RDFSyntax - Class in org.apache.jena.vocabulary
-
This class includes fragment IDs from the
RDF Syntax WD, to identify grammar rules etc.
- RDFSyntax() - Constructor for class org.apache.jena.vocabulary.RDFSyntax
-
- RDFTest - Class in org.apache.jena.vocabulary
-
The vocabulary used by the RDFCore working group to define test manifests.
- RDFTest() - Constructor for class org.apache.jena.vocabulary.RDFTest
-
- RDFVisitor - Interface in org.apache.jena.rdf.model
-
The interface for visiting (ie type-dispatching) an RDF Node.
- RDFWriter - Interface in org.apache.jena.rdf.model
-
RDFWriter is an interface to RDF serializers.
- RDFWriterF - Interface in org.apache.jena.rdf.model
-
An RDFWriter factory inferface.
- RDFXMLWriterI - Interface in org.apache.jena.rdfxml.xmloutput
-
This interface only adds documentation to
RDFWriter
.
- reachableClosure(Resource) - Static method in class org.apache.jena.util.ResourceUtils
-
Answer a model that contains all of the resources reachable from a given
resource by any property, transitively.
- read(String) - Method in interface org.apache.jena.rdf.model.Model
-
Add the RDF statements from a document.
- read(InputStream, String) - Method in interface org.apache.jena.rdf.model.Model
-
Add statements from a document.
- read(InputStream, String, String) - Method in interface org.apache.jena.rdf.model.Model
-
Add RDF statements represented in language lang
to the model.
- read(Reader, String) - Method in interface org.apache.jena.rdf.model.Model
-
Using this method is often a mistake.
- read(String, String) - Method in interface org.apache.jena.rdf.model.Model
-
Add statements from a serializion in language lang
to the
model.
- read(Reader, String, String) - Method in interface org.apache.jena.rdf.model.Model
-
Using this method is often a mistake.
- read(String, String, String) - Method in interface org.apache.jena.rdf.model.Model
-
Read into this model the RDF at url
, using
baseURI
as the base URI if it is non-null.
- read(Model, Reader, String) - Method in interface org.apache.jena.rdf.model.RDFReader
-
It is usually a mistake to use this method.
- read(Model, InputStream, String) - Method in interface org.apache.jena.rdf.model.RDFReader
-
Read serialized RDF from an InputStream
and add the statements
to a Model
.
- read(Model, String) - Method in interface org.apache.jena.rdf.model.RDFReader
-
Read serialized RDF from a url and add the statements to a model.
- read(Model, String) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
Reads from url, using url as base, adding triples to model.
- read(Model, Reader, String) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
Reads from reader, using base URI xmlbase, adding triples to model.
- read(Graph, Reader, String) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
Reads from reader, using base URI xmlbase, adding triples to graph.
- read(Model, InputStream, String) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
Reads from inputStream, using base URI xmlbase, adding triples to model.
- read(Graph, InputStream, String) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
Reads from inputStream, using base URI xmlbase, adding triples to graph.
- read(XMLStreamReader, Model) - Static method in class org.apache.jena.rdfxml.xmlinput.StAX2Model
-
- read(XMLStreamReader, Model, String) - Static method in class org.apache.jena.rdfxml.xmlinput.StAX2Model
-
- read(XMLEventReader, Model) - Static method in class org.apache.jena.rdfxml.xmlinput.StAX2Model
-
- read(XMLEventReader, Model, String) - Static method in class org.apache.jena.rdfxml.xmlinput.StAX2Model
-
- READ - Static variable in interface org.apache.jena.shared.Lock
-
Descriptive name for lock requests - read lock
- ReadDeniedException - Exception in org.apache.jena.shared
-
- ReadDeniedException() - Constructor for exception org.apache.jena.shared.ReadDeniedException
-
- ReadDeniedException(String, Throwable, Triple) - Constructor for exception org.apache.jena.shared.ReadDeniedException
-
- ReadDeniedException(String, Throwable) - Constructor for exception org.apache.jena.shared.ReadDeniedException
-
- ReadDeniedException(String, Triple) - Constructor for exception org.apache.jena.shared.ReadDeniedException
-
- ReadDeniedException(String) - Constructor for exception org.apache.jena.shared.ReadDeniedException
-
- ReadDeniedException(Throwable, Triple) - Constructor for exception org.apache.jena.shared.ReadDeniedException
-
- ReadDeniedException(Throwable) - Constructor for exception org.apache.jena.shared.ReadDeniedException
-
- readerFromURL(String) - Static method in class org.apache.jena.util.FileUtils
-
- readModel(Model, String) - Method in interface org.apache.jena.rdf.model.ModelReader
-
Read the contents of URL
into toRead
and
answer toRead
,
- readModel(Model, String) - Method in class org.apache.jena.util.FileManager
-
Read a file of RDF into a model.
- readModel(Model, String, String) - Method in class org.apache.jena.util.FileManager
-
Read a file of RDF into a model.
- readModel(Model, String, String, String) - Method in class org.apache.jena.util.FileManager
-
Read a file of RDF into a model.
- readWholeFileAsUTF8(InputStream) - Method in class org.apache.jena.util.FileManager
-
Slurp up a whole file
- readWholeFileAsUTF8(String) - Method in class org.apache.jena.util.FileManager
-
Slurp up a whole file: map filename as necessary
- readWholeFileAsUTF8(String) - Static method in class org.apache.jena.util.FileUtils
-
Read a whole file as UTF-8
- readWholeFileAsUTF8(InputStream) - Static method in class org.apache.jena.util.FileUtils
-
Read a whole stream as UTF-8
- reasoner - Static variable in class org.apache.jena.assembler.JA
-
- Reasoner - Interface in org.apache.jena.reasoner
-
The minimal interface to which all reasoners (or reasoner adaptors) conform.
- reasonerClass - Static variable in class org.apache.jena.assembler.JA
-
- ReasonerClass - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
The RDF class to which all Reasoners belong
- ReasonerException - Exception in org.apache.jena.reasoner
-
Exception signalling some generic problem with the reasoning subsystem.
- ReasonerException(String) - Constructor for exception org.apache.jena.reasoner.ReasonerException
-
Constructor.
- ReasonerException(String, Throwable) - Constructor for exception org.apache.jena.reasoner.ReasonerException
-
Constructor.
- reasonerFactory - Static variable in interface org.apache.jena.assembler.Assembler
-
- reasonerFactory() - Static method in class org.apache.jena.assembler.ConstAssembler
-
- ReasonerFactory - Static variable in class org.apache.jena.assembler.JA
-
- reasonerFactory - Static variable in class org.apache.jena.assembler.JA
-
- ReasonerFactory - Interface in org.apache.jena.reasoner
-
The interface through which a reasoner (inference engine) can be
instantiated.
- ReasonerRegistry - Class in org.apache.jena.reasoner
-
A global registry of known reasoner modules.
- reasonerURL - Static variable in class org.apache.jena.assembler.JA
-
- ReasonerVocabulary - Class in org.apache.jena.vocabulary
-
A collection of RDF terms used in driving or configuring some of the
builtin reasoners.
- ReasonerVocabulary() - Constructor for class org.apache.jena.vocabulary.ReasonerVocabulary
-
- rebind() - Method in interface org.apache.jena.rdf.model.InfModel
-
Cause the inference model to reconsult the underlying data to take
into account changes.
- rebind(Graph) - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Replace the underlying data graph for this inference graph and start any
inferences over again.
- rebind() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Cause the inference graph to reconsult the underlying graph to take
into account changes.
- rebind(Graph) - Method in interface org.apache.jena.reasoner.InfGraph
-
Replace the underlying data graph for this inference graph and start any
inferences over again.
- rebind() - Method in interface org.apache.jena.reasoner.InfGraph
-
Cause the inference graph to reconsult the underlying graph to take
into account changes.
- rebind(Graph) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Replace the underlying data graph for this inference graph and start any
inferences over again.
- rebind() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Cause the inference graph to reconsult the underlying graph to take
into account changes.
- rebind() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Cause the inference graph to reconsult the underlying graph to take
into account changes.
- rebind(Graph) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Replace the underlying data graph for this inference graph and start any
inferences over again.
- rebind() - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Cause the inference graph to reconsult the underlying graph to take
into account changes.
- rebindAll() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Cause the inference graph to reconsult both the underlying graph and
the reasoner ruleset, permits the forward rule set to be dynamically changed.
- recentTokens() - Method in class org.apache.jena.reasoner.rulesys.Rule.Parser
-
Return a trace of the recently seen tokens, for use
in error reporting
- recording(ClosableIterator<T>, Set<T>) - Static method in class org.apache.jena.graph.compose.CompositionBase
-
Answer an iterator that will record every element delived by next()
in
the set seen
.
- reduce(RDFList.ReduceFn, Object) - Method in interface org.apache.jena.rdf.model.RDFList
-
Apply a function to each value in the list in turn, accumulating the
results in an accumulator.
- reduce(RDFNode, Object) - Method in interface org.apache.jena.rdf.model.RDFList.ReduceFn
-
Apply a function to the given RDF node.
- references - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource that is referenced, cited, or otherwise pointed to by the
described resource.
- ReflexiveProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- Regex - Class in org.apache.jena.reasoner.rulesys.builtins
-
- Regex() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.Regex
-
- Region - Static variable in class org.apache.jena.vocabulary.VCARD
-
- register(GraphListener) - Method in interface org.apache.jena.graph.GraphEventManager
-
Attached listener
to this manager; notification events
sent to the manager are sent to all registered listeners.
- register(ModelChangedListener) - Method in interface org.apache.jena.rdf.model.Model
-
Register a listener for model-changed events on this model.
- register(ReasonerFactory) - Method in class org.apache.jena.reasoner.ReasonerRegistry
-
Register a Reasoner.
- register(String, ReasonerFactory) - Method in class org.apache.jena.reasoner.ReasonerRegistry
-
Register a Reasoner - simple case with no RDF description.
- register(String, Builtin) - Method in class org.apache.jena.reasoner.rulesys.BuiltinRegistry
-
Register an implementation for a given builtin functor.
- register(Builtin) - Method in class org.apache.jena.reasoner.rulesys.BuiltinRegistry
-
Register an implementation for a given builtin using its default name.
- registerDatatype(RDFDatatype) - Method in class org.apache.jena.datatypes.TypeMapper
-
Register a new datatype
- registerPrefix(String, String) - Method in class org.apache.jena.reasoner.rulesys.Rule.Parser
-
Register a new namespace prefix with the parser
- registerPrefix(String, String) - Static method in class org.apache.jena.util.PrintUtil
-
Register a new prefix/namespace mapping which will be used to shorten
the print strings for resources in known namespaces.
- registerPrefixMap(Map<String, String>) - Method in class org.apache.jena.reasoner.rulesys.Rule.Parser
-
Register a set of prefix to namespace mappings with the parser
- registerPrefixMap(Map<String, String>) - Static method in class org.apache.jena.util.PrintUtil
-
Register a set of new prefix/namespace mapping which will be used to shorten
the print strings for resources in known namespaces.
- registerProfile(String, Profile) - Method in class org.apache.jena.ontology.ProfileRegistry
-
Add a language profile with the given URI key
- reificationMode - Static variable in class org.apache.jena.assembler.JA
-
Deprecated.
- ReificationMode - Static variable in class org.apache.jena.assembler.JA
-
Deprecated.
- ReifiedStatement - Interface in org.apache.jena.rdf.model
-
A ReifiedStatement represents a Statement as a Resource.
- reifTable - Static variable in class org.apache.jena.vocabulary.DB
-
- reject(ClosableIterator<? extends T>) - Static method in class org.apache.jena.graph.compose.CompositionBase
-
Answer a
Predicate
that will reject any element that is a member of iterator i.
- rejected - Static variable in class org.apache.jena.vocabulary.TestManifest
-
- rejecting(ExtendedIterator<Triple>, Set<Triple>) - Static method in class org.apache.jena.graph.compose.CompositionBase
-
Answer an iterator over the elements of iterator i that are not in the set seen
.
- rejecting(ExtendedIterator<Triple>, Graph) - Static method in class org.apache.jena.graph.compose.CompositionBase
-
Answer an iterator over the elements of i
that are not in
the graph seen
.
- related - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of one ontology individual being related
to another by some named predicate.
- related - Static variable in class org.apache.jena.vocabulary.SKOS
-
- relatedMatch - Static variable in class org.apache.jena.vocabulary.SKOS
-
- relation - Static variable in class org.apache.jena.vocabulary.DC_10
-
- relation - Static variable in class org.apache.jena.vocabulary.DC_11
-
A reference to a related resource.
- relation - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource.
- remove(Node, Node, Node) - Method in interface org.apache.jena.graph.Graph
-
Remove all triples that match by find(s, p, o)
- remove(Node, Node, Node) - Static method in class org.apache.jena.graph.GraphEvents
-
- remove(Graph, Node, Node, Node) - Static method in class org.apache.jena.graph.GraphUtil
-
A safe and cautious remve() function.
- remove() - Method in interface org.apache.jena.ontology.OntResource
-
Removes this resource from the ontology by deleting any statements that refer to it,
as either statement-subject or statement-object.
- remove(Statement) - Method in interface org.apache.jena.rdf.model.Alt
-
Remove a value from the container.
- remove(Statement) - Method in interface org.apache.jena.rdf.model.Bag
-
Remove a value from the container.
- remove(Statement) - Method in interface org.apache.jena.rdf.model.Container
-
Remove a value from the container.
- remove(Statement[]) - Method in interface org.apache.jena.rdf.model.Model
-
Remove all the statements from the Model, using the bulk update interface.
- remove(List<Statement>) - Method in interface org.apache.jena.rdf.model.Model
-
Remove all the statements in the list from this model, using the bulk
update interface.
- remove(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
Removes a statement.
- remove(Resource, Property, RDFNode) - Method in interface org.apache.jena.rdf.model.ModelCon
-
remove the statement (s, p, o)
from this model and
answer this model.
- remove(StmtIterator) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Remove all the Statements returned by an iterator.
- remove(Model) - Method in interface org.apache.jena.rdf.model.ModelCon
-
Remove all the Statements in a given model, including reified statements
- remove() - Method in interface org.apache.jena.rdf.model.NodeIterator
-
Unsupported Operation.
- remove(RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList
-
Remove the given value from this list.
- remove(int) - Method in interface org.apache.jena.rdf.model.Seq
-
Remove the member at the specified index.
- remove() - Method in interface org.apache.jena.rdf.model.Statement
-
Remove this statement from its associated model.
- remove(Node, Node, Node) - Method in class org.apache.jena.reasoner.BaseInfGraph
-
- Remove - Class in org.apache.jena.reasoner.rulesys.builtins
-
Remove the body clause given by index arguments from the database.
- Remove() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.Remove
-
- remove(Triple) - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Remove a triple from the deduction graph (and the original graph if relevant).
- remove(JenaSubsystemLifecycle) - Method in interface org.apache.jena.system.JenaSubsystemRegistry
-
Remove from the collection.
- remove(JenaSubsystemLifecycle) - Method in class org.apache.jena.system.JenaSubsystemRegistryBasic
-
- remove(Locator) - Method in class org.apache.jena.util.FileManager
-
Remove a locator
- remove(Object) - Method in class org.apache.jena.util.OneToManyMap
-
Remove all of the associations for the given key.
- remove(Object, Object) - Method in class org.apache.jena.util.OneToManyMap
-
Remove the specific association between the given key and value.
- removeAll - Static variable in class org.apache.jena.graph.GraphEvents
-
- removeAll() - Method in interface org.apache.jena.rdf.model.Model
-
Remove all the statements from this model.
- removeAll(Resource, Property, RDFNode) - Method in interface org.apache.jena.rdf.model.Model
-
Remove all the statements matching (s, p, o) from this model.
- removeAll() - Method in interface org.apache.jena.rdf.model.RDFList
-
- removeAll(Property) - Method in interface org.apache.jena.rdf.model.Resource
-
Delete all the statements with predicate p
for this resource
from its associated model.
- removeAllReifications(Statement) - Method in interface org.apache.jena.rdf.model.Model
-
Remove all reifications (ie implicit reification quads) of _s_.
- removeAllValuesFrom(Resource) - Method in interface org.apache.jena.ontology.AllValuesFromRestriction
-
Remove the statement that this restriction has all values from the given class among
the values for the restricted property.
- removeAltEntry(String) - Method in class org.apache.jena.util.LocationMapper
-
- removeAltPrefix(String) - Method in class org.apache.jena.util.LocationMapper
-
- removeBackwardCompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Remove the statement that this ontology is backwards compatible with
the ontology represented by the given resource.
- removeCacheModel(String) - Method in class org.apache.jena.util.FileManager
-
- removeCardinality(int) - Method in interface org.apache.jena.ontology.CardinalityRestriction
-
Remove the statement that this restriction has the given cardinality
for the restricted property.
- removeCardinalityQ(int) - Method in interface org.apache.jena.ontology.CardinalityQRestriction
-
Remove the statement that this restriction has the given cardinality
for the restricted property.
- removeComment(String, String) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that the given string is a comment on
this resource.
- removeComment(Literal) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that the given string is a comment on
this resource.
- removed(Object) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
Override this to track all the objects removed; each object will be a Statement, a
Statement [], a List (Statement), an Iterator (Statement), or a Model.
- removeDefinedBy(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that this resource is defined by the given resource.
- removeDifferentFrom(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that this resource is different the given resource.
- removeDisjointWith(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Remove the statement that this class and the given class are
disjoint.
- removeDistinctMember(Resource) - Method in interface org.apache.jena.ontology.AllDifferent
-
Remove the given resource from the list of distinct individuals.
- removeDomain(Resource) - Method in interface org.apache.jena.ontology.OntProperty
-
Remove the given class from the stated domain(s) of this property.
- removedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- removedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- removedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- removedStatement(Statement) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
Override this to listen to all incoming removed statements
- removedStatement(Statement) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a single statement has been removed from the attached model.
- removedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- removedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- removedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- removedStatements(Model) - Method in class org.apache.jena.rdf.listeners.ChangedListener
-
- removedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- removedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- removedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- removedStatements(Model) - Method in class org.apache.jena.rdf.listeners.NullListener
-
- removedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- removedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- removedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- removedStatements(Model) - Method in class org.apache.jena.rdf.listeners.ObjectListener
-
- removedStatements(Statement[]) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- removedStatements(List<Statement>) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- removedStatements(StmtIterator) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- removedStatements(Model) - Method in class org.apache.jena.rdf.listeners.StatementListener
-
- removedStatements(Statement[]) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when an array of statements has been removed from the
attached model.
- removedStatements(List<Statement>) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a list of statements has been deleted from the attached
model.
- removedStatements(StmtIterator) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a statement iterator has been used to remove
statements from the attached model.
- removedStatements(Model) - Method in interface org.apache.jena.rdf.model.ModelChangedListener
-
Method to call when a model has been used to remove statements from
our attached model.
- removeEquiv(List<T>, Property, Resource) - Static method in class org.apache.jena.util.ResourceUtils
-
Remove from the given list l of
Resources
, any Resource that is equivalent
to the reference resource
ref
under the relation
p
.
- removeEquivalentClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Remove the statement that this class and the given class are
equivalent.
- removeEquivalentProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Remove the statement that this property and the given property are
equivalent.
- removeGraph(Graph) - Method in class org.apache.jena.graph.compose.Polyadic
-
Remove the given graph from this composition.
- removeGraph(String) - Method in interface org.apache.jena.graph.GraphMaker
-
Remove the association between the name and the graph.
- removeHasClassQ(OntClass) - Method in interface org.apache.jena.ontology.QualifiedRestriction
-
Remove the statement that this restriction has the given class
as the class to which all values must belong.
- removeHasClassQ(DataRange) - Method in interface org.apache.jena.ontology.QualifiedRestriction
-
Remove the statement that this restriction has the given datarange
as the class to which all values must belong.
- removeHasValue(RDFNode) - Method in interface org.apache.jena.ontology.HasValueRestriction
-
Remove the statement that this restriction requires the restricted property to have
the given value.
- removeHead() - Method in interface org.apache.jena.rdf.model.RDFList
-
Remove the value from the head of the list.
- removeIgnoreImport(String) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Remove the given URI from the set of URI's we ignore in imports statements
- removeImport(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Remove the statement that this ontology imports the ontology represented by the given resource.
- removeIncompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Remove the statement that the given ontology is incompatible with this ontology.
- removeInverseProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Remove the statement that this property is the inverse of the given property.
- removeLabel(String, String) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that the given string is a label for
this resource.
- removeLabel(Literal) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that the given string is a label for
this resource.
- removeList() - Method in interface org.apache.jena.rdf.model.RDFList
-
Remove all of the components of this list from the model.
- removeLoadedImport(String) - Method in interface org.apache.jena.ontology.OntModel
-
Record that this model no longer imports the document with the given
URI.
- removeMaxCardinality(int) - Method in interface org.apache.jena.ontology.MaxCardinalityRestriction
-
Remove the statement that this restriction has the given maximum cardinality
for the restricted property.
- removeMaxCardinalityQ(int) - Method in interface org.apache.jena.ontology.MaxCardinalityQRestriction
-
Remove the statement that this restriction has the given maximum qualified cardinality
for the restricted property.
- removeMinCardinality(int) - Method in interface org.apache.jena.ontology.MinCardinalityRestriction
-
Remove the statement that this restriction has the given minimum cardinality
for the restricted property.
- removeMinCardinalityQ(int) - Method in interface org.apache.jena.ontology.MinCardinalityQRestriction
-
Remove the statement that this restriction has the given minimum qualified cardinality
for the restricted property.
- removeModel(String) - Method in interface org.apache.jena.rdf.model.ModelMaker
-
Remove the association between the name and the Model.
- removeNsPrefix(String) - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
- removeNsPrefix(String) - Method in interface org.apache.jena.shared.PrefixMapping
-
Remove any existing maplet with the given prefix name and answer this
mapping.
- removeOneOf(Literal) - Method in interface org.apache.jena.ontology.DataRange
-
Remove the statement that this enumeration includes lit
among its members.
- removeOneOf(Resource) - Method in interface org.apache.jena.ontology.EnumeratedClass
-
Remove the statement that this enumeration includes res
among its members.
- removeOnProperty(Property) - Method in interface org.apache.jena.ontology.Restriction
-
Remove the given property as the property that this restriction applies to.
- removeOntClass(Resource) - Method in interface org.apache.jena.ontology.Individual
-
Attempt to remove this individual
as a member of the
given ontology class.
- removeOperand(Resource) - Method in interface org.apache.jena.ontology.BooleanClassDescription
-
Remove the given resource from the operands of this class expression.
- removePrefix(String) - Static method in class org.apache.jena.util.PrintUtil
-
Remove a registered prefix from the table of known short forms
- removePrefixMap(Map<String, String>) - Static method in class org.apache.jena.util.PrintUtil
-
Remove a set of prefix mappings from the table of known short forms
- removePreprocessingHook(RulePreprocessHook) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Remove a preprocessing hook.
- removePriorVersion(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Remove the statement that the given ontology is a prior version of this ontology.
- removeProperties() - Method in interface org.apache.jena.rdf.model.Resource
-
Delete all the properties for this resource from the associated model.
- removeProperty(Property, RDFNode) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the specific property-value pair from this resource.
- removeRange(Resource) - Method in interface org.apache.jena.ontology.OntProperty
-
Remove the given class from the stated range(s) of this property.
- removeRDFType(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that this resource is of the given RDF type.
- removeReader(String) - Method in interface org.apache.jena.rdf.model.RDFReaderF
-
Deprecated.
- removeReification(ReifiedStatement) - Method in interface org.apache.jena.rdf.model.Model
-
Remove a particular reificiation.
- removeReification() - Method in interface org.apache.jena.rdf.model.Statement
-
Finds all possible resources which are
the reification of this statement, and for each
removes all four triples of the reification quad.
- removeRelation(Triple) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Remove an instance of a relation from the cache.
- removeSameAs(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that this resource is the same as the given resource.
- removeSeeAlso(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement indicating the given resource as a source of additional information
about this resource.
- removeSomeValuesFrom(Resource) - Method in interface org.apache.jena.ontology.SomeValuesFromRestriction
-
Remove the statement that this restriction has some values from the given class among
the values for the restricted property.
- removeSubClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Remove the given class from the sub-classes of this class.
- removeSubModel(Model) - Method in interface org.apache.jena.ontology.OntModel
-
Remove the given model as one of the sub-models of the enclosed ontology union model.
- removeSubModel(Model, boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Remove the given model as one of the sub-models of the enclosed ontology union model.
- removeSubProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Remove the given property from the sub-properties of this property.
- removeSuperClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Remove the given class from the super-classes of this class.
- removeSuperProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Remove the given property from the super-properties of this property.
- removeVersionInfo(String) - Method in interface org.apache.jena.ontology.OntResource
-
Remove the statement that the given string provides version information about
this resource.
- removeWriter(String) - Method in interface org.apache.jena.rdf.model.RDFWriterF
-
Deprecated.
- renameResource(Resource, String) - Static method in class org.apache.jena.util.ResourceUtils
-
Answer a new resource that occupies the same position in the graph as the current
resource old
, but that has the given URI.
- replace(int, RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList
-
Replace the value at the i'th position in the list with the given value.
- replaces - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource that is supplanted, displaced, or superseded by the described
resource.
- Report(boolean, String, String) - Constructor for class org.apache.jena.reasoner.ValidityReport.Report
-
Constructor.
- Report(boolean, String, String, Object) - Constructor for class org.apache.jena.reasoner.ValidityReport.Report
-
Constructor
- requires - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource that is required by the described resource to support its
function, delivery, or coherence.
- reset() - Static method in class org.apache.jena.datatypes.TypeMapper
-
- reset(boolean) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Reset all state in this document manager back to the default
values it would have had when the object was created.
- reset() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Reset all state in this document manager back to the default
values it would have had when the object was created.
- reset() - Method in interface org.apache.jena.rdf.model.InfModel
-
Reset any internal caches.
- reset() - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Reset any internal caches.
- reset() - Method in interface org.apache.jena.reasoner.InfGraph
-
Reset any internal caches.
- reset() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Flush out all cached results.
- reset() - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Flush out all cached results.
- resetCache() - Method in class org.apache.jena.util.FileManager
-
Reset the model cache
- resetLPProfile(boolean) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Reset the LP engine profile.
- resetRDFReaderF() - Method in interface org.apache.jena.rdf.model.RDFReaderF
-
Deprecated.
- resetRDFWriterF() - Method in interface org.apache.jena.rdf.model.RDFWriterF
-
Deprecated.
- ResIterator - Interface in org.apache.jena.rdf.model
-
An iterator which returns RDF Resources.
- Resource - Interface in org.apache.jena.rdf.model
-
An RDF Resource.
- Resource - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- Resource - Static variable in class org.apache.jena.vocabulary.RDFS
-
- resourceAttr - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- ResourceF - Interface in org.apache.jena.rdf.model
-
Deprecated.
- ResourceFactory - Class in org.apache.jena.rdf.model
-
A Factory class for creating resources.
- ResourceFactory.Interface - Interface in org.apache.jena.rdf.model
-
the interface to resource factory objects.
- resourcePropertyElt - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- ResourceRequiredException - Exception in org.apache.jena.rdf.model
-
Exception to throw when an RDFNode required to be a Resource isn't, or when a Node
supposed to be a resource isn't.
- ResourceRequiredException(RDFNode) - Constructor for exception org.apache.jena.rdf.model.ResourceRequiredException
-
- ResourceRequiredException(Node) - Constructor for exception org.apache.jena.rdf.model.ResourceRequiredException
-
- ResourceUtils - Class in org.apache.jena.util
-
General utility methods that operate on RDF resources, but which are not specific
to a given model.
- ResourceUtils() - Constructor for class org.apache.jena.util.ResourceUtils
-
- REST() - Method in interface org.apache.jena.ontology.Profile
-
The property that denotes the tail of a list
- rest - Static variable in class org.apache.jena.vocabulary.RDF.Nodes
-
- rest - Static variable in class org.apache.jena.vocabulary.RDF
-
- RESTRICTION() - Method in interface org.apache.jena.ontology.Profile
-
Answer the resource that represents the a class formed by placing
constraints (restrictions) on the values of a property.
- Restriction - Interface in org.apache.jena.ontology
-
Interface that encapsulates a class description formed by restricting one or
more properties to have constrained values and/or cardinalities.
- Restriction - Static variable in class org.apache.jena.vocabulary.OWL
-
- Restriction - Static variable in class org.apache.jena.vocabulary.OWL2
-
- restrictionDeclaration - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a resource being a Restriction
- result - Static variable in class org.apache.jena.vocabulary.TestManifest
-
The test statusThe expected outcome
- RETERuleInfGraph - Class in org.apache.jena.reasoner.rulesys
-
RETE implementation of the forward rule infernce graph.
- RETERuleInfGraph(Reasoner, Graph) - Constructor for class org.apache.jena.reasoner.rulesys.RETERuleInfGraph
-
Constructor.
- RETERuleInfGraph(Reasoner, List<Rule>, Graph) - Constructor for class org.apache.jena.reasoner.rulesys.RETERuleInfGraph
-
Constructor.
- RETERuleInfGraph(Reasoner, List<Rule>, Graph, Graph) - Constructor for class org.apache.jena.reasoner.rulesys.RETERuleInfGraph
-
Constructor.
- REUSE - Static variable in class org.apache.jena.assembler.Mode
-
Mode that requires that objects should already exist; new objects cannot
be created.
- REV - Static variable in class org.apache.jena.vocabulary.VCARD
-
- rights - Static variable in class org.apache.jena.vocabulary.DC_10
-
- rights - Static variable in class org.apache.jena.vocabulary.DC_11
-
Information about rights held in and over the resource.
- rights - Static variable in class org.apache.jena.vocabulary.DCTerms
-
Information about rights held in and over the resource.
- rightsHolder - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A person or organization owning or managing rights over the resource.
- RightsStatement - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A statement about the intellectual property rights (IPR) held in or over a
Resource, a legal document giving official permission to do something with
a resource, or a statement about access rights.
- ROLE - Static variable in class org.apache.jena.vocabulary.VCARD
-
- rootModel - Static variable in class org.apache.jena.assembler.JA
-
- rset - Class in jena
-
- rset() - Constructor for class jena.rset
-
- RSIterator - Interface in org.apache.jena.rdf.model
-
An RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's
and which has a next-method with that return type.
- RSS - Class in org.apache.jena.vocabulary
-
The standard RSS vocavulary.
- RSS() - Constructor for class org.apache.jena.vocabulary.RSS
-
- rule - Static variable in class org.apache.jena.assembler.JA
-
- Rule - Class in org.apache.jena.reasoner.rulesys
-
Representation of a generic inference rule.
- Rule(List<ClauseEntry>, List<ClauseEntry>) - Constructor for class org.apache.jena.reasoner.rulesys.Rule
-
Constructor
- Rule(String, List<ClauseEntry>, List<ClauseEntry>) - Constructor for class org.apache.jena.reasoner.rulesys.Rule
-
Constructor
- Rule(String, ClauseEntry[], ClauseEntry[]) - Constructor for class org.apache.jena.reasoner.rulesys.Rule
-
Constructor
- Rule.Parser - Class in org.apache.jena.reasoner.rulesys
-
Inner class which provides minimalist parsing support based on
tokenisation with depth 1 lookahead.
- Rule.ParserException - Exception in org.apache.jena.reasoner.rulesys
-
Inner class.
- RULE_FILE - Static variable in class org.apache.jena.reasoner.rulesys.RDFSFBRuleReasoner
-
The location of the OWL rule definitions on the class path
- RULE_FILE - Static variable in class org.apache.jena.reasoner.rulesys.RDFSForwardRuleReasoner
-
The location of the OWL rule definitions on the class path
- RuleContext - Interface in org.apache.jena.reasoner.rulesys
-
Interface used to convey context information from a rule engine
to the stack of procedural builtins.
- RuleDerivation - Class in org.apache.jena.reasoner.rulesys
-
Derivation records are used to determine how an inferred triple
was derived from a set of source triples and a reasoner.
- RuleDerivation(Rule, Triple, List<Triple>, InfGraph) - Constructor for class org.apache.jena.reasoner.rulesys.RuleDerivation
-
Constructor
- RuleMap - Class in jena
-
General command line utility to process one RDF file into another
by application of a set of forward chaining rules.
- RuleMap() - Constructor for class jena.RuleMap
-
- RulePreprocessHook - Interface in org.apache.jena.reasoner.rulesys
-
Implementors of this interface can be used as proprocessing passes
during intialization of (hybrid) rule systems.
- RuleReasoner - Interface in org.apache.jena.reasoner.rulesys
-
RuleReasoner - an interface to capture the idea of a Reasoner that relies on
Rules; motivated primarily by the testing for ModelSpecs which specify
Rules for Reasoners.
- RuleReasonerFactory - Interface in org.apache.jena.reasoner.rulesys
-
RuleReasonerFactory - a ReasonerFactory interface which allows rules
to be set up to be installed into each reasoner this factory produces.
- rules - Static variable in class org.apache.jena.assembler.JA
-
- ruleSet - Static variable in interface org.apache.jena.assembler.Assembler
-
- ruleSet() - Static method in class org.apache.jena.assembler.ConstAssembler
-
- RuleSet - Static variable in class org.apache.jena.assembler.JA
-
- RuleSet - Class in org.apache.jena.assembler
-
A RuleSet wraps a list of rules.
- ruleSet - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Property of a GRR config with object a node with rule set properties.
- RulesetNotFoundException - Exception in org.apache.jena.shared
-
RulesetNotFoundException - exception to throw when a Ruleset is not found
(eg when handing reasoner specifications)
- RulesetNotFoundException(String) - Constructor for exception org.apache.jena.shared.RulesetNotFoundException
-
- ruleSetURL - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Property of a GRR config with object a resource who's URI is the URL
of a Jena rules text.
- rulesFrom - Static variable in class org.apache.jena.assembler.JA
-
- rulesFromURL(String) - Static method in class org.apache.jena.reasoner.rulesys.Rule
-
Answer the list of rules parsed from the given URL.
- rulesParserFromReader(BufferedReader) - Static method in class org.apache.jena.reasoner.rulesys.Rule
-
Processes the source reader stripping off comment lines and noting prefix
definitions (@prefix) and rule inclusion commands (@include).
- RuleStore(List<Rule>, Object, List<Rule>) - Constructor for class org.apache.jena.reasoner.rulesys.FBRuleInfGraph.RuleStore
-
Constructor.
- run(FBRuleInfGraph, Finder, Graph) - Method in interface org.apache.jena.reasoner.rulesys.RulePreprocessHook
-
Invoke the preprocessing hook.
- runNotUnder(String) - Static method in class org.apache.jena.JenaRuntime
-
- runUnder(String) - Static method in class org.apache.jena.JenaRuntime
-
- safeEvalAsBodyClause(RuleContext) - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Execute the given built in as a body clause, only if it is side-effect-free.
- same(GraphEvents) - Method in class org.apache.jena.graph.GraphEvents
-
- SAME_AS() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one resource represents the same
ontology object as another.
- SAME_INDIVIDUAL_AS() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one resource represents the same
individual as another.
- sameAs(Node, Node, Node) - Method in class org.apache.jena.graph.Triple
-
Answer true iff this triple has subject s, predicate p, and object o.
- sameAs(Object) - Method in interface org.apache.jena.reasoner.rulesys.ClauseEntry
-
Compare clause entries, taking into account variable indices.
- sameAs(Object) - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Compare Functors, taking into account variable indices.
- sameAs(Object) - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Compare clause entries, taking into account variable indices.
- sameAs(Object) - Method in class org.apache.jena.reasoner.TriplePattern
-
Compare triple patterns, taking into account variable indices.
- sameAs - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing a declaration that one resource is the same as another.
- sameAs - Static variable in class org.apache.jena.vocabulary.OWL
-
- sameAs - Static variable in class org.apache.jena.vocabulary.OWL2
-
- sameIndividualAs - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of one ontology individual being the same
as another
- sameListAs(RDFList) - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer true if this list has the same elements in the same order as the
given list.
- sameNodeAs(Node, Node) - Static method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Compare two nodes, taking into account variable indices.
- samePrefixMappingAs(PrefixMapping) - Method in interface org.apache.jena.shared.PrefixMapping
-
Answer true iff this prefix-mappings are equal, that is, map the same
prefixes to the same URIs; same as
this.getNsPrefixMap().equals( other.getNsPrefixMap() )
except that it may avoid unnecessary Map creations.
- sameValueAs(Object) - Method in class org.apache.jena.graph.Node
-
Test that two nodes are semantically equivalent.
- sameValueAs(Object) - Method in class org.apache.jena.graph.Node_Literal
-
Test that two nodes are semantically equivalent.
- sameValueAs(Literal) - Method in interface org.apache.jena.rdf.model.Literal
-
Test that two literals are semantically equivalent.
- sameValueAs(Object) - Method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Test that two nodes are semantically equivalent.
- SAX2Model - Class in org.apache.jena.rdfxml.xmlinput
-
Use arbitrary SAX input to Jena.
- SAX2RDF - Class in org.apache.jena.rdfxml.xmlinput
-
Allows connecting an arbitrary source of SAX events with ARP.
- schemagen - Class in jena
-
A vocabulary generator, that will consume an ontology or other vocabulary file,
and generate a Java file with the constants from the vocabulary compiled in.
- schemagen() - Constructor for class jena.schemagen
-
- schemagen.OptionDefinition - Class in jena
-
An option that can be set either on the command line or in the RDF config
- schemagen.SchemagenException - Exception in jena
-
Schemagen runtime exception
- schemagen.SchemagenOptions - Interface in jena
-
- schemagen.SchemagenOptions.OPT - Enum in jena
-
- schemagen.SchemagenOptionsImpl - Class in jena
-
- schemagen.SchemagenUtils - Class in jena
-
Utility method container
- SchemagenException(String, Throwable) - Constructor for exception jena.schemagen.SchemagenException
-
- SchemagenOptionsImpl(String[]) - Constructor for class jena.schemagen.SchemagenOptionsImpl
-
- SchemagenUtils() - Constructor for class jena.schemagen.SchemagenUtils
-
- schemaURL - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Property of a reasoner that specifies the URL of a schema to load.
- scopeNote - Static variable in class org.apache.jena.vocabulary.SKOS
-
- sectionListExpand - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- sectionReification - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- SEE_ALSO() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes seeAlso
annotation on an ontology element
- seeAlso - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- seeAlso - Static variable in class org.apache.jena.vocabulary.RDFS
-
- Selector - Interface in org.apache.jena.rdf.model
-
A Statement selector.
- selects(Statement) - Method in class org.apache.jena.rdf.model.SimpleSelector
-
This method is designed to be over ridden by subclasses to define application
specific constraints on the statements selected.
- semanticRelation - Static variable in class org.apache.jena.vocabulary.SKOS
-
- Seq - Interface in org.apache.jena.rdf.model
-
RDF Sequence container.
- Seq - Static variable in class org.apache.jena.vocabulary.RDF.Nodes
-
- Seq - Static variable in class org.apache.jena.vocabulary.RDF
-
- SeqIndexBoundsException - Exception in org.apache.jena.rdf.model
-
Exception to throw when the index of a sequence is not in range.
- SeqIndexBoundsException(int, int) - Constructor for exception org.apache.jena.rdf.model.SeqIndexBoundsException
-
- Service - Static variable in class org.apache.jena.vocabulary.DCTypes
-
A system that provides one or more functions.
- set(int, RDFNode) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, boolean) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, long) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, char) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, float) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, double) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, String) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, String, String) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- set(int, Object) - Method in interface org.apache.jena.rdf.model.Seq
-
Set the value at a given index in the sequence.
- setAllValuesFrom(Resource) - Method in interface org.apache.jena.ontology.AllValuesFromRestriction
-
Assert that this restriction restricts the property to have all values
be members of the given class.
- setAncestor(OntTools.DisjointSet) - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- setBackward(boolean) - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Set the rule to be run backwards.
- setBackwardCompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Assert that this ontology is backward compatible with the given ontology.
- setBaseGraph(Graph) - Method in class org.apache.jena.graph.compose.Polyadic
-
Set the designated updateable graph for this composition.
- setBaseModelMaker(ModelMaker) - Method in class org.apache.jena.ontology.OntModelSpec
-
Set the model maker used for base models.
- setBlack() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- setCacheModels(boolean) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Set the policy flag that indicates whether loaded models are cached by URI
- setCaching(boolean, boolean) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
Set the closure caching flags.
- setCaching(boolean) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
-
Enable/disabling caching of the Triples representing the relationships.
- setCardinality(int) - Method in interface org.apache.jena.ontology.CardinalityRestriction
-
Assert that this restriction restricts the property to have the given
cardinality.
- setCardinalityQ(int) - Method in interface org.apache.jena.ontology.CardinalityQRestriction
-
Assert that this restriction restricts the property to have the given
cardinality.
- setComment(String, String) - Method in interface org.apache.jena.ontology.OntResource
-
Assert that the given string is the comment on this resource.
- setDatatypeRangeValidation(boolean) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Switch on/off datatype range validation
- setDefault(RDFNode) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(boolean) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(long) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(char) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(float) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(double) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(String) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(String, String) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefault(Object) - Method in interface org.apache.jena.rdf.model.Alt
-
Set the default value of this container.
- setDefaultErrorMode() - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Resets error mode to the default values:
many errors are reported as warnings, and resulting triples are produced.
- setDefaultModelPrefixes(PrefixMapping) - Static method in class org.apache.jena.rdf.model.ModelFactory
-
Each Model created by ModelFactory has a default set of prefix mappings.
- setDerivationLogging(boolean) - Method in interface org.apache.jena.rdf.model.InfModel
-
Switch on/off drivation logging.
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.BaseInfGraph
-
Switch on/off drivation logging
- setDerivationLogging(boolean) - Method in interface org.apache.jena.reasoner.InfGraph
-
Switch on/off drivation logging
- setDerivationLogging(boolean) - Method in interface org.apache.jena.reasoner.Reasoner
-
Switch on/off drivation logging.
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Set to true to enable derivation caching
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Switch on/off drivation logging.
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Set to true to enable derivation caching
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Switch on/off drivation logging.
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Set to true to enable derivation caching
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Switch on/off drivation logging.
- setDerivationLogging(boolean) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Switch on/off drivation logging.
- setDifferentFrom(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Assert that the given resource and this resource are distinct.
- setDisjointWith(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Assert that this class is disjoint with the given class.
- setDistinctMembers(RDFList) - Method in interface org.apache.jena.ontology.AllDifferent
-
Assert that the list of distinct individuals in this AllDifferent declaration
is the given list.
- setDocumentManager(OntDocumentManager) - Method in class org.apache.jena.ontology.OntModelSpec
-
Set the document manager in this specification
- setDomain(Resource) - Method in interface org.apache.jena.ontology.OntProperty
-
Assert that the given resource represents the class of individuals that form the
domain of this property.
- setDynamicImports(boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Set the flag that controls whether adding or removing imports
statements into the
model will result in the imports closure changing dynamically.
- setEmbedding(boolean) - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Sets whether the XML document is only RDF, or contains RDF embedded in other XML.
- setEquivalentClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Assert that the given class is equivalent to this class.
- setEquivalentProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Assert that the given property is equivalent to this property.
- setErrorHandler(RDFErrorHandler) - Method in interface org.apache.jena.rdf.model.RDFReader
-
Set an error handler for the reader
- setErrorHandler(RDFErrorHandler) - Method in interface org.apache.jena.rdf.model.RDFWriter
-
Set an error handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Sets the error handler, for both XML and RDF parse errors.
- setErrorHandler(RDFErrorHandler) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
Change the error handler.
- setErrorHandler(RDFErrorHandler) - Method in class org.apache.jena.rdfxml.xmlinput.SAX2Model
-
Change the error handler.
- setErrorMode(int, int) - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Sets or gets the error handling mode for a specific error condition.
- setExtendedHandler(ExtendedHandler) - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Sets the ExtendedHandler that provides the callback mechanism for bnodes
as they leave scope, and for the start and end of rdf:RDF elements.
- setFeature(String) - Static method in class org.apache.jena.JenaRuntime
-
- setFileManager() - Method in class org.apache.jena.ontology.OntDocumentManager
-
Set the file manager used by this ODM instance to a
copy of the global file manager (and, by extension, the
global location mapper).
- setFileManager(FileManager) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Set the file manager used by this ODM instance to a
copy of the global file manager (and, by extension, the
global location mapper).
- setFunctorFiltering(boolean) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Set to true to cause functor-valued literals to be dropped from rule output.
- setFunctorFiltering(boolean) - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Set to true to cause functor-valued literals to be dropped from rule output.
- setFunctorFiltering(boolean) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Set to true to cause functor-valued literals to be dropped from rule output.
- setGlobalFileManager(FileManager) - Static method in class org.apache.jena.util.FileManager
-
Set the global file manager (as returned by get())
If called before any call to get(), then the usual default filemanager is not created
- setGlobalLocationMapper(LocationMapper) - Static method in class org.apache.jena.util.LocationMapper
-
Set the global lcoation mapper.
- setHandlersWith(ARPHandlers) - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
Copies the handlers from the argument
to be used by this instance.
- setHandlersWith(ARPHandlers) - Method in interface org.apache.jena.rdfxml.xmlinput.ARPConfig
-
Copies the handlers from the argument
to be used by this instance.
- setHandlersWith(ARPHandlers) - Method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
Copys handlers used for processing ARP events.
- setHasClassQ(OntClass) - Method in interface org.apache.jena.ontology.QualifiedRestriction
-
Assert that this qualified restriction restricts the property to have a given
cardinality and to have values belonging to the class denoted by hasClassQ
.
- setHasValue(RDFNode) - Method in interface org.apache.jena.ontology.HasValueRestriction
-
Assert that this restriction restricts the property to have the given
value.
- setHead(RDFNode) - Method in interface org.apache.jena.rdf.model.RDFList
-
Update the head of the list to have the given value, and return the
previous value.
- setImplementor(Builtin) - Method in class org.apache.jena.reasoner.rulesys.Functor
-
Set the Builtin that implements this functor.
- setImport(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Assert that this ontology imports only the given ontology.
- setImportModelGetter(ModelGetter) - Method in class org.apache.jena.ontology.OntModelSpec
-
- setImportModelMaker(ModelMaker) - Method in class org.apache.jena.ontology.OntModelSpec
-
Set the model maker that will be used when the ontology model needs to create
an additional container for an imported ontology
- setIncompatibleWith(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Assert that this ontology is incompatible with the given ontology.
- setIndex(int) - Method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Changes the variable's index.
- setInstance(TypeMapper) - Static method in class org.apache.jena.datatypes.TypeMapper
-
- setInstance(ResourceFactory.Interface) - Static method in class org.apache.jena.rdf.model.ResourceFactory
-
set the current factory object.
- setInverseOf(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Assert that this property is the inverse of the given property.
- setIRIFactory(IRIFactory) - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Set the IRI factory (and hence the IRI checking rules)
- setIRIFactoryGlobal(IRIFactory) - Static method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
Set the system-wide default IRI factory, which incorporates the checking rules.
- setIsDefinedBy(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Assert that the given resource provides a source of definitions about this resource.
- setLabel(String, String) - Method in interface org.apache.jena.ontology.OntResource
-
Assert that the given string is the value of the label for this resource.
- setLanguage(String) - Method in class org.apache.jena.ontology.OntModelSpec
-
Set the URI of the ontology to use for models that conform to
this specification.
- setLaxErrorMode() - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
As many errors as possible are ignored.
- setLCA(Resource, Resource, Resource) - Method in class org.apache.jena.ontology.OntTools.LCAIndex
-
- setLocationMapper(LocationMapper) - Method in class org.apache.jena.util.FileManager
-
Set the location mapping
- setMaxCardinality(int) - Method in interface org.apache.jena.ontology.MaxCardinalityRestriction
-
Assert that this restriction restricts the property to have the given
maximum cardinality.
- setMaxCardinalityQ(int) - Method in interface org.apache.jena.ontology.MaxCardinalityQRestriction
-
Assert that this restriction restricts the property to have the given
maximum cardinality.
- setMetadataSearchPath(String, boolean) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Change the search path for loading ontology metadata to the given path.
- setMinCardinality(int) - Method in interface org.apache.jena.ontology.MinCardinalityRestriction
-
Assert that this restriction restricts the property to have the given
minimum cardinality.
- setMinCardinalityQ(int) - Method in interface org.apache.jena.ontology.MinCardinalityQRestriction
-
Assert that this restriction restricts the property to have the given
minimum cardinality.
- setMode(GenericRuleReasoner.RuleMode) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Set the direction of rule inference desired.
- setModelCaching(boolean) - Method in class org.apache.jena.util.FileManager
-
Change the state of model cache : does not clear the cache
- setNamespaceHandler(NamespaceHandler) - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Sets the NamespaceHandler that provides the callback mechanism for XML
namespace declarations.
- setNodeCache(Cache<Node, RDFNode>) - Method in class org.apache.jena.enhanced.EnhGraph
-
Set the cache controller object for this graph
- setNsPrefix(String, String) - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
- setNsPrefix(String, String) - Method in interface org.apache.jena.shared.PrefixMapping
-
Specify the prefix name for a URI prefix string.
- setNsPrefixes(PrefixMapping) - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
Add the bindings of other to our own.
- setNsPrefixes(Map<String, String>) - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
Add the bindings in the map to our own.
- setNsPrefixes(PrefixMapping) - Method in interface org.apache.jena.shared.PrefixMapping
-
Copies the prefixes from other into this.
- setNsPrefixes(Map<String, String>) - Method in interface org.apache.jena.shared.PrefixMapping
-
Copies the prefix mapping from other into this.
- setNumVars(int) - Method in class org.apache.jena.reasoner.rulesys.Rule
-
Set the number of distinct variables for this rule.
- setOneOf(RDFList) - Method in interface org.apache.jena.ontology.DataRange
-
Assert that this data range is exactly the enumeration of the given individuals.
- setOneOf(RDFList) - Method in interface org.apache.jena.ontology.EnumeratedClass
-
Assert that this class is exactly the enumeration of the given individuals.
- setOnProperty(Property) - Method in interface org.apache.jena.ontology.Restriction
-
Assert that the property that this restriction applies to is the given property.
- setOntClass(Resource) - Method in interface org.apache.jena.ontology.Individual
-
Set the ontology class for this individual, replacing any
existing class membership.
- setOperand(Resource) - Method in interface org.apache.jena.ontology.ComplementClass
-
Set the class that the class represented by this class expression is
a complement of.
- setOperands(RDFList) - Method in interface org.apache.jena.ontology.BooleanClassDescription
-
Assert that the operands for this boolean class expression are the classes
in the given list.
- setOptionsWith(ARPOptions) - Method in class org.apache.jena.rdfxml.xmlinput.ARP
-
Copies the options from the argument
to be used by this instance.
- setOptionsWith(ARPOptions) - Method in interface org.apache.jena.rdfxml.xmlinput.ARPConfig
-
Copies the options from the argument
to be used by this instance.
- setOptionsWith(ARPOptions) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
- setOptionsWith(ARPOptions) - Method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
- setOWLTranslation(boolean) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Set to true to enable translation of selected parts of an OWL schema
to additional rules.
- setParameter(Property, Object) - Method in interface org.apache.jena.reasoner.Reasoner
-
Set a configuration parameter for the reasoner.
- setParameter(Property, Object) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Set a configuration paramter for the reasoner.
- setParameter(Property, Object) - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Set a configuration parameter for the reasoner.
- setParameter(Property, Object) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Set a configuration paramter for the reasoner.
- setParameter(Property, Object) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Set a configuration paramter for the reasoner.
- setParent(OntTools.DisjointSet) - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- setPriorVersion(Resource) - Method in interface org.apache.jena.ontology.Ontology
-
Assert that this ontology is a new version of the given ontology.
- setProcessImports(boolean) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Set the policy flag for processing imports of loaded ontologies.
- setProperty(String, Object) - Method in interface org.apache.jena.rdf.model.RDFReader
-
Set the value of a reader property.
- setProperty(String, Object) - Method in interface org.apache.jena.rdf.model.RDFWriter
-
Set a property to control the behaviour of this writer.
- setProperty(String, Object) - Method in class org.apache.jena.rdfxml.xmlinput.JenaReader
-
Change a property of the RDF or XML parser.
- setProperty(String, Object) - Method in class org.apache.jena.rdfxml.xmlinput.SAX2Model
-
Change a property of the RDF or XML parser.
- setProperty(String, Object) - Method in interface org.apache.jena.rdfxml.xmloutput.RDFXMLWriterI
-
Sets properties on this writer.
- setPropertyValue(Property, RDFNode) - Method in interface org.apache.jena.ontology.OntResource
-
Set the value of the given property of this ontology resource to the given
value, encoded as an RDFNode.
- setRange(Resource) - Method in interface org.apache.jena.ontology.OntProperty
-
Assert that the given resource represents the class of individuals that form the
range of this property.
- setRDFType(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Set the RDF type (i.e.
- setReaderClassName(String, String) - Method in interface org.apache.jena.rdf.model.RDFReaderF
-
Deprecated.
- setReadFailureHandler(OntDocumentManager.ReadFailureHandler) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Set the handler for read failures, overwriting any existing value.
- setReadHook(OntDocumentManager.ReadHook) - Method in class org.apache.jena.ontology.OntDocumentManager
-
Replace the existing ReadHook with the given value.
- setReasoner(Reasoner) - Method in class org.apache.jena.ontology.OntModelSpec
-
Set the reasoner that will be used by ontology models that conform
to this specification to compute entailments.
- setReasonerFactory(ReasonerFactory) - Method in class org.apache.jena.ontology.OntModelSpec
-
Set the factory object that will be used to generate the reasoner object
for this model specification.
- setRule(Rule) - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Sets the rule.
- setRules(List<Rule>) - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Set (or change) the rule set that this reasoner should execute.
- setRules(List<Rule>) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Set (or change) the rule set that this reasoner should execute.
- setRules(List<Rule>) - Method in interface org.apache.jena.reasoner.rulesys.RuleReasoner
-
Set the rules used by this reasoner.
- setRuleStore(Object) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Attach a compiled rule set to this inference graph.
- setSameAs(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Assert equivalence between the given resource and this resource.
- setSeeAlso(Resource) - Method in interface org.apache.jena.ontology.OntResource
-
Assert that the given resource provides additional information about the definition of this resource
- setSomeValuesFrom(Resource) - Method in interface org.apache.jena.ontology.SomeValuesFromRestriction
-
Assert that this restriction restricts the property to have at least one value
that is a member of the given class.
- setStatementHandler(StatementHandler) - Method in class org.apache.jena.rdfxml.xmlinput.ARPHandlers
-
Sets the StatementHandler that provides the callback mechanism for each
triple in the file.
- setStdLocators(FileManager) - Static method in class org.apache.jena.util.FileManager
-
Force a file handler to have the default configuration.
- setStrict(boolean) - Method in interface org.apache.jena.rdf.model.RDFList
-
Set a flag to indicate whether to strictly check the well-formedness of
lists at each operation.
- setStrictErrorMode() - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
This sets strict conformance to the W3C Recommendations.
- setStrictErrorMode(int) - Method in class org.apache.jena.rdfxml.xmlinput.ARPOptions
-
This method detects and prohibits errors according to
the W3C Recommendations.
- setStrictMode(boolean) - Method in interface org.apache.jena.ontology.OntModel
-
Set the checking mode to strict or non-strict.
- setSubClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Assert that this class is super-class of the given class.
- setSubProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Assert that this property is super-property of the given property.
- setSubsystemRegistry(JenaSubsystemRegistry) - Static method in class org.apache.jena.system.JenaSystem
-
- setSuperClass(Resource) - Method in interface org.apache.jena.ontology.OntClass
-
Assert that this class is sub-class of the given class.
- setSuperProperty(Property) - Method in interface org.apache.jena.ontology.OntProperty
-
Assert that this property is sub-property of the given property.
- setTabled(Node) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Set a predicate to be tabled/memoized by the LP engine.
- setTabled(Node) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Set a predicate to be tabled/memoized by the LP engine.
- setTail(RDFList) - Method in interface org.apache.jena.rdf.model.RDFList
-
Update the list cell at the front of the list to have the given list as
tail.
- setTraceOn(boolean) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Set the state of the trace flag.
- setTraceOn(boolean) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Set the state of the trace flag.
- setTraceOn(boolean) - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Set the state of the trace flag.
- setTraceOn(boolean) - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Set the state of the trace flag.
- setTraceOn(boolean) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Set the state of the trace flag.
- setTraceOn(boolean) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Set the state of the trace flag.
- setTransitiveClosureCaching(boolean) - Method in class org.apache.jena.reasoner.rulesys.GenericRuleReasoner
-
Set to true to enable caching of subclass/subproperty lattices in a
specialized cache rather than using the rule systems.
- setUsed() - Method in class org.apache.jena.ontology.OntTools.DisjointSet
-
- setUserData(Object) - Method in interface org.apache.jena.rdfxml.xmlinput.AResource
-
The user data allows the RDF application to store one Object with each blank node during parsing.
- setUseTGCCache() - Method in class org.apache.jena.reasoner.rulesys.FBRuleInfGraph
-
Instantiate the optional caches for the subclass/suproperty lattices.
- setValue(To) - Method in class org.apache.jena.util.OneToManyMap.Entry
-
Set the value, which writes through to the map.
- setVersionInfo(String) - Method in interface org.apache.jena.ontology.OntResource
-
Assert that the given string is the value of the version info for this resource.
- setWriterClassName(String, String) - Method in interface org.apache.jena.rdf.model.RDFWriterF
-
Deprecated.
- shortForm(String) - Method in class org.apache.jena.graph.compose.PolyadicPrefixMappingImpl
-
Compress the URI using the prefix mapping.
- shortForm(String) - Method in interface org.apache.jena.shared.PrefixMapping
-
Compress the URI using the prefix mappings if possible.
- shouldLogDerivations() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return true if derivation logging is enabled.
- shouldLogDerivations() - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Return true if derivation logging is enabled.
- shouldTrace() - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Return true if tracing should be acted on - i.e.
- shouldTrace() - Method in interface org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
-
Return true if tracing should be acted on - i.e.
- shutdown() - Static method in class org.apache.jena.system.JenaSystem
-
Shutdown subsystems
- silentAdd(Triple) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleInfGraph
-
Assert a new triple in the deduction graph, bypassing any processing machinery.
- silentAdd(Triple) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleInfGraph
-
Assert a new triple in the deduction graph, bypassing any processing machinery.
- silentAdd(Triple) - Method in interface org.apache.jena.reasoner.rulesys.RuleContext
-
Assert a new triple in the deduction graph, bypassing any processing machinery.
- silentAdd(Triple) - Method in interface org.apache.jena.reasoner.rulesys.SilentAddI
-
Assert a new triple in the deduction graph, bypassing any processing machinery.
- SilentAddI - Interface in org.apache.jena.reasoner.rulesys
-
Interface supported by each of the rule system interpreters that
allow triples to added directly to the deductions cache, by-passing
any processing machinery.
- SIMPLE_RULES - Static variable in class org.apache.jena.reasoner.rulesys.RDFSRuleReasoner
-
Constant: used to indicate minimal RDFS processing level
- simpleBind(Node) - Method in class org.apache.jena.reasoner.rulesys.Node_RuleVariable
-
Binds a value to the brule version of the variable.
- simplePrintString(Triple) - Static method in class org.apache.jena.reasoner.TriplePattern
-
Simplified printable name for a triple
- simplePrintString(Node) - Static method in class org.apache.jena.reasoner.TriplePattern
-
Simplified printable name for a node
- SimpleSelector - Class in org.apache.jena.rdf.model
-
A general selector class for use when querying models.
- SimpleSelector() - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, RDFNode) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, boolean) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, long) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, char) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, float) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, double) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, String) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, String, String) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- SimpleSelector(Resource, Property, Object) - Constructor for class org.apache.jena.rdf.model.SimpleSelector
-
Create a selector.
- singleModelRoot(Model) - Static method in class org.apache.jena.assembler.AssemblerHelp
-
Answer the single resource in singleRoot
of type
ja:Model
.
- SinglePrefixMapping - Static variable in class org.apache.jena.assembler.JA
-
- singleRoot(Model, Resource) - Static method in class org.apache.jena.assembler.AssemblerHelp
-
Answer the single resource in singleRoot
of type
type
.
- size() - Method in interface org.apache.jena.graph.Graph
-
For a concrete graph this returns the number of triples in the graph.
- size() - Method in interface org.apache.jena.rdf.model.Container
-
return the number values in the container.
- size() - Method in interface org.apache.jena.rdf.model.Model
-
size will return the number of statements in a concrete model,
for a virtualized model such as one created by an inference engine,
it will return an estimated lower bound for the numberof statements
in the model but it is possible for a subsequent listStatements on
such a model to discover more statements than size() indicated.
- size() - Method in interface org.apache.jena.rdf.model.RDFList
-
Answer the number of elements in the list.
- size() - Method in class org.apache.jena.reasoner.StandardValidityReport
-
Return a count of the number of warning or error reports
generated by the validation.
- size() - Method in interface org.apache.jena.system.JenaSubsystemRegistry
-
- size() - Method in class org.apache.jena.system.JenaSubsystemRegistryBasic
-
- size() - Method in class org.apache.jena.util.OneToManyMap
-
Answer the number of key-value mappings in the map
- size - Static variable in class org.apache.jena.vocabulary.OWLTest
-
- sizeAccurate() - Method in interface org.apache.jena.graph.Capabilities
-
Answer true iff Graph::size() is accurate.
- sizeAccurate() - Method in class org.apache.jena.reasoner.BaseInfGraph.InfCapabilities
-
- SizeOrDuration - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A dimension or extent, or a time taken to play or execute.
- SKOS - Class in org.apache.jena.vocabulary
-
- SKOS() - Constructor for class org.apache.jena.vocabulary.SKOS
-
- SKOSXL - Class in org.apache.jena.vocabulary
-
- SKOSXL() - Constructor for class org.apache.jena.vocabulary.SKOSXL
-
- snapshot() - Method in interface org.apache.jena.system.JenaSubsystemRegistry
-
Return the registered items in a copied list.
- snapshot() - Method in class org.apache.jena.system.JenaSubsystemRegistryBasic
-
- snapshot(List<Triple>, List<Triple>) - Method in class org.apache.jena.util.MonitorGraph
-
Compute the differences between the current monitored graph and the last
snapshot.
- snapshot(List<Statement>, List<Statement>) - Method in class org.apache.jena.util.MonitorModel
-
Compute the differences between the current monitored graph and the last
snapshot.
- snapshot() - Method in class org.apache.jena.util.MonitorModel
-
Compute the differences between the current monitored graph and the last
snapshot, forward any changes to registered listeners, then take a new snapshot.
- Software - Static variable in class org.apache.jena.vocabulary.DCTypes
-
A computer program in source or compiled form.
- SOME_VALUES_FROM() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes a restriction on a given property to
have at least one value from the given class expression.
- someValuesFrom - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration that a restriction constrains at least
one value of the property to have some class or datatype
- someValuesFrom - Static variable in class org.apache.jena.vocabulary.OWL
-
- someValuesFrom - Static variable in class org.apache.jena.vocabulary.OWL2
-
- SomeValuesFromRestriction - Interface in org.apache.jena.ontology
-
A property restriction that requires the named property to have at least one
range instance belonging to the given class.
- SORT_STRING - Static variable in class org.apache.jena.vocabulary.VCARD
-
- Sound - Static variable in class org.apache.jena.vocabulary.DCTypes
-
A resource primarily intended to be heard.
- SOUND - Static variable in class org.apache.jena.vocabulary.VCARD
-
- source - Static variable in class org.apache.jena.vocabulary.DC_10
-
- source - Static variable in class org.apache.jena.vocabulary.DC_11
-
A reference to a resource from which the present resource is derived.
- source - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A related resource from which the described resource is derived.
- SOURCE - Static variable in class org.apache.jena.vocabulary.VCARD
-
- sourceIndividual - Static variable in class org.apache.jena.vocabulary.OWL2
-
- sparql - Class in jena
-
- sparql() - Constructor for class jena.sparql
-
- spatial - Static variable in class org.apache.jena.vocabulary.DCTerms
-
Spatial characteristics of the resource.
- SplitIRI - Class in org.apache.jena.util
-
Code to split an URI or IRI into prefix and local part.
- SplitIRI() - Constructor for class org.apache.jena.util.SplitIRI
-
- splitpoint(String) - Static method in class org.apache.jena.util.SplitIRI
-
Find the URI split point, return the index into the string that is the
first character of a legal Turtle local name.
- splitXML(String) - Static method in class org.apache.jena.util.SplitIRI
-
Split point, according to XML qname rules.
- standard - Static variable in class org.apache.jena.assembler.JA
-
- Standard - Static variable in interface org.apache.jena.shared.PrefixMapping
-
A PrefixMapping that contains the "standard" prefixes we know about,
viz rdf, rdfs, dc, rss, vcard, and owl.
- Standard - Static variable in class org.apache.jena.vocabulary.DCTerms
-
A basis for comparison; a reference point against which other things can be
evaluated.
- StandardValidityReport - Class in org.apache.jena.reasoner
-
Default implementation of ValidityReport which simply stores a list
of precomputed Report records.
- StandardValidityReport() - Constructor for class org.apache.jena.reasoner.StandardValidityReport
-
- start() - Method in class org.apache.jena.system.InitJenaCore
-
- start() - Method in interface org.apache.jena.system.JenaSubsystemLifecycle
-
start - a module should be ready to operate when this returns
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.AbsXMLLiteral
-
- startElement(String, String, String, Attributes) - Method in interface org.apache.jena.rdfxml.xmlinput.states.FrameI
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.LookingForRDF
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.StartStateRDForDescription
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantDescription
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantEmpty
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantLiteralValueOrDescription
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantPropertyElement
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jena.rdfxml.xmlinput.states.WantTypedLiteral
-
- startPrefixMapping(String, String) - Method in interface org.apache.jena.rdfxml.xmlinput.NamespaceHandler
-
A namespace prefix is being defined..
- startPrefixMapping(String, String) - Method in class org.apache.jena.rdfxml.xmlinput.SAX2Model
-
Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) - Method in class org.apache.jena.rdfxml.xmlinput.SAX2RDF
-
Begin the scope of a prefix-URI Namespace mapping.
- startRDF() - Method in interface org.apache.jena.rdfxml.xmlinput.ExtendedHandler
-
Called when the <rdf:RDF> tag is seen.
- startRead - Static variable in class org.apache.jena.graph.GraphEvents
-
- StartStateRDForDescription - Class in org.apache.jena.rdfxml.xmlinput.states
-
- StartStateRDForDescription(XMLHandler, AbsXMLContext) - Constructor for class org.apache.jena.rdfxml.xmlinput.states.StartStateRDForDescription
-
- Statement - Interface in org.apache.jena.rdf.model
-
An RDF Statement.
- statement(AResource, AResource, AResource) - Method in interface org.apache.jena.rdfxml.xmlinput.StatementHandler
-
A triple in the file.
- statement(AResource, AResource, ALiteral) - Method in interface org.apache.jena.rdfxml.xmlinput.StatementHandler
-
A triple in the file.
- Statement - Static variable in class org.apache.jena.vocabulary.RDF.Nodes
-
- Statement - Static variable in class org.apache.jena.vocabulary.RDF
-
- StatementBoundary - Interface in org.apache.jena.rdf.model
-
An interface for expressing search boundaries in terms of bounding statements.
- StatementBoundaryBase - Class in org.apache.jena.rdf.model
-
StatementBoundaryBase - a base class for StatementBoundarys, with
built-in converstion to triples and a continueWith as well as a stopAt.
- StatementBoundaryBase() - Constructor for class org.apache.jena.rdf.model.StatementBoundaryBase
-
- StatementHandler - Interface in org.apache.jena.rdfxml.xmlinput
-
The callback from a reader to an RDF application.
- StatementListener - Class in org.apache.jena.rdf.listeners
-
A listener that filters all its listening down to the single-statement level.
- StatementListener() - Constructor for class org.apache.jena.rdf.listeners.StatementListener
-
- StatementTripleBoundary - Class in org.apache.jena.rdf.model
-
StatementTripleBoundary - a StatementBoundary that just wraps a
TripleBoundary.
- StatementTripleBoundary(TripleBoundary) - Constructor for class org.apache.jena.rdf.model.StatementTripleBoundary
-
Initialise this StatementTripleBoundary with the TripleBoundary tb
.
- status - Static variable in class org.apache.jena.vocabulary.RDFTest
-
Indicates the status of the test within a process, such as the RDF Core WG
process.
- StAX2Model - Class in org.apache.jena.rdfxml.xmlinput
-
A collection of convenient functions to parse an XML stream using ARP.
- StAX2Model() - Constructor for class org.apache.jena.rdfxml.xmlinput.StAX2Model
-
- StAX2SAX - Class in org.apache.jena.rdfxml.xmlinput
-
Bridge StAX and SAX parsing.
- StAX2SAX(ContentHandler) - Constructor for class org.apache.jena.rdfxml.xmlinput.StAX2SAX
-
Primes a converter with a SAX handler.
- StillImage - Static variable in class org.apache.jena.vocabulary.DCTypes
-
A static visual representation.
- StmtIterator - Interface in org.apache.jena.rdf.model
-
An iterator which returns RDF Statements.
- stmtTable - Static variable in class org.apache.jena.vocabulary.DB
-
- stop() - Method in class org.apache.jena.system.InitJenaCore
-
- stop() - Method in interface org.apache.jena.system.JenaSubsystemLifecycle
-
stop - a module should have preformed any shutdown operations by the time this returns
- stopAt(Triple) - Method in interface org.apache.jena.graph.TripleBoundary
-
Answer true if this triple is a stopping triple, and whatever search is using
this interface should proceed no further.
- stopAt(Statement) - Method in interface org.apache.jena.rdf.model.StatementBoundary
-
Answer true if this statement is a boundary of the search.
- stopAt(Statement) - Method in class org.apache.jena.rdf.model.StatementBoundaryBase
-
Method to over-ride to define what stops the boundary search; default
definition is !continueWith(s).
- stopAt(Statement) - Method in class org.apache.jena.rdf.model.StatementTripleBoundary
-
Answer whatever the triple-boundary answers for the triple of s
.
- stopAtAnonObject - Static variable in interface org.apache.jena.graph.TripleBoundary
-
A TripleBoundary that stops at triples with anonymous objects.
- stopNowhere - Static variable in interface org.apache.jena.graph.TripleBoundary
-
A TripleBoundary without limits - stopAt always returns false.
- StrConcat - Class in org.apache.jena.reasoner.rulesys.builtins
-
Builtin which concatenates a set of strings.
- StrConcat() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.StrConcat
-
- Street - Static variable in class org.apache.jena.vocabulary.VCARD
-
- strict - Static variable in class org.apache.jena.assembler.JA
-
- strictMode() - Method in interface org.apache.jena.ontology.OntModel
-
Answer true if this model is currently in strict checking mode.
- SUB_CLASS_OF() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one class is a sub-class of another.
- SUB_PROPERTY_OF() - Method in interface org.apache.jena.ontology.Profile
-
Answer the predicate that denotes that one property is a sub-property of another.
- subClassOf - Static variable in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
The normal subClassOf property
- subClassOf - Static variable in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
The normal subClassOf property
- subClassOf - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of one class being the sub-class of another.
- subClassOf - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- subClassOf - Static variable in class org.apache.jena.vocabulary.RDFS
-
- subject - Static variable in class org.apache.jena.vocabulary.DC_10
-
- subject - Static variable in class org.apache.jena.vocabulary.DC_11
-
The topic of the content of the resource.
- subject - Static variable in class org.apache.jena.vocabulary.DCTerms
-
The topic of the resource.
- subject - Static variable in class org.apache.jena.vocabulary.RDF.Nodes
-
- subject - Static variable in class org.apache.jena.vocabulary.RDF
-
- subjectMatches(Node) - Method in class org.apache.jena.graph.Triple
-
- subModel - Static variable in class org.apache.jena.assembler.JA
-
- subPropertyOf - Static variable in class org.apache.jena.reasoner.transitiveReasoner.TransitiveEngine
-
The normal subPropertyOf property
- subPropertyOf - Static variable in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
The normal subPropertyOf property
- subPropertyOf - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a property as being the sub-property
of another property
- subPropertyOf - Static variable in class org.apache.jena.vocabulary.RDFS.Nodes
-
- subPropertyOf - Static variable in class org.apache.jena.vocabulary.RDFS
-
- subsumes(TriplePattern) - Method in class org.apache.jena.reasoner.TriplePattern
-
Compare two patterns and return true if arg is a more
specific (more grounded) version of this one.
- Suffix - Static variable in class org.apache.jena.vocabulary.VCARD
-
- Sum - Class in org.apache.jena.reasoner.rulesys.builtins
-
Bind the third arg to the sum of the first two args.
- Sum() - Constructor for class org.apache.jena.reasoner.rulesys.builtins.Sum
-
- supportedDatatype - Static variable in class org.apache.jena.vocabulary.OWLTest
-
The subject test is valid only when the object datatype is included in the
datatype theory.
- supports(Class<X>) - Method in class org.apache.jena.enhanced.Polymorphic
-
return _true_ iff this polymorphic object supports the specified interface.
- supportsP - Static variable in class org.apache.jena.vocabulary.ReasonerVocabulary
-
Reasoner description property: a schema property supported by the reasoner
- supportsProperty(Property) - Method in interface org.apache.jena.reasoner.Reasoner
-
Determine whether the given property is recognized and treated specially
by this reasoner.
- supportsProperty(Property) - Method in class org.apache.jena.reasoner.rulesys.BasicForwardRuleReasoner
-
Determine whether the given property is recognized and treated specially
by this reasoner.
- supportsProperty(Property) - Method in class org.apache.jena.reasoner.rulesys.FBRuleReasoner
-
Determine whether the given property is recognized and treated specially
by this reasoner.
- supportsProperty(Property) - Method in class org.apache.jena.reasoner.rulesys.LPBackwardRuleReasoner
-
Determine whether the given property is recognized and treated specially
by this reasoner.
- supportsProperty(Property) - Method in class org.apache.jena.reasoner.transitiveReasoner.TransitiveReasoner
-
Determine whether the given property is recognized and treated specially
by this reasoner.
- supportsSetOperations() - Method in interface org.apache.jena.rdf.model.Model
-
Determine whether this model supports set operations.
- supportsTransactions() - Method in interface org.apache.jena.rdf.model.Model
-
Determine whether this model supports transactions.
- suppressDeprecationBanner - Static variable in class jena.rdfcat
-
Deprecated.
- SYMMETRIC_PROPERTY() - Method in interface org.apache.jena.ontology.Profile
-
Answer the resource that represents the class of properties that are symmetric.
- SymmetricProperty - Interface in org.apache.jena.ontology
-
Interface that encapsulates a property that is symmetric, i.e. one
in which if p(x, y)
holds, thenp(y, x)
must also hold.
- SymmetricProperty - Static variable in class org.apache.jena.vocabulary.OWL
-
- SymmetricProperty - Static variable in class org.apache.jena.vocabulary.OWL2
-
- symmetricPropertyDeclaration - Static variable in class org.apache.jena.vocabulary.OntEventsVocab
-
Event representing the declaration of a property as being symmetric
- syntacticLevelTestFrom - Static variable in class org.apache.jena.vocabulary.OWLResults
-
Syntactic tests.
- SyntaxError - Exception in org.apache.jena.shared
-
Exception to throw when a syntax error is detected in some input.
- SyntaxError(String) - Constructor for exception org.apache.jena.shared.SyntaxError
-
- syntaxTerms - Static variable in class org.apache.jena.vocabulary.RDFSyntax
-
- system - Static variable in class org.apache.jena.vocabulary.OWLResults
-
The complete system instance on which the test was run, conceptually including
software and hardware components.
- systemGraphName - Static variable in class org.apache.jena.vocabulary.DB
-
- SystemUtils - Class in org.apache.jena.util
-
Note: this has been copied here from ARQ.
- SystemUtils() - Constructor for class org.apache.jena.util.SystemUtils
-