A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abort() - Method in interface com.hp.hpl.jena.graph.TransactionHandler
If transactions are supported and there is a tranaction in progress, abort it.
abort() - Method in interface com.hp.hpl.jena.rdf.model.Model
Abort the current transaction and abandon any changes in progress.
abort() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Abort the transaction in the associated model.
abort() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfTransactionHandler
 
aboutAttr - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
AbstractDateTime - Class in com.hp.hpl.jena.datatypes.xsd
Base class for representation of XSD duration, time, date/time and related datatype instances.
AbstractDateTime(Object) - Constructor for class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
Constructor
accept(Object) - Method in class com.hp.hpl.jena.graph.TripleMatchFilter
The object is wanted.
accept(Object) - Method in class com.hp.hpl.jena.ontology.OntTools.PredicatesFilter
 
accept(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Post-filter query results to hide unwanted triples from the glare of publicity.
accept(Object) - Method in class com.hp.hpl.jena.util.iterator.Filter
Answer true iff the object o is acceptable.
accept(Object) - Method in interface com.hp.hpl.jena.util.iterator.MapFilter
a compiled filter and test - returns null if x is unacceptable, and the mapped value if x is acceptable; clearly useless if the mapping might deliver null.
accepted - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
 
acceptFilter - Static variable in class com.hp.hpl.jena.reasoner.rulesys.Functor
A static Filter instance that detects triples with Functor objects
accessRights - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Information about who can access the resource or an indication of its security status.
action - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
Action to perform
add(List) - Method in class com.hp.hpl.jena.db.GraphRDB
Add a list of triples.
add(Class, Implementation) - Method in class com.hp.hpl.jena.enhanced.GraphPersonality
 
add(Class, Implementation) - Method in class com.hp.hpl.jena.enhanced.Personality
Add a new interface and its implementation to this Personality.
add(Triple[]) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Add all the triples into the graph this is handler for.
add(List) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Add all the triples in the list into the graph this is handler for.
add(Iterator) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Add all the elements from the iterator into the graph this is handler for.
add(Graph, boolean) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Add all the triples of the given graph into the graph this is handler for.
add(Graph) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Add all the triples of the given graph into the graph this is handler for.
add(Triple) - Method in interface com.hp.hpl.jena.graph.GraphAdd
Add the triple t (if possible) to the set belonging to this graph
add(Expression) - Method in class com.hp.hpl.jena.graph.query.ExpressionSet
Answer this expressionset after e has been anded into it.
add(String, Triple) - Method in class com.hp.hpl.jena.graph.query.NamedTripleBunches
Associate another triple with the given name.
add(Valuator) - Method in class com.hp.hpl.jena.graph.query.ValuatorSet
Answer this ValuatorSet after adding the Valuator e to it.
add(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(boolean) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(long) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(char) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(float) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(double) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(String) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(Object) - Method in interface com.hp.hpl.jena.rdf.model.Container
Add a new value to a container.
add(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add a statement to this model.
add(Statement[]) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add all the statements to the Model, using through the bulk update interface.
add(List) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
Add all the statements returned by an iterator to this model.
add(Model) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add all the statements in another model to this model, including the reified statements.
add(Model, boolean) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add all the statements of the given model m to this model.
add(Resource, Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
add a statement to this model.
add(Resource, Property, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
add a statement to this model.
add(Resource, Property, String, RDFDatatype) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
add a statement to this model.
add(Resource, Property, String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
add a statement to this model.
add(Resource, Property, String, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
add a statement to this model.
add(Resource, Property, String, String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Deprecated. since Jena2. It is no longer legal to have a language tag on a well-formed XMLLiteral. Use the 4-argument form of add instead. add a statement to this model.
add(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Add the given value to the end of the list.
add(int, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, boolean) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, long) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, char) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, float) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, double) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, String) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(int, Object) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Insert a new member into the sequence at the specified position.
add(Triple) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.StandardValidityReport
Add a new error report
add(boolean, String, String, Object) - Method in class com.hp.hpl.jena.reasoner.StandardValidityReport
Add a new error report
add(ValidityReport.Report) - Method in class com.hp.hpl.jena.reasoner.StandardValidityReport
Add a new error report
add(Triple) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Add one triple to caches if it is relevant.
addAllowed() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntDocumentManager
Add an entry for an alternative copy of the document with the given document URI.
addAltEntry(String, String) - Method in class com.hp.hpl.jena.util.LocationMapper
 
addAltPrefix(String, String) - Method in class com.hp.hpl.jena.util.LocationMapper
 
addBackwardCompatibleWith(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) is backwards compatible with.
addBRule(Rule) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Adds a new Backward rule as a rules of a forward rule process.
addBRule(Rule) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Adds a new Backward rule as a rusult of a forward rule process.
addBRule(Rule) - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Adds a new Backward rule as a rules of a forward rule process.
addBRules(List) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Adds a set of new Backward rules
addCacheModel(String, Model) - Method in class com.hp.hpl.jena.util.FileManager
 
addClassDescription(Element, Node) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Add a DIG reference to the class identifed in the source graph by the given Jena graph Node to the given XML element.
addClassDescription(Element, Node, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Add a DIG reference to the class identifed in the source graph by the given Jena graph Node to the given XML element.
addClassDescription(Element, Resource, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Add a DIG reference to the class identifed in the source graph by the given Jena resource to the given XML element.
addComment(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add the given comment to this resource.
addComment(Literal) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add the given comment to this resource.
addConstraint(Expression) - Method in class com.hp.hpl.jena.graph.query.Query
 
addDeduction(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Add a new deduction to the deductions graph.
addDeduction(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Add a new deduction to the deductions graph.
addDeduction(Triple) - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Add a new deduction to the deductions graph.
AddDeniedException - Exception in com.hp.hpl.jena.shared
Exception to throw for a denied add operation
AddDeniedException(String) - Constructor for exception com.hp.hpl.jena.shared.AddDeniedException
 
AddDeniedException(String, Triple) - Constructor for exception com.hp.hpl.jena.shared.AddDeniedException
 
addDescription(Graph, Node) - Method in interface com.hp.hpl.jena.graph.GraphMaker
Add the description of this GraphMaker to the description graph desc, under the name self.
addDescription(Model, Resource) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Add this reasoner's description to the given configuration model.
addDescription(Model, Resource) - Method in interface com.hp.hpl.jena.reasoner.Reasoner
Add a configuration description for this reasoner into a partial configuration specification model.
addDescription(Model, Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Add a configuration description for this reasoner into a partial configuration specification model.
addDescription(Model, Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Add a configuration description for this reasoner into a partial configuration specification model.
addDescription(Model, Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Add a configuration description for this reasoner into a partial configuration specification model.
addDescription(Model, Resource) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Add a configuration description for this reasoner into a partial configuration specification model.
addDifferentFrom(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add a resource that is declared to be equivalent to this resource.
addDisjointWith(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Add a class that this class is disjoint with.
addDistinctMember(Resource) - Method in interface com.hp.hpl.jena.ontology.AllDifferent
Add the given individual to the list of distinct members of this AllDifferent declaration.
addDistinctMembers(Iterator) - Method in interface com.hp.hpl.jena.ontology.AllDifferent
Add the given individuals to the list of distinct members of this AllDifferent declaration.
addDomain(Resource) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Add a resource representing the domain of this property.
added(Object) - Method in class com.hp.hpl.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 com.hp.hpl.jena.rdf.listeners.ChangedListener
 
addedStatement(Statement) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
addedStatement(Statement) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
addedStatement(Statement) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
Override this to listen to all incoming added statements
addedStatement(Statement) - Method in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Method to call when a single statement has been added to the attached model.
addedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
addedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
addedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
addedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
addedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
addedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
addedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
addedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
addedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
addedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
addedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
addedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
addedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
addedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
addedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
addedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
addedStatements(Statement[]) - Method in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Method to call when an array of statements has been added to the attached model.
addedStatements(List) - Method in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Method to call when a list of statements has been added to the attached model.
addedStatements(StmtIterator) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Add a class that is equivalent to this class.
addEquivalentProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Add a property that is equivalent to this property.
addGraph(Graph) - Method in class com.hp.hpl.jena.graph.compose.MultiUnion
Add the given graph to this union.
addGraph(Graph) - Method in class com.hp.hpl.jena.graph.compose.Polyadic
Add the given graph to this composition.
addIgnoreImport(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Add the given URI to the set of URI's we ignore in imports statements
addImport(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) imports.
addIncompatibleWith(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) is incompatible with.
addInverseOf(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Add a property that this property is the inverse of.
addIsDefinedBy(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add a resource that is declared to provide a definition of this resource.
addLabel(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add the given label to this resource.
addLabel(Literal) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add the given label to this resource.
addLanguageEntry(String, String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Language determination via the ODM will be removed from Jena 2.4 onwards
addLiteral(Resource, Property, boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelCon
add a statement to this model.
addLiteral(Property, boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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.
addLoadedImport(String) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.util.FileManager
Add a locator to the end of the locators list
addLocatorClassLoader(ClassLoader) - Method in class com.hp.hpl.jena.util.FileManager
Add a class loader locator
addLocatorFile() - Method in class com.hp.hpl.jena.util.FileManager
Add a file locator
addLocatorFile(String) - Method in class com.hp.hpl.jena.util.FileManager
Add a file locator which uses dir as its working directory
addLocatorURL() - Method in class com.hp.hpl.jena.util.FileManager
Add a URL locator
addLocatorZip(String) - Method in class com.hp.hpl.jena.util.FileManager
Add a zip file locator
addMatch(Node, Node, Node) - Method in class com.hp.hpl.jena.graph.query.Query
Add an (S, P, O) match to the query's collection of match triples.
addMatch(String, Node, Node, Node) - Method in class com.hp.hpl.jena.graph.query.Query
Deprecated. named triple patterns are not supported
addMatch(Triple) - Method in class com.hp.hpl.jena.graph.query.Query
Add a triple to the query's collection of match triples.
addModel(String, Model) - Method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntDocumentManager
Add an entry that model is the appropriate model to use for the given ontology document
AddOne - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the second argument to 1+ the first argument.
AddOne() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.AddOne
 
addOneOf(Literal) - Method in interface com.hp.hpl.jena.ontology.DataRange
Add a literal to the enumeration that defines the permissible values of this class.
addOneOf(Iterator) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.EnumeratedClass
Add an individual to the enumeration that defines the class extension of this class.
addOneOf(Iterator) - Method in interface com.hp.hpl.jena.ontology.EnumeratedClass
Add each individual from the given iteratation to the enumeration that defines the class extension of this class.
addOntClass(Resource) - Method in interface com.hp.hpl.jena.ontology.Individual
Add the given ontology class as one of the classes to which this individual belongs.
addOperand(Resource) - Method in interface com.hp.hpl.jena.ontology.BooleanClassDescription
Add a class the operands of this boolean expression.
addOperands(Iterator) - Method in interface com.hp.hpl.jena.ontology.BooleanClassDescription
Add all of the classes from the given iterator to the operands of this boolean expression.
addPrefixMapping(String, String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Prefix management via the ODM is very likely to be removed from Jena 2.4 onwards
addPreprocessingHook(RulePreprocessHook) - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.Ontology
Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) supercedes.
addProperty(Property, String) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Add a property to this resource.
addProperty(Property, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Add a property to this resource.
addProperty(Property, String, RDFDatatype) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Add a property to this resource.
addProperty(Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Add a property to this resource.
addRange(Resource) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Add a resource representing the range of this property.
addRDFType(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add the given class as one of the rdf:type's for this resource.
addRelation(Triple) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Register a new relation instance in the cache
addRuleDuringPrepare(Rule) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Add a new rule to the rule set.
addRules(List) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Add the given rules to the current set and answer this Reasoner.
addSameAs(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add a resource that is declared to be equivalent to this resource.
addSeeAlso(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add a resource that is declared to provided additional information about the definition of this resource
addSubClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Add a sub-class of this class.
addSubClassClosure(Model) - Static method in class com.hp.hpl.jena.assembler.ModelExpansion
Do (limited) subclass closure on m.
addSubModel(Model) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Add the given model as one of the sub-models of the enclosed ontology union model.
addSubProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Add a sub-property of this property.
addSuperClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Add a super-class of this class.
addSuperProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Add a super-property of this property.
addVariablesOf(Set, Expression) - Static method in class com.hp.hpl.jena.graph.query.Expression.Util
Add all the variables of e to s, and answer s.
addVersionInfo(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Add the given version information to this resource.
addView(Polymorphic) - Method in class com.hp.hpl.jena.enhanced.Polymorphic
add another view for this object.
ADR - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
ADRPROPERTIES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
ADRTYPES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
afterRead(Model, String, OntDocumentManager) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager.DefaultReadHook
 
afterRead(Model, String, OntDocumentManager) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.vocabulary.VCARD
 
ALiteral - Interface in com.hp.hpl.jena.rdf.arp
A string literal property value from an RDF/XML file.
ALL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ALL - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
 
ALL_CONCEPT_NAMES - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ALL_DIFFERENT() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class of axioms denoting that a set of individuals are pairwise distinct.
ALL_INDIVIDUALS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ALL_ROLE_NAMES - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ALL_VALUES_FROM() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology
Interface defining an individual in which all members of a collection are declared pair-wise disjoint.
AllDifferent - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
allDifferentDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a set of individuals being pairwise distinct.
allNodes() - Method in interface com.hp.hpl.jena.graph.Reifier
return an iterator over all the nodes that are reifiying something in this reifier.
allNodes(Triple) - Method in interface com.hp.hpl.jena.graph.Reifier
return an iterator over all the nodes that are reifiying t in this reifier.
allNodes() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
allNodes(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
allocate() - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnectionPool
 
allocate(String) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnectionPool
 
allValuesFrom - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWL
 
AllValuesFromRestriction - Interface in com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.shared.AlreadyExistsException
 
AlreadyLinkedViewException - Exception in com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.shared
The exception raised by reifyAs if a node is already bound to a single reified triple.
AlreadyReifiedException(Node) - Constructor for exception com.hp.hpl.jena.shared.AlreadyReifiedException
 
Alt - Interface in com.hp.hpl.jena.rdf.model
An RDF Alternative container.
Alt - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
Alt - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
ALT_URL - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.DCTerms
Any form of the title used as a substitute or alternative to the formal title of the resource.
AltHasNoDefaultException - Exception in com.hp.hpl.jena.rdf.model
Exception thrown if an Alt has no default statement.
AltHasNoDefaultException(Alt) - Constructor for exception com.hp.hpl.jena.rdf.model.AltHasNoDefaultException
 
altMapping(String) - Method in class com.hp.hpl.jena.util.LocationMapper
 
altMapping(String, String) - Method in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.LocationMappingVocab
 
altPrefix - Static variable in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
 
altURL - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
The resolvable URL that an alternative copy of the ontology document may be fetched from
always - Static variable in class com.hp.hpl.jena.graph.query.Matcher
This matcher always answers true and doesn't even look at the domain, never mind update it.
ANCESTORS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ANCHOR - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
The anchor char is added to the end of namespace prefix expansions
and(Expression, Expression) - Static method in class com.hp.hpl.jena.graph.query.Dyadic
 
AND - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
Operator used to AND conditions together.
AND - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
and(Filter) - Method in class com.hp.hpl.jena.util.iterator.Filter
 
andThen(ClosableIterator) - Method in interface com.hp.hpl.jena.util.iterator.ExtendedIterator
return a new iterator which delivers all the elements of this iterator and then all the elements of the other iterator.
andThen(ClosableIterator) - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
andThen(Iterator, Iterator) - Static method in class com.hp.hpl.jena.util.iterator.NiceIterator
concatenate two closable iterators.
andThen(ClosableIterator) - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
make a new iterator, which is us then the other chap.
andThen(ClosableIterator) - Method in class com.hp.hpl.jena.util.iterator.NullIterator
 
ANNOTATION_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the class that denotes an annotation property
AnnotationProperty - Interface in com.hp.hpl.jena.ontology
Interface that represents the category of annotation properties in an ontology language.
AnnotationProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
annotationPropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource as an annotation property.
anon - Static variable in class com.hp.hpl.jena.graph.query.NamedTripleBunches
A more-or-less internal object for referring to the "default" graph in a query.
ANON_MARKER - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Mark a bNode identifier
AnonId - Class in com.hp.hpl.jena.rdf.model
Create a new id for an anonymous node.
AnonId() - Constructor for class com.hp.hpl.jena.rdf.model.AnonId
Creates new AnonId.
AnonId(String) - Constructor for class com.hp.hpl.jena.rdf.model.AnonId
Create a new AnonId from the string argument supplied
ANY - Static variable in class com.hp.hpl.jena.assembler.Mode
Mode that permits existing objects to be reused and new objects to be created.
ANY - Static variable in class com.hp.hpl.jena.graph.Node
The canonical instance of Node_ANY.
ANY - Static variable in class com.hp.hpl.jena.graph.query.Element
The constant ANY matches anything and binds nothing
any() - Method in interface com.hp.hpl.jena.graph.query.PatternCompiler
Method called to deliver a compiled element from a wildcard ANY.
any() - Method in class com.hp.hpl.jena.graph.query.PatternStageCompiler
 
ANY - Static variable in class com.hp.hpl.jena.graph.query.Query
A convenient synonym for Node.ANY, used in a match to match anything.
ANY - Static variable in class com.hp.hpl.jena.graph.Triple
A Triple that is wildcarded in all fields.
any - Static variable in class com.hp.hpl.jena.util.iterator.Filter
A Filter that accepts everything it's offered.
anyURI - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:anyURI
append(Statement) - Method in class com.hp.hpl.jena.ontology.OntTools.Path
Answer a new Path whose elements are this Path with s added at the end
append(RDFList) - Method in interface com.hp.hpl.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) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.RDFList
Apply a function to each value in the list in turn.
apply(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.RDFList.ApplyFn
Apply a function to the given RDF node.
Applyer - Class in com.hp.hpl.jena.graph.query
An Applyer object will run the StageElement next over all the extensions of the Domain d which are derived from applying the Matcher m to some internal supply of triples.
Applyer() - Constructor for class com.hp.hpl.jena.graph.query.Applyer
 
applyToTriples(Domain, Matcher, StageElement) - Method in class com.hp.hpl.jena.graph.query.Applyer
 
applyToTriples(Domain, Matcher, StageElement) - Method in class com.hp.hpl.jena.graph.query.QueryTriple.SimpleApplyer
 
approval - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
Contains a reference to the minutes of the WG meeting where the test case status was last changed.
AResource - Interface in com.hp.hpl.jena.rdf.arp
A URI or blank node reported to a StatementHandler.
argCount() - Method in class com.hp.hpl.jena.graph.query.Dyadic
 
argCount() - Method in class com.hp.hpl.jena.graph.query.Expression.Application
 
argCount() - Method in interface com.hp.hpl.jena.graph.query.Expression
If this Expression is an application, answer the number of arguments that it has.
argCount() - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
args() - Method in class com.hp.hpl.jena.graph.query.Query
 
ARP - Class in com.hp.hpl.jena.rdf.arp
Another RDF Parser.
ARP() - Constructor for class com.hp.hpl.jena.rdf.arp.ARP
Creates a new RDF Parser.
ARPConfig - Interface in com.hp.hpl.jena.rdf.arp
Used to set event handlers and options on ARP, SAX2Model, and SAX2RDF instances.
ARPErrorNumbers - Interface in com.hp.hpl.jena.rdf.arp
Error numbers used by ARP.
ARPEventHandler - Interface in com.hp.hpl.jena.rdf.arp
Convenience generalization of all ARP handler interfaces.
ARPHandlers - Class in com.hp.hpl.jena.rdf.arp
The interface to set the various handlers on ARP.
ARPHandlers() - Constructor for class com.hp.hpl.jena.rdf.arp.ARPHandlers
Deprecated. Use ARPConfig.getHandlers()
ARPOptions - Class in com.hp.hpl.jena.rdf.arp
The interface to set the various options on ARP.
ARPOptions() - Constructor for class com.hp.hpl.jena.rdf.arp.ARPOptions
Deprecated. Use ARPConfig.getOptions()
ArrayIterator - Class in com.hp.hpl.jena.util.iterator
An Iterator for arrays.
ArrayIterator(Object) - Constructor for class com.hp.hpl.jena.util.iterator.ArrayIterator
Constructs an iterator over the members of an array.
as(Class) - Method in class com.hp.hpl.jena.enhanced.EnhNode
allow subclasses to implement RDFNode & its subinterface
as(Class) - Method in interface com.hp.hpl.jena.rdf.model.RDFNode
RDFNodes can be converted to different implementation types.
asAllDifferent() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as an 'all different' declaration
asAllValuesFromRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer a view of this restriction as an all values from expression
asAnnotationProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as an annotation property
asBufferedUTF8(InputStream) - Static method in class com.hp.hpl.jena.util.FileUtils
Create a buffered reader that uses UTF-8 encoding
asCalendar() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the date time as a java Calendar object.
asCardinalityRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer a view of this restriction as a cardinality restriction class expression
asClass() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as a class
asComplementClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as a complement class
asDataRange() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as a data range
asDatatypeProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a view of this property as a datatype property
asDatatypeProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as a datatype property
asEnumeratedClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as an enumerated class
asFunctionalProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a view of this property as a functional property
asGraph() - Method in class com.hp.hpl.jena.enhanced.EnhGraph
Answer the normal graph that this enhanced graph is wrapping.
asHasValueRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer a view of this restriction as a has value expression
asIndividual() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as an individual
asIntersectionClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as an intersection class
asInverseFunctionalProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a view of this property as an inverse functional property
asJavaList() - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Answer the contents of this RDF list as a Java list of RDFNode values.
ASK - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
The DIG element denoting the ask capabilities of the reasoner
ASKS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
asList(ExtendedIterator) - Static method in class com.hp.hpl.jena.util.iterator.NiceIterator
Answer a list of the elements from it, in order, consuming that iterator.
asMaxCardinalityRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer a view of this restriction as a max cardinality restriction class expression
asMinCardinalityRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer a view of this restriction as a min cardinality restriction class expression
asNode() - Method in class com.hp.hpl.jena.enhanced.EnhNode
Answer the graph node that this enhanced node wraps
asNode() - Method in interface com.hp.hpl.jena.graph.FrontsNode
Answer the Node associated with this object.
asNodeMatch(Domain) - Method in class com.hp.hpl.jena.graph.query.Bind
Answer Node.ANY, as a binding occurance of a variable can match anything.
asNodeMatch(Domain) - Method in class com.hp.hpl.jena.graph.query.Bound
 
asNodeMatch(Domain) - Method in class com.hp.hpl.jena.graph.query.Element
Answer a Node suitable as a pattern-match element in a TripleMatch approximating this Element.
asNodeMatch(Domain) - Method in class com.hp.hpl.jena.graph.query.Fixed
Answer the Node we represent given the variable-bindings Domain.
asObjectProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a view of this property as an object property
asObjectProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as an object property
asOntology() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as an ontology description node
asPrintWriterUTF8(OutputStream) - Static method in class com.hp.hpl.jena.util.FileUtils
Create a print writer that uses UTF-8 encoding
asProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a view of this resource as a property
asRDF(Model, Node) - Static method in class com.hp.hpl.jena.util.ModelQueryUtil
 
asRDFNode(Node) - Method in interface com.hp.hpl.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.
asRestriction() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as a restriction class expression
assemble(Resource) - Static method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer the OntModelSpec described using the Jena Assembler vocabulary properties of root.
assemble(Model) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelFactory
Answer a Model constructed from the single resource in singleRoot of type ja:Model.
assembleModelFrom(Resource) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a Model as described the the Assembler specification rooted at the Resource root in its Model.
Assembler - Interface in com.hp.hpl.jena.assembler
An Assembler creates objects from their RDF descriptions.
assembler - Static variable in class com.hp.hpl.jena.assembler.JA
 
AssemblerHelp - Class in com.hp.hpl.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 com.hp.hpl.jena.assembler.AssemblerHelp
 
AssertDisjointPairs - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Assert the n^2 differtFrom pairs from a distinctMembers list
AssertDisjointPairs() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.AssertDisjointPairs
 
AssertionFailureException - Exception in com.hp.hpl.jena.shared
Exception to throw when an assertion fails.
AssertionFailureException(String) - Constructor for exception com.hp.hpl.jena.shared.AssertionFailureException
 
asSet(ExtendedIterator) - Static method in class com.hp.hpl.jena.util.iterator.NiceIterator
Answer a list of the elements of it in order, consuming this iterator.
asSomeValuesFromRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer a view of this restriction as a some values from expression
asStatement(Triple) - Method in interface com.hp.hpl.jena.rdf.model.ModelGraphInterface
Answer a Statement in this Model who's SPO is that of the triple t.
asSymmetricProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a view of this property as a symmetric property
asTransitiveProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a view of this property as a transitive property
asTriple() - Method in interface com.hp.hpl.jena.graph.FrontsTriple
 
asTriple() - Method in class com.hp.hpl.jena.graph.Triple
 
asTriple() - Method in interface com.hp.hpl.jena.graph.TripleMatch
Answer a Triple capturing this match.
asTriple() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Return the triple pattern as a triple
asTripleBoundary(Model) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.StatementBoundaryBase
Expresses this StatementBoundary as a TripleBoundary.
asTripleBoundary(Model) - Method in class com.hp.hpl.jena.rdf.model.StatementTripleBoundary
Answer the supplied-to-constructor TripleBoundary.
asTripleMatch(Domain) - Method in class com.hp.hpl.jena.graph.query.Pattern
Convert a Pattern into a TripleMatch by making a Triple who's Nodes are the conversions of the constituent elements.
asTripleMatch() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Return the triple pattern as a triple match
asUnionClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as a union class
asUTF8(InputStream) - Static method in class com.hp.hpl.jena.util.FileUtils
Create a reader that uses UTF-8 encoding
asUTF8(OutputStream) - Static method in class com.hp.hpl.jena.util.FileUtils
Create a writer that uses UTF-8 encoding
ATLEAST - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ATMOST - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ATTRIBUTE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
audience - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A class of entity for whom the resource is intended or useful.
available - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Date (often a range) that the resource will become or did become available.

B

BACKWARD - Static variable in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Constant - the mode description for pure backward chaining
BACKWARD_COMPATIBLE_WITH() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that documents that one ontology resource is backwards compatible with another.
backwardCompatibleWith - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a prior version of a given ontology, which the ontology is compatible with.
backwardCompatibleWith - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
BackwardRuleInfGraphI - Interface in com.hp.hpl.jena.reasoner.rulesys
This interface collects together those operations that the backchaining engine needs to invoke in the parent InfGraph.
BadBooleanException - Exception in com.hp.hpl.jena.shared
Exception to throw when a string cannot be converted to a Boolean value.
BadBooleanException(String) - Constructor for exception com.hp.hpl.jena.shared.BadBooleanException
 
BadCharLiteralException - Exception in com.hp.hpl.jena.shared
Exception to throw when a literal required to be a single character isn't.
BadCharLiteralException(String) - Constructor for exception com.hp.hpl.jena.shared.BadCharLiteralException
 
BadDescriptionException - Exception in com.hp.hpl.jena.shared
Exception to throw if a model (or graph) is a bad description
BadDescriptionException(String, Model) - Constructor for exception com.hp.hpl.jena.shared.BadDescriptionException
 
BadDescriptionMultipleRootsException - Exception in com.hp.hpl.jena.shared
Exception to throw if a Description contains multiple roots of a specified type.
BadDescriptionMultipleRootsException(Model, Resource) - Constructor for exception com.hp.hpl.jena.shared.BadDescriptionMultipleRootsException
 
BadDescriptionNoRootException - Exception in com.hp.hpl.jena.shared
Exception to throw if a Description has no root of a specified type
BadDescriptionNoRootException(Model, Resource) - Constructor for exception com.hp.hpl.jena.shared.BadDescriptionNoRootException
 
badModel - Variable in exception com.hp.hpl.jena.shared.BadDescriptionException
 
BadObjectException - Exception in com.hp.hpl.jena.assembler
Exception used to report that the object of a statement is not a Resource.
BadObjectException(Statement) - Constructor for exception com.hp.hpl.jena.assembler.BadObjectException
 
BadURIException - Exception in com.hp.hpl.jena.shared
A Jena exception for malformed URIs.
BadURIException(String) - Constructor for exception com.hp.hpl.jena.shared.BadURIException
 
Bag - Interface in com.hp.hpl.jena.rdf.model
An RDF Bag container.
Bag - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
Bag - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
bagIdAttr - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
base64Binary - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:base64Binary
BASE_URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
Base URI for jena builtins
BaseBuiltin - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Dummy implementation of the Builtin interface that specific implementations can inherit from.
BaseBuiltin() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
 
BaseDatatype - Class in com.hp.hpl.jena.datatypes
Base level implementation of datatype from which real implementations can inherit.
BaseDatatype(String) - Constructor for class com.hp.hpl.jena.datatypes.BaseDatatype
Constructor.
BaseDatatype.TypedValue - Class in com.hp.hpl.jena.datatypes
Pair object used to encode both lexical form and datatype for a typed literal with unknown datatype.
BaseDatatype.TypedValue(String, String) - Constructor for class com.hp.hpl.jena.datatypes.BaseDatatype.TypedValue
 
BaseInfGraph - Class in com.hp.hpl.jena.reasoner
A base level implementation of the InfGraph interface.
BaseInfGraph(Graph, Reasoner) - Constructor for class com.hp.hpl.jena.reasoner.BaseInfGraph
Constructor
BaseInfGraph(Graph, Reasoner, ReificationStyle) - Constructor for class com.hp.hpl.jena.reasoner.BaseInfGraph
 
BaseInfGraph.InfCapabilities - Class in com.hp.hpl.jena.reasoner
An InfCapabilities notes that size may not be accurate, and some triples may be irremovable.
BaseInfGraph.InfCapabilities() - Constructor for class com.hp.hpl.jena.reasoner.BaseInfGraph.InfCapabilities
 
BaseInfGraph.InfFindSafeCapabilities - Class in com.hp.hpl.jena.reasoner
An InfCapabilities notes that size may not be accurate, and some triples may be irremovable.
BaseInfGraph.InfFindSafeCapabilities() - Constructor for class com.hp.hpl.jena.reasoner.BaseInfGraph.InfFindSafeCapabilities
 
BaseInfGraph.InfTransactionHandler - Class in com.hp.hpl.jena.reasoner
 
BaseInfGraph.InfTransactionHandler(BaseInfGraph) - Constructor for class com.hp.hpl.jena.reasoner.BaseInfGraph.InfTransactionHandler
 
baseModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
baseURI - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The base URI for all the JenaModelSpec vocabulary items.
BasicFBReifier - Class in com.hp.hpl.jena.reasoner.rulesys
 
BasicFBReifier(BasicForwardRuleInfGraph, Reifier, BasicFBReifier.GetReifier, ReificationStyle) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
BasicForwardRuleInfGraph - Class in com.hp.hpl.jena.reasoner.rulesys
An inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire result set.
BasicForwardRuleInfGraph(Reasoner, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Constructor.
BasicForwardRuleInfGraph(Reasoner, List, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Constructor.
BasicForwardRuleInfGraph(Reasoner, List, Graph, ReificationStyle) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
 
BasicForwardRuleInfGraph(Reasoner, List, Graph, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Constructor.
BasicForwardRuleReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
Reasoner implementation which augments or transforms an RDF graph according to a set of rules.
BasicForwardRuleReasoner(List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Constructor.
BasicForwardRuleReasoner(List, ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Constructor
BDAY - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
beforeRead(Model, String, OntDocumentManager) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager.DefaultReadHook
 
beforeRead(Model, String, OntDocumentManager) - Method in interface com.hp.hpl.jena.ontology.OntDocumentManager.ReadHook
Behaviour that is invoked before the contents of the given source (URI or filename) are read into the given model.
begin() - Method in interface com.hp.hpl.jena.graph.TransactionHandler
If transactions are supported, begin a new transaction.
begin() - Method in interface com.hp.hpl.jena.rdf.model.Model
Begin a new transation.
begin() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Begin a transaction in the associated model.
begin() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfTransactionHandler
 
begins - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
The point in time at which the test run started; an xsd:dateTime.
bibliographicCitation - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A bibliographic reference for the resource.
bibliographicCode - Variable in class com.hp.hpl.jena.rdf.arp.lang.Iso639
The ISO639-2 three character Bibliographic Code.
Bind - Class in com.hp.hpl.jena.graph.query
A binding instance of a variable.
Bind(int) - Constructor for class com.hp.hpl.jena.graph.query.Bind
Initialise a Bind element: remember the index n which is the place in Domain's where it may store its value.
bind(Node, int) - Method in interface com.hp.hpl.jena.graph.query.PatternCompiler
Method called to deliver a compiled element from a binding occurance of a variable Node allocated at a given index position.
bind(Node, int) - Method in class com.hp.hpl.jena.graph.query.PatternStageCompiler
 
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Bind the given data graph to any existing t-box schema that we have, and answer the resulting inference graph.
bind(Graph) - Method in interface com.hp.hpl.jena.reasoner.Reasoner
Attach the reasoner to a set of RDF data to process.
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Attach the reasoner to a set of RDF data to process.
bind(Node, Node) - Method in interface com.hp.hpl.jena.reasoner.rulesys.BindingEnvironment
Bind a variable in the current envionment to the given value.
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Attach the reasoner to a set of RDF data to process.
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Attach the reasoner to a set of RDF data to process.
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Attach the reasoner to a set of RDF data to process.
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasoner
Attach the reasoner to a set of RDF data to process.
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Attach the reasoner to a set of RDF data to process.
bind(Graph) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Attach the reasoner to a set of RDF ddata to process.
binding - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
BindingEnvironment - Interface in com.hp.hpl.jena.reasoner.rulesys
Interface through which the current bound values of variables can be found.
BindingQueryPlan - Interface in com.hp.hpl.jena.graph.query
A BindingQueryPlan is something that can run executeBindings() to get back an ExtendedIterator over Domains, ie, Lists.
bindKB(boolean, DIGProfile) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Bind a DIG KB to this adapter, by requesting a KB URI through the newKB verb.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Bind a schema, or tbox, to this DIG reasoner.
bindSchema(Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Bind a schema, or tbox, to this DIG reasoner.
bindSchema(Graph) - Method in interface com.hp.hpl.jena.reasoner.Reasoner
This is most commonly used to attach an ontology (a set of tbox axioms in description logics jargon) to a reasoner.
bindSchema(Model) - Method in interface com.hp.hpl.jena.reasoner.Reasoner
This is most commonly used to attach an ontology (a set of tbox axioms in description logics jargon) to a reasoner.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Precompute the implications of a schema graph.
bindSchema(Model) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Precompute the implications of a schema Model.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Precompute the implications of a schema graph.
bindSchema(Model) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Precompute the implications of a schema Model.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Precompute the implications of a schema graph.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Precompute the implications of a schema graph.
bindSchema(Model) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Precompute the implications of a schema Model.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasoner
Precompute the implications of a schema graph.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Precompute the implications of a schema graph.
bindSchema(Graph) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Extracts all of the subClass and subProperty declarations from the given schema/tbox and caches the resultant graphs.
bindSchema(Model) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Extracts all of the subClass and subProperty declarations from the given schema/tbox and caches the resultant graphs.
bodyCall(Node[], int, RuleContext) - Method in interface com.hp.hpl.jena.reasoner.rulesys.Builtin
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.AddOne
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Bound
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.CountLiteralValues
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Difference
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Equal
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.GE
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.GreaterThan
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Hide
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.IsBNode
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.IsDType
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.IsFunctor
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.IsLiteral
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.LE
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.LessThan
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListContains
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListEntry
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListEqual
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListLength
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListNotContains
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListNotEqual
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.MakeInstance
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.MakeTemp
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Max
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Min
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.NotBNode
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.NotDType
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.NotEqual
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.NotFunctor
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.NotLiteral
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.NoValue
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Now
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Print
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Product
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Quotient
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Regex
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.StrConcat
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Sum
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Unbound
This method is invoked when the builtin is called in a rule body.
bodyCall(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.UriConcat
This method is invoked when the builtin is called in a rule body.
bodyLength() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Return the number of body elements
BooleanClassDescription - Interface in com.hp.hpl.jena.ontology
Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).
BOTTOM - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
Bound - Class in com.hp.hpl.jena.graph.query
An element which represents an already-bound variable.
Bound(int) - Constructor for class com.hp.hpl.jena.graph.query.Bound
Initialise a Bound element: remember n as it is the index into the Domain at which its value is stored.
bound(Node, int) - Method in interface com.hp.hpl.jena.graph.query.PatternCompiler
Method called to deliver a compiled element from a bound occurance of a variable Node allocated at a given index position.
bound(Node, int) - Method in class com.hp.hpl.jena.graph.query.PatternStageCompiler
 
Bound - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Predicate used to check if a variable has been bound.
Bound() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Bound
 
Box - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The DCMI Box identifies a region of space using its geographic limits.
BrokenException - Exception in com.hp.hpl.jena.shared
An exception to throw if an internal error is detected.
BrokenException(String) - Constructor for exception com.hp.hpl.jena.shared.BrokenException
 
BrokenException(Throwable) - Constructor for exception com.hp.hpl.jena.shared.BrokenException
 
BrokenException(String, Throwable) - Constructor for exception com.hp.hpl.jena.shared.BrokenException
 
BufferPipe - Class in com.hp.hpl.jena.graph.query
This class is a pipe between query threads, implemented as a bounded buffer.
BufferPipe() - Constructor for class com.hp.hpl.jena.graph.query.BufferPipe
 
BufferPipe.BoundedBufferPutException - Exception in com.hp.hpl.jena.graph.query
Exception to throw if a put throws an exception.
BufferPipe.BoundedBufferTakeException - Exception in com.hp.hpl.jena.graph.query
Exception to throw if a take throws an exception.
BufferPipe.Finished - Class in com.hp.hpl.jena.graph.query
 
BufferPipe.Finished() - Constructor for class com.hp.hpl.jena.graph.query.BufferPipe.Finished
 
BufferPipe.Finished(Exception) - Constructor for class com.hp.hpl.jena.graph.query.BufferPipe.Finished
 
Builtin - Interface in com.hp.hpl.jena.reasoner.rulesys
Rules employ builtins to do all tests and actions other than simple triple matches and triple creation.
BuiltinException - Exception in com.hp.hpl.jena.reasoner.rulesys
Exceptions thrown by runtime errors in exceuting rule system builtin operations.
BuiltinException(Builtin, RuleContext, String) - Constructor for exception com.hp.hpl.jena.reasoner.rulesys.BuiltinException
Constructor.
BuiltinPersonalities - Class in com.hp.hpl.jena.enhanced
The personalities that are provided for the existing Jena classes.
BuiltinPersonalities() - Constructor for class com.hp.hpl.jena.enhanced.BuiltinPersonalities
 
BuiltinRegistry - Class in com.hp.hpl.jena.reasoner.rulesys
A registry for mapping functor names on java objects (instances of subclasses of Builtin) which implement their behvaiour.
BuiltinRegistry() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.BuiltinRegistry
Construct an empty registry
BulkUpdateHandler - Interface in com.hp.hpl.jena.graph
Defines how bulk update may be done on Graphs.
butNot(ClosableIterator, ClosableIterator) - Static method in class com.hp.hpl.jena.graph.compose.CompositionBase
Answer an iterator over the elements of iterator a that are not members of iterator b.

C

cache(boolean) - Static method in class com.hp.hpl.jena.graph.Node
provided only for testing purposes.
CACHE_MODELS - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
Defines boolean policy choice of caching loaded models
cacheAll(Finder, Node) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Cache all instances of the given predicate which are present in the given Graph.
cacheModels - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Caches all subClass declarations, including those that are defined via subProperties of subClassOf.
cacheSubPropUtility(Finder, TransitiveGraphCache) - Static method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Caches all subPropertyOf declarations, including any meta level ones (subPropertyOf subPropertyOf).
canAs(Class) - Method in class com.hp.hpl.jena.enhanced.EnhNode
API-level method for polymorphic testing
canAs(Class) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.graph.Capabilities
Answer true iff the graph can be completely empty.
cannonicalise(Object) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Cannonicalise a java Object value to a normal form.
cannonicalise(Object) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Cannonicalise a java Object value to a normal form.
CANNOT_CREATE_NEW_KB - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
CannotCreateException - Exception in com.hp.hpl.jena.shared
 
CannotCreateException(String) - Constructor for exception com.hp.hpl.jena.shared.CannotCreateException
 
CannotCreateException(String, Throwable) - Constructor for exception com.hp.hpl.jena.shared.CannotCreateException
 
CannotEncodeCharacterException - Exception in com.hp.hpl.jena.shared
Exception to throw when a character cannot be encoded into some context for some reason.
CannotEncodeCharacterException(char, String) - Constructor for exception com.hp.hpl.jena.shared.CannotEncodeCharacterException
 
CannotReifyException - Exception in com.hp.hpl.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 com.hp.hpl.jena.shared.CannotReifyException
 
canWrap(Node, EnhGraph) - Method in class com.hp.hpl.jena.enhanced.Implementation
true iff wrapping (node, eg) would succeed.
Capabilities - Interface in com.hp.hpl.jena.graph
Interface for expressing capabilities.
CARDINALITY() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML cardinality property on Restrictions
cardinality() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML cardinality property on Restrictions
cardinality() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML cardinality property on Restrictions
cardinality - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of that a restriction has the given cardinality on the restricted property
cardinality - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
CARDINALITY_Q() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML cardinalityQ property on Restrictions
cardinalityQ() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML cardinalityQ property on Restrictions
cardinalityQ() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML cardinalityQ property on Restrictions
cardinalityQ - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of that a qualified restriction has the given cardinality on the restricted property
CardinalityQRestriction - Interface in com.hp.hpl.jena.ontology
Interface representing the ontology abstraction for a qualified cardinality restriction.
CardinalityRestriction - Interface in com.hp.hpl.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 com.hp.hpl.jena.reasoner.FinderUtil
Create a continuation object which is a cascade of two continuation objects.
cascade(Finder, Finder, Finder) - Static method in class com.hp.hpl.jena.reasoner.FinderUtil
Create a continuation object which is a cascade of three continuation objects.
cascade(Finder, Finder, Finder, Finder) - Static method in class com.hp.hpl.jena.reasoner.FinderUtil
Create a continuation object which is a cascade of four continuation objects.
CATEGORIES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
CATOM - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
CHAIN - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ChangedListener - Class in com.hp.hpl.jena.rdf.listeners
Class that merely notes that a change has occurred.
ChangedListener() - Constructor for class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
changeLiteralObject(boolean) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Remove this statement (s, p, x) from the model that contains it.
changeLiteralObject(long) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Remove this statement (s, p, x) from the model that contains it.
changeLiteralObject(int) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Remove this statement (s, p, x) from the model that contains it.
changeLiteralObject(char) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Remove this statement (s, p, x) from the model that contains it.
changeLiteralObject(float) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Remove this statement (s, p, x) from the model that contains it.
changeLiteralObject(double) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Remove this statement (s, p, x) from the model that contains it.
changeObject(float) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Deprecated. use changeLiteralObject etc
changeObject(boolean) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Deprecated. use changeLiteralObject etc
changeObject(long) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Deprecated. use changeLiteralObject etc
changeObject(double) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Deprecated. use changeLiteralObject etc
changeObject(Object) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Deprecated. use changeLiteralObject etc
changeObject(String) - Method in interface com.hp.hpl.jena.rdf.model.Statement
change the object of the statement (S, P, X) to (S, P, o).
changeObject(String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.Statement
change the object of the statement (S, P, X) to (S, P, o).
changeObject(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Statement
change the object of the statement (S, P, X) to (S, P, o).
changeObject(String, String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.Statement
change the object of the statement (S, P, X) to (S, P, o).
changeObject(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Statement
change the object of the statement (S, P, X) to (S, P, o).
channel - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
CharEncoding - Class in com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
Check the argument length.
checkBinaryPredicate(Property, Resource) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Helper method - extracts the truth of a boolean configuration predicate.
checkLiteral(Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleInfGraph
Check a given literal value for a property against the set of known range constraints for it.
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAncestorsTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDifferentFromTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDisjointTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryEquivalentsTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstancesTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstanceTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
Additional test on the object of the incoming find pattern.
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
Additional test on the object of the incoming find pattern.
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleAncestorsTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillerTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQuerySubsumesTranslator
 
checkObject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Additional test on the object of the incoming find pattern.
checkOccurance(Node, Graph) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Test if there are any usages of prop within the given graph.
checkOccuranceUtility(Node, Graph, TransitiveGraphCache) - Static method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Test if there are any usages of prop within the given graph.
checkPredicate(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRelatedIndividualsTranslator
 
checkPredicate(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillersTranslator
 
checkPredicate(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillerTranslator
 
checkPredicate(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Additional test on the predicate of the incoming find pattern.
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAncestorsTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDifferentFromTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDisjointTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryEquivalentsTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleAncestorsTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillersTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillerTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQuerySubsumesTranslator
 
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Additional test on the subject of the incoming find pattern.
checkSubject(Node, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTypesTranslator
 
checkTriple(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryEquivalentsTranslator
 
checkTriple(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsEquivalentTranslator
Check whether the pattern matches the preconditions for the translation step.
checkTriple(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
An optional post-trigger check on the consituents of the triple pattern.
CHILDREN - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
CLASS() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class 'class' in this vocabulary.
Class - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
Class() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
Class() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
Class - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
Class - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
Class - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
CLASS - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
classDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource as an ontology Class.
classification - Variable in class com.hp.hpl.jena.rdf.arp.lang.IanaLanguageTag
The bitwise OR of all applicable values from LanguageTagCodes.
classification - Variable in class com.hp.hpl.jena.rdf.arp.lang.Iso639
The bitwise OR of all applicable values from LanguageTagCodes.
classify(QueryNodeFactory, Mapping, Set, Node) - Static method in class com.hp.hpl.jena.graph.query.QueryNode
Answer a QueryNode that classifies the argument node n.
classify(QueryNodeFactory, Mapping, Triple[]) - Static method in class com.hp.hpl.jena.graph.query.QueryTriple
 
classify(QueryNodeFactory, Mapping, Triple) - Static method in class com.hp.hpl.jena.graph.query.QueryTriple
 
ClauseEntry - Interface in com.hp.hpl.jena.reasoner.rulesys
Common interface for all objects that can go into rules.
cleanDB() - Method in class com.hp.hpl.jena.db.DBConnection
 
cleanDB() - Method in interface com.hp.hpl.jena.db.IDBConnection
Clear all RDF information from the database.
clear() - Method in class com.hp.hpl.jena.assembler.ImportManager
Clear this ImportManager's cache.
clear() - Method in class com.hp.hpl.jena.db.GraphRDB
Remove all statements from this graph.
clear() - Method in class com.hp.hpl.jena.db.ModelRDB
Deprecated. Since Jena 2.0 this call is not recommended (it's name is misleading) - to clear an entire database use DBConnection.cleanDB, to remove just this Model use Model.remove().
clear() - Method in class com.hp.hpl.jena.graph.NodeCache
Wipe the cache of all entries.
clear() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Clear the entire cache contents.
clear() - Method in class com.hp.hpl.jena.util.OneToManyMap
Clear all entries from the map.
clearCache() - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Remove all entries from the model cache
cloneNode() - Method in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Rule
Clone a rule, cloning any embedded variables.
cloneWithPremises(Graph) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Return a new inference graph which is a clone of the current graph together with an additional set of data premises.
ClosableIterator - Interface in com.hp.hpl.jena.util.iterator
An iterator which should be closed after use.
close() - Method in class com.hp.hpl.jena.db.DBConnection
 
close() - Method in class com.hp.hpl.jena.db.GraphRDB
 
close() - Method in interface com.hp.hpl.jena.db.IDBConnection
Close the jdbc connection
close() - Method in class com.hp.hpl.jena.db.ModelRDB
Close the Model and free up resources held.
close() - Method in class com.hp.hpl.jena.graph.compose.Delta
 
close() - Method in class com.hp.hpl.jena.graph.compose.Dyadic
 
close() - Method in class com.hp.hpl.jena.graph.compose.Polyadic
Close the graph by closing all of the sub-graphs.
close() - Method in interface com.hp.hpl.jena.graph.Graph
Free all resources, any further use of this Graph is an error.
close() - Method in interface com.hp.hpl.jena.graph.GraphMaker
Close the factory - no more requests need be honoured, and any clean-up can be done.
close() - Method in class com.hp.hpl.jena.graph.query.BufferPipe
 
close(Exception) - Method in class com.hp.hpl.jena.graph.query.BufferPipe
 
close() - Method in class com.hp.hpl.jena.graph.query.InitialStage
 
close() - Method in interface com.hp.hpl.jena.graph.query.Pipe
Close the pipe. hasNext() will deliver false, and get will throw an exception.
close(Exception) - Method in interface com.hp.hpl.jena.graph.query.Pipe
Close the pipe (see close()) and record e as its termination status.
close() - Method in class com.hp.hpl.jena.graph.query.Stage
 
close() - Method in interface com.hp.hpl.jena.graph.Reifier
The reifier will no longer be used.
close() - Method in class com.hp.hpl.jena.rdf.arp.SAX2Model
 
close() - Method in interface com.hp.hpl.jena.rdf.model.Model
Close the Model and free up resources held.
close() - Method in interface com.hp.hpl.jena.rdf.model.ModelMaker
Close the factory - no more requests need be honoured, and any clean-up can be done.
close() - Method in interface com.hp.hpl.jena.rdf.model.NodeIterator
Terminate the iteration and free up resources.
close() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Free all resources, any further use of this Graph is an error.
close() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Close this adapter, and release the connector to the external DIG KB.
close() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
close() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Free all resources, any further use of this Graph is an error.
close() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Free all resources, any further use of this Graph is an error.
close() - Method in interface com.hp.hpl.jena.util.iterator.ClosableIterator
Close the iterator.
close() - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
close() - Method in class com.hp.hpl.jena.util.iterator.MapFilterIterator
 
close() - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
default close: don't need to do anything.
close(Iterator) - Static method in class com.hp.hpl.jena.util.iterator.NiceIterator
If it is a Closableiterator, close it.
close() - Method in class com.hp.hpl.jena.util.iterator.WrappedIterator
close: defer to the base, iff it is closable
close(Iterator) - Static method in class com.hp.hpl.jena.util.iterator.WrappedIterator
if it is a Closableiterator, close it.
ClosedException - Exception in com.hp.hpl.jena.shared
Exception that may be thrown if an operation is attempted on a closed graph.
ClosedException(String, Graph) - Constructor for exception com.hp.hpl.jena.shared.ClosedException
 
code - Variable in class com.hp.hpl.jena.rdf.arp.lang.Iso3166
The 2 character country code.
CODE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
collection - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
DAML namespace resource for daml:collection.
Collection - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
A collection is an aggregation of items.
CollectionFactory - Class in com.hp.hpl.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 com.hp.hpl.jena.util.CollectionFactory
 
com.hp.hpl.jena.assembler - package com.hp.hpl.jena.assembler
 
com.hp.hpl.jena.datatypes - package com.hp.hpl.jena.datatypes
Provides the core interfaces through which datatypes are described to Jena.
com.hp.hpl.jena.datatypes.xsd - package com.hp.hpl.jena.datatypes.xsd
Provides datatype definitions for the XML Schema datatypes support by Jena.
com.hp.hpl.jena.db - package com.hp.hpl.jena.db
A general database backend for persistent storage of Jena models.
com.hp.hpl.jena.enhanced - package com.hp.hpl.jena.enhanced
This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph.
com.hp.hpl.jena.graph - package com.hp.hpl.jena.graph
This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system.
com.hp.hpl.jena.graph.compose - package com.hp.hpl.jena.graph.compose
This package defines simple composite graphs - union, intersection, difference, and update-tracking.
com.hp.hpl.jena.graph.query - package com.hp.hpl.jena.graph.query
Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs.
com.hp.hpl.jena.ontology - package com.hp.hpl.jena.ontology
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF.
com.hp.hpl.jena.rdf.arp - package com.hp.hpl.jena.rdf.arp
A parser for RDF/XML.
com.hp.hpl.jena.rdf.arp.lang - package com.hp.hpl.jena.rdf.arp.lang
Language support for RDF.
com.hp.hpl.jena.rdf.listeners - package com.hp.hpl.jena.rdf.listeners
A package defining some useful implementations of ModelChangedListener, for listening to (a) all triples added or removed, exploding composite objects, (b) all objects added or removed, as themselves, (c) notification of additions/removals, but no details, and (d) accepting but ignoring all changes, as a base-class to be extended.
com.hp.hpl.jena.rdf.model - package com.hp.hpl.jena.rdf.model
A package for creating and manipulating RDF graphs.
com.hp.hpl.jena.reasoner - package com.hp.hpl.jena.reasoner
The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena.
com.hp.hpl.jena.reasoner.dig - package com.hp.hpl.jena.reasoner.dig
 
com.hp.hpl.jena.reasoner.rulesys - package com.hp.hpl.jena.reasoner.rulesys
Provides a selection of simple rule engines for Jena inference models.
com.hp.hpl.jena.reasoner.rulesys.builtins - package com.hp.hpl.jena.reasoner.rulesys.builtins
Implementations of the Builtin class which provides primitive operations to the rule engines.
com.hp.hpl.jena.reasoner.transitiveReasoner - package com.hp.hpl.jena.reasoner.transitiveReasoner
This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations.
com.hp.hpl.jena.shared - package com.hp.hpl.jena.shared
This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames.
com.hp.hpl.jena.util - package com.hp.hpl.jena.util
Miscellaneous collection of utility classes.
com.hp.hpl.jena.util.iterator - package com.hp.hpl.jena.util.iterator
A package for defining useful iterators and iterator operations, including concatenation, mapping, filtering, empty and singleton iterators, iterator wrappers, and the ExtendedIterator class used in many places in Jena.
com.hp.hpl.jena.vocabulary - package com.hp.hpl.jena.vocabulary
A package containing constant classes with predefined constant objects for classes and properties defined in well known vocabularies.
com.hp.hpl.jena.xmloutput - package com.hp.hpl.jena.xmloutput
Writing RDF/XML.
Command - Interface in com.hp.hpl.jena.shared
 
COMMENT() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes comment annotation on an ontology element
comment - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:comment in daml namespace
comment() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:comment in daml namespace
comment() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:comment in daml namespace
comment - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing a comment on an ontology element
comment - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
comment - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
COMMENT_LENGTH_LIMIT - Static variable in class jena.schemagen
Default line length for comments before wrap
commit() - Method in interface com.hp.hpl.jena.graph.TransactionHandler
If transactions are supported and there is a tranaction in progress, commit it.
commit() - Method in interface com.hp.hpl.jena.rdf.model.Model
Commit the current transaction.
commit() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Commit the transaction in the associated model.
commit() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfTransactionHandler
 
compare(AbstractDateTime) - Method in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
Comparison function.
compareInstants(Node, Node) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Compare two time Instant nodes.
compareNumbers(Node, Node) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Compare two numeric nodes.
compatibleWith(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Compare two patterns for compatibility - i.e. potentially unifiable.
compile(PatternCompiler, Mapping, Triple[]) - Static method in class com.hp.hpl.jena.graph.query.PatternStageCompiler
to compile an array of triples, compile each triple and form the corresponding array of Patterns.
COMPLEMENT_OF() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one class comprises the individuals that are not in a second class.
ComplementClass - Interface in com.hp.hpl.jena.ontology
Class description that is formed from the complement of another class description
complementOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the complementOf property on class expressions
complementOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the complementOf property on class expressions
complementOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the complementOf property on class expressions
complementOf - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a class expression being the complement of another class description.
complementOf - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
CompositionBase - Class in com.hp.hpl.jena.graph.compose
Base class for graphs that are composed of multiple sub-graphs.
CompositionBase() - Constructor for class com.hp.hpl.jena.graph.compose.CompositionBase
 
compressURILength - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
concatenate(RDFList) - Method in interface com.hp.hpl.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) - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Add the nodes returned by the given iterator to the end of this list.
ConcatenatedIterator - Class in com.hp.hpl.jena.util.iterator
An iterator that represents the concatenation of two individual iterators.
ConcatenatedIterator(Iterator, Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.ConcatenatedIterator
Construct an iterator that is the concatenation of the two given iterators.
conceals() - Method in class com.hp.hpl.jena.shared.ReificationStyle
 
CONCEPT_SET - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
conclusionDocument - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
A conclusion document of an entailment.
ConfigException - Exception in com.hp.hpl.jena.shared
An Exception indicating that Jena is not working because it is not correctly configured.
ConfigException(String) - Constructor for exception com.hp.hpl.jena.shared.ConfigException
 
ConfigException() - Constructor for exception com.hp.hpl.jena.shared.ConfigException
 
ConfigException(Throwable) - Constructor for exception com.hp.hpl.jena.shared.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception com.hp.hpl.jena.shared.ConfigException
 
configurationP - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Reasoner description property: a configuration property supported by the reasoner
configure(Model) - Method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntDocumentManager
Configure this document manager according to the configuration options supplied by the given configuration model.
configure(Resource) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Configure the reasoner using the properties attached to the given config resource.
conformsTo - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A reference to an established standard to which the resource conforms.
Connectable - Static variable in class com.hp.hpl.jena.assembler.JA
 
connectFrom(Stage) - Method in class com.hp.hpl.jena.graph.query.Stage
connect this stage to its supplier; return this for chaining.
connection - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
connection - Static variable in class com.hp.hpl.jena.assembler.JA
 
Connection - Static variable in class com.hp.hpl.jena.assembler.JA
 
ConnectionDescription - Class in com.hp.hpl.jena.assembler
A ConnectionDescription holds the information required to construct an IDBConnection, and can construct that connection on demand.
ConnectionDescription(String, String, String, String, String) - Constructor for class com.hp.hpl.jena.assembler.ConnectionDescription
Initialise a description from the given arguments.
connectToDB(String, String, String, String, String, String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Connect to a database.
cons(Triple, Object) - Static method in class com.hp.hpl.jena.graph.query.SimpleQueryEngine
 
cons(RDFNode) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWLTest
A consistent OWL document.
ConstraintProperty - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
Deprecated. obsolete: was removed by the most recent standard
ConstraintProperty - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
ConstraintResource - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
Deprecated. obsolete: was removed by the most recent standard
ConstraintStage - Class in com.hp.hpl.jena.graph.query
A ConstraintStage implements the constraint evaluation part of a query.
ConstraintStage(Mapping, ExpressionSet) - Constructor for class com.hp.hpl.jena.graph.query.ConstraintStage
Initialise this ConstraintStage with the mapping [from names to indexes] and ExpressionSet [the constraint expressions] that will be evaluated when the constraint stage runs.
constructReifier() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Inference graphs share the reifiers of their underlying raw graphs.
constructReifier() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
 
Container - Interface in com.hp.hpl.jena.rdf.model
An RDF Container.
Container - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
Container - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
ContainerMembershipProperty - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
ContainerMembershipProperty - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
contains(Node, Node, Node) - Method in interface com.hp.hpl.jena.graph.Graph
Answer true iff the graph contains a triple matching (s, p, o).
contains(Triple) - Method in interface com.hp.hpl.jena.graph.Graph
Answer true iff the graph contains a triple that t matches; t may be fluid.
contains(Expression, String, String) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
contains(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(boolean) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(long) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(char) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(float) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(double) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(String) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(Object) - Method in interface com.hp.hpl.jena.rdf.model.Container
Determine whether the container contains a value
contains(Resource, Property) - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine whether this model contains any statements with a given subject and property.
contains(Resource, Property, RDFNode) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
Determine if a statement is present in this model.
contains(Resource, Property, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Determine if a statement is present in this model.
contains(Resource, Property, String, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Determine if a statement is present in this model.
contains(RDFNode) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.FGraph
Return true if the given pattern occurs somewhere in the find sequence.
contains(TriplePattern) - Method in interface com.hp.hpl.jena.reasoner.Finder
Return true if the given pattern occurs somewhere in the find sequence.
contains(Triple) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.RuleContext
Return true if the triple pattern is already in either the graph or the stack.
contains(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Return true if the given pattern occurs somewhere in the find sequence.
contains(Object, Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer true if this mapping contains the pair (key, value).
containsAll(StmtIterator) - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine if all of the statements returned by an iterator are contained in this model.
containsAll(Model) - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine if all of the statements in a model are also contained in this model.
containsAllVariablesOf(Set, Expression) - Static method in class com.hp.hpl.jena.graph.query.Expression.Util
 
containsAny(StmtIterator) - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine if any of the statements returned by an iterator are contained in this model.
containsAny(Model) - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine if any of the statements in a model are also contained in this model.
containsDefaultModel() - Method in class com.hp.hpl.jena.db.DBConnection
 
containsDefaultModel() - Method in interface com.hp.hpl.jena.db.IDBConnection
Test if a default model is contained in the database.
containsKey(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer true if the map contains the given value as a key.
containsLiteral(Resource, Property, boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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.
containsModel(String) - Method in class com.hp.hpl.jena.db.DBConnection
 
containsModel(String) - Method in interface com.hp.hpl.jena.db.IDBConnection
Test if a given model is contained in the database.
containsNode(Node) - Method in interface com.hp.hpl.jena.graph.query.QueryHandler
true iff the graph contains a triple in which n appears somewhere.
containsNode(Node) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
this is a simple-minded implementation of containsNode that uses find up to three times to locate the node.
containsResource(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Model
determine if the RDFNode r appears in any statement of this model.
containsValue(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer true if the map contains the given object as a value stored against any key.
content - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
Content - Class in com.hp.hpl.jena.assembler
A Content object records content to be used to fill models.
Content(List) - Constructor for class com.hp.hpl.jena.assembler.Content
Initialise a content object that includes the contents of each (Content) item in the list contents.
Content() - Constructor for class com.hp.hpl.jena.assembler.Content
Initialise an empty Content object.
Content - Static variable in class com.hp.hpl.jena.assembler.JA
 
content - Static variable in class com.hp.hpl.jena.assembler.JA
 
contentEncoding - Static variable in class com.hp.hpl.jena.assembler.JA
 
ContentItem - Static variable in class com.hp.hpl.jena.assembler.JA
 
continueWith(Statement) - Method in class com.hp.hpl.jena.rdf.model.StatementBoundaryBase
Method to over-ride to define what continues the boundary search; default definition is !
contributor - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
contributor - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
An entity responsible for making contributions to the content of the resource.
convenient - Static variable in class com.hp.hpl.jena.assembler.JA
 
Convenient - Static variable in class com.hp.hpl.jena.rdf.model.ModelFactory
The convenient reification style; quadlets contribute to reified statements, but are invisible to listStatements().
Convenient - Static variable in class com.hp.hpl.jena.shared.ReificationStyle
 
ConversionException - Exception in com.hp.hpl.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 com.hp.hpl.jena.ontology.ConversionException
Construct an ontology exception with a given message.
convert(Model, StatementBoundary) - Static method in class com.hp.hpl.jena.rdf.model.StatementBoundaryBase
Answer a TripleBoundary that is implemented in terms of a StatementBoundary.
convertBooleanPredicateArg(Property, Object) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Convert the value of a boolean configuration parameter to a boolean value.
convertIntegerPredicateArg(Property, Object) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Convert the value of an integer configuration parameter to an int value.
convertList(Node, RuleContext) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Convert an (assumed well formed) RDF list to a java list of Nodes
convertToAllValuesFromRestriction(Resource) - Method in interface com.hp.hpl.jena.ontology.Restriction
Convert this restriction to an all values from class expression.
convertToCardinalityRestriction(int) - Method in interface com.hp.hpl.jena.ontology.Restriction
Convert this restriction to a cardinality restriction class expression
convertToComplementClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as an complement of the given class.
convertToDatatypeProperty() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as an enumeration of the given individuals.
convertToFunctionalProperty() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.Restriction
Convert this restriction to a has value class expression
convertToIntersectionClass(RDFList) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as an intersection of the given classes.
convertToInverseFunctionalProperty() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.Restriction
Convert this restriction to a max cardinality restriction class expression
convertToMinCardinalityRestriction(int) - Method in interface com.hp.hpl.jena.ontology.Restriction
Convert this restriction to a min cardinality restriction class expression
convertToObjectProperty() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as an restriction on the given property.
convertToSomeValuesFromRestriction(Resource) - Method in interface com.hp.hpl.jena.ontology.Restriction
Convert this restriction to a some values from class expression
convertToSymmetricProperty() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer a view of this class as a union of the given classes.
convertValidatedDataValue(ValidatedInfo) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Convert a validated xerces data value into the corresponding java data value.
copy() - Method in class com.hp.hpl.jena.enhanced.GraphPersonality
 
copy() - Method in class com.hp.hpl.jena.enhanced.Personality
create a new Personality copying this one; the _types_ state is copied, not shared.
copy() - Method in class com.hp.hpl.jena.graph.query.Domain
 
copy() - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
Deprecated. Not intended for public use, will be removed from API
copy() - Method in interface com.hp.hpl.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.
coreSyntaxTerms - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
couldBeStatement(Node) - Static method in class com.hp.hpl.jena.graph.Reifier.Util
 
CountLiteralValues - Class in com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins.CountLiteralValues
 
Country - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
countSubModels() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer the number of sub-models of this model, not including the base model.
coverage - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
coverage - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
The extent or scope of the content of the resource.
create(String, String, String, String, String) - Static method in class com.hp.hpl.jena.assembler.ConnectionDescription
Answer a description containing the specified components.
create - Static variable in class com.hp.hpl.jena.assembler.JA
 
CREATE - Static variable in class com.hp.hpl.jena.assembler.Mode
Mode that demands a new object be created and no existing object should exist.
create(List) - Static method in class com.hp.hpl.jena.assembler.RuleSet
 
create(String) - Static method in class com.hp.hpl.jena.assembler.RuleSet
 
create(IDBConnection, String, String) - Static method in class com.hp.hpl.jena.db.ModelRDB
Deprecated. Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection and to modify the layout by using the properties in the DBConnection. Then use the call ModelRDB.createModel(IDBConnection)
create(IDBConnection, String) - Static method in class com.hp.hpl.jena.db.ModelRDB
Deprecated. Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection. Then use the call ModelRDB.createModel(IDBConnection)
create(String) - Static method in class com.hp.hpl.jena.graph.Node
Deprecated. Use NodeCreateUtils.create(String) instead
create(PrefixMapping, String) - Static method in class com.hp.hpl.jena.graph.Node
Deprecated. Use NodeCreateUtils.create(PrefixMapping,String) instead
create(Node.NodeMaker, Object) - Static method in class com.hp.hpl.jena.graph.Node
We object strongly to null labels: for example, they make .equals flaky.
create(Node, Node, Node) - Static method in class com.hp.hpl.jena.graph.Triple
Factory method for creating triples, allows caching opportunities.
create(String) - Static method in class com.hp.hpl.jena.graph.Triple
Utility factory method for creating a triple based on the content of an "S P O" string.
create(PrefixMapping, String) - Static method in class com.hp.hpl.jena.graph.Triple
Utility factory as for create(String), but allowing the PrefixMapping to be specified explicitly.
create(String, Model) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2Model
Factory method to create a new SAX2Model.
create(String, Model, String) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2Model
Factory method to create a new SAX2Model.
create(String) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
Factory method to create a new SAX2RDF.
create(String, String) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
Factory method to create a new SAX2RDF.
create() - Static method in class com.hp.hpl.jena.rdf.model.AnonId
 
create(String) - Static method in class com.hp.hpl.jena.rdf.model.AnonId
 
create(Resource) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Answer a new DIG reasoner instance, optionally configured with the given configuration resource.
create(Resource, String, Resource) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Create a DIG reasoner with the given ontology language, axioms and configuration.
create(Resource) - Method in interface com.hp.hpl.jena.reasoner.ReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(String, Resource) - Method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Create and return a new instance of the reasoner identified by the given uri.
create(Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(Resource) - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create(Resource) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
Constructor method that builds an instance of the associated Reasoner
create() - Static method in class com.hp.hpl.jena.shared.PrefixMapping.Factory
 
create(String) - Static method in class com.hp.hpl.jena.util.CharEncoding
Create a new CharacterEncoding object, given a name of a character encoding identifying it.
create() - Method in class com.hp.hpl.jena.util.iterator.LateBindingIterator
The subclass must define this to return the Iterator to invoke.
create() - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
The subclass must define this to return the ExtendedIterator to invoke.
create(Iterator) - Static method in class com.hp.hpl.jena.util.iterator.UniqueExtendedIterator
Factory method for generating an iterator that is guaranteed only to return one instance of every result from the wrapped iterator it.
create(Iterator) - Static method in class com.hp.hpl.jena.util.iterator.WrappedIterator
Answer an ExtendedIterator returning the elements of it.
createAllDifferent() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelCon
Create a new anonymous alt.
createAlt(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new alt.
createAnnotationProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an annotation property in this model.
createAnon() - Static method in class com.hp.hpl.jena.graph.Node
make a blank node with a fresh anon id
createAnon(AnonId) - Static method in class com.hp.hpl.jena.graph.Node
make a blank node with the specified label
createAny() - Method in interface com.hp.hpl.jena.graph.query.QueryNodeFactory
 
createAny() - Method in class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
createApplyer(Graph) - Method in class com.hp.hpl.jena.graph.query.QueryTriple
 
createArray(int) - Method in interface com.hp.hpl.jena.graph.query.QueryNodeFactory
 
createArray(int) - Method in class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
createBag() - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new anonymous bag.
createBag(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new bag.
createBaseModel() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer a base model constructed according to this specification.
createBind(Node, int) - Method in interface com.hp.hpl.jena.graph.query.QueryNodeFactory
 
createBind(Node, int) - Method in class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
createBound(Node, int) - Method in interface com.hp.hpl.jena.graph.query.QueryNodeFactory
 
createBound(Node, int) - Method in class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
createCardinalityQRestriction(String, Property, int, OntClass) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an anonymous class description in this model.
createClass(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents a class description node in this model.
createComplementClass(String, Resource) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing the class that is the complement of the given argument class
created - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Date of creation of the resource.
createD2M(String, Model) - Static method in class com.hp.hpl.jena.rdf.arp.DOM2Model
Create a new DOM2Model.
createD2M(String, Model, String) - Static method in class com.hp.hpl.jena.rdf.arp.DOM2Model
Create a new DOM2Model.
createDataRange(RDFList) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a data range defined as the given set of concrete data values.
createDatatypeProperty(String) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents datatype property in this model.
createDefaultGraph() - Static method in class com.hp.hpl.jena.graph.Factory
Answer a memory-based Graph with the Standard reification style.
createDefaultGraph(ReificationStyle) - Static method in class com.hp.hpl.jena.graph.Factory
Answer a memory-based Graph with the given reification style.
createDefaultGraph() - Static method in class com.hp.hpl.jena.shared.RandomOrderGraph
 
createDefaultModel() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a fresh Model with the default specification and Standard reification style [reification triples contribute to ReifiedStatements, and are visible to listStatements, etc].
createDefaultModel(ReificationStyle) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a new memory-based model with the given reification style
createDefaultModel() - Method in interface com.hp.hpl.jena.rdf.model.ModelSource
Answer this ModelSource's default model.
createDefaultModel() - Static method in class com.hp.hpl.jena.shared.RandomOrderGraph
 
createEnumeratedClass(String, RDFList) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing the class that is the enumeration of the given list of individuals
createFileModelMaker(String) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a ModelMaker that constructs memory-based Models that are backed by files in the root directory.
createFileModelMaker(String, ReificationStyle) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a ModelMaker that constructs memory-based Models that are backed by files in the root directory.
createFixed(Node) - Method in interface com.hp.hpl.jena.graph.query.QueryNodeFactory
 
createFixed(Node) - Method in class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
createFreshModel() - Method in interface com.hp.hpl.jena.rdf.model.ModelSource
Answer a Model that satisfies this ModelSource's shape.
createGraph() - Method in interface com.hp.hpl.jena.graph.GraphMaker
Answer a graph who's name isn't interesting.
createGraph(String, boolean) - Method in interface com.hp.hpl.jena.graph.GraphMaker
Create a new graph associated with the given name.
createGraph(String) - Method in interface com.hp.hpl.jena.graph.GraphMaker
Create a graph that does not already exist - equivalent to
createGraph( name, false ).
createGraphMem() - Static method in class com.hp.hpl.jena.graph.Factory
 
createGraphMem(ReificationStyle) - Static method in class com.hp.hpl.jena.graph.Factory
 
createGraphMemWithTransactionHandler(TransactionHandler) - Static method in class com.hp.hpl.jena.graph.Factory
 
createHashedMap() - Static method in class com.hp.hpl.jena.util.CollectionFactory
Answer a new Map which uses hashing for lookup.
createHashedMap(int) - Static method in class com.hp.hpl.jena.util.CollectionFactory
Answer a new Map which uses hashing for lookup and has initial size size.
createHashedMap(Map) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.util.CollectionFactory
Answer a new Set which uses haashing for lookup.
createHashedSet(Collection) - Static method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer a new individual that has this class as its rdf:type
createIndividual(String) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a new individual that has this class as its rdf:type
createIndividual(Resource) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an Individual node in this model.
createIndividual(String, Resource) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an Individual node in this model.
createInfModel(Reasoner, Model) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelFactory
Build an inferred model by attaching the given RDF model to the given reasoner.
createInfModel(InfGraph) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Build an inference model from an InfGraph.
createIntersectionClass(String, RDFList) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer a resource representing an inverse functional property
createInverseFunctionalProperty(String, boolean) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing an inverse functional property, which is optionally also functional.
createJustBound(Node, int) - Method in interface com.hp.hpl.jena.graph.query.QueryNodeFactory
 
createJustBound(Node, int) - Method in class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
createList() - Method in interface com.hp.hpl.jena.rdf.model.Model
Answer a new empty list.
createList(Iterator) - Method in interface com.hp.hpl.jena.rdf.model.Model
Answer a new list containing the resources from the given iterator, in order.
createList(RDFNode[]) - Method in interface com.hp.hpl.jena.rdf.model.Model
Answer a new list containing the nodes from the given array, in order
createLiteral(LiteralLabel) - Static method in class com.hp.hpl.jena.graph.Node
make a literal node with the specified literal value
createLiteral(String) - Static method in class com.hp.hpl.jena.graph.Node
 
createLiteral(String, String, boolean) - Static method in class com.hp.hpl.jena.graph.Node
make a literal with specified language and XMLishness.
createLiteral(String, String, RDFDatatype) - Static method in class com.hp.hpl.jena.graph.Node
Build a typed literal node from its lexical form.
createLiteral(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Create an untyped literal from a String value with a specified language.
createLiteral(String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.Model
Create a literal from a String value.
createLiteral(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a literal from a String value.
createLiteralStatement(Resource, Property, boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelCon
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.
createMap() - Static method in class com.hp.hpl.jena.util.HashUtils
Deprecated.  
createMap(int) - Static method in class com.hp.hpl.jena.util.HashUtils
Deprecated.  
createMap(Map) - Static method in class com.hp.hpl.jena.util.HashUtils
Deprecated.  
createMatch(Node, Node, Node) - Static method in class com.hp.hpl.jena.graph.Triple
 
createMatcher() - Method in class com.hp.hpl.jena.graph.query.QueryTriple
 
createMaxCardinalityQRestriction(String, Property, int, OntClass) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelFactory
Answer a ModelMaker that constructs memory-based Models that do not persist past JVM termination.
createMemModelMaker(ReificationStyle) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a ModelMaker that constructs memory-based Models that do not persist past JVM termination, with the given reification style.
createMinCardinalityQRestriction(String, Property, int, OntClass) - Method in interface com.hp.hpl.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 com.hp.hpl.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(IDBConnection) - Static method in class com.hp.hpl.jena.db.ModelRDB
Create a new default model on an existing database.
createModel(IDBConnection, Model) - Static method in class com.hp.hpl.jena.db.ModelRDB
Create a new model on an existing database.
createModel(IDBConnection, String) - Static method in class com.hp.hpl.jena.db.ModelRDB
Create a new model on an existing database.
createModel(IDBConnection, String, Model) - Static method in class com.hp.hpl.jena.db.ModelRDB
Create a new model on an existing database.
createModel(String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.ModelMaker
Create a new Model associated with the given name.
createModel(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelMaker
Create a Model that does not already exist - equivalent to
createModel( name, false ).
createModelForGraph(Graph) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a model that encapsulates the given graph.
createModelRDBMaker(IDBConnection) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a ModelMaker that accesses database-backed Models on the database at the other end of the connection c with the usual Standard reification style.
createModelRDBMaker(IDBConnection, ReificationStyle) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a ModelMaker that accesses database-backed Models on the database at the other end of the connection c with the given reification style.
createNonreifyingModel() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
construct a new memory-based model that does not capture reification triples (but still handles reifyAs() and .as(ReifiedStatement).
createNoRemove(Iterator) - Static method in class com.hp.hpl.jena.util.iterator.WrappedIterator
Answer an ExtendedIterator wrapped round it which does not permit .remove() even if it does.
createObject(String) - Method in interface com.hp.hpl.jena.rdf.model.ObjectF
Create an instance of an object.
createObjectProperty(String) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an object property in this model.
createOntology(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an ontology description node in this model.
createOntologyModel() - Static method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer a resource representing an generic property in this model.
createOntResource(Class, Resource, String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents a generic ontology node in this model.
createOntResource(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource presenting the OntResource facet, which has the given URI.
createPlainLiteral(String) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
 
createPlainLiteral(String) - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
Answer a plain (untyped) literal with no language and the given content.
createProperty(String, String) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelCon
Create a property.
createProperty(String) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
create a new property.
createProperty(String, String) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
create a new property.
createProperty(String) - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
create a new property.
createProperty(String, String) - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
create a new property.
createQueryElement(Document, String) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Create a new element to represent a query, adding to it a unique query ID.
createRDFSModel(Model) - Static method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
Answer a ReifiedStatement that encodes _s_ and belongs to this Model.
createReifiedStatement(String, Statement) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
Create a new anonymous resource whose model is this model.
createResource(AnonId) - Method in interface com.hp.hpl.jena.rdf.model.Model
Create a blank node resource with a specified identifier.
createResource(String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Create a new resource associated with this model.
createResource(Resource) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new anonymous resource with a given type.
createResource(String, Resource) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new resource with a given type.
createResource(ResourceF) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new anonymous resource using the supplied factory.
createResource(String, ResourceF) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new resource using the supplied factory.
createResource(Resource) - Method in interface com.hp.hpl.jena.rdf.model.ResourceF
Create new resource instance which extends the behaviour of a supplied resource.
createResource() - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
create a new anonymous resource.
createResource(String) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
create a new resource.
createResource() - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
create a new anonymous resource.
createResource(String) - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
create a new resource.
createRestriction(Property) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an anonymous property restriction in this model.
createRestriction(String, Property) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents a property restriction in this model.
createSeq() - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new anonymous seq.
createSeq(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a new seq.
createSet() - Static method in class com.hp.hpl.jena.util.HashUtils
Deprecated.  
createSet(Collection) - Static method in class com.hp.hpl.jena.util.HashUtils
Deprecated.  
createSimpleRDBConnection(String, String, String, String) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a plain IDBConnection to a database with the given URL, with the given user having the given password.
createSimpleRDBConnection() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a plain IDBConnection to a database, with the arguments implicitly supplied by system properties: The database URL - jena.db.url
The user - jena.db.user, or fails back to "test"
The password - jena.db.password, or fails back to ""
The db type - jena.db.type, or guessed from the URL
createSomeValuesFromRestriction(String, Property, Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
Create a Statement instance.
createStatement(Resource, Property, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a Statement instance.
createStatement(Resource, Property, String, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a Statement instance.
createStatement(Resource, Property, String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a Statement instance.
createStatement(Resource, Property, String, String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a Statement instance.
createStatement(Resource, Property, RDFNode) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
create a new statement.
createStatement(Resource, Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
create a new statement.
createSymmetricProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing a symmetric property
createSymmetricProperty(String, boolean) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing a symmetric property, which is optionally also functional.
createTransitiveProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing a transitive property
createTransitiveProperty(String, boolean) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing a transitive property, which is optionally also functional.
createTriple(QueryNode, QueryNode, QueryNode) - Method in interface com.hp.hpl.jena.graph.query.QueryNodeFactory
 
createTriple(QueryNode, QueryNode, QueryNode) - Method in class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
createTypedLiteral(String, RDFDatatype) - Method in interface com.hp.hpl.jena.rdf.model.Model
Build a typed literal from its lexical form.
createTypedLiteral(Object, RDFDatatype) - Method in interface com.hp.hpl.jena.rdf.model.Model
Build a typed literal from its value form.
createTypedLiteral(Object) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelCon
create a type literal from a boolean value.
createTypedLiteral(int) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a typed literal from an integer value.
createTypedLiteral(long) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a typed literal from an integer value.
createTypedLiteral(Calendar) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create a typed literal of type xsd:dateTime from a Calendar object.
createTypedLiteral(char) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a typed literal from a char value.
createTypedLiteral(float) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a typed literal from a float value.
createTypedLiteral(double) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a typed literal from a double value.
createTypedLiteral(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a typed literal from a String value.
createTypedLiteral(Object) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
create a literal from an Object.
createTypedLiteral(String, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Build a typed literal from its lexical form.
createTypedLiteral(Object, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Build a typed literal from its value form.
createTypedLiteral(String, RDFDatatype) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
 
createTypedLiteral(Object) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
Answer a typed literal.
createTypedLiteral(String, RDFDatatype) - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
Answer a typed literal.
createTypedLiteral(Object) - Method in interface com.hp.hpl.jena.rdf.model.ResourceFactory.Interface
Answer a typed literal.
createUncachedLiteral(Object, String, RDFDatatype) - Static method in class com.hp.hpl.jena.graph.Node
 
createUnion(Model, Model) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a new model that is the dynamic union of two other models.
createUnionClass(String, RDFList) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.graph.Node
make a URI node with the specified URIref string
createVariable(String) - Static method in class com.hp.hpl.jena.graph.Node
make a variable node with a given name
createWithDAMLAxioms(Resource) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Answer a new DIG reasoner instance (optionally configured with the given configuration resource) that is pre-loaded with the axioms pertaining to the DAML language.
createWithOWLAxioms(Resource) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Answer a new DIG reasoner instance (optionally configured with the given configuration resource) that is pre-loaded with the axioms pertaining to the OWL language.
creator - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
creator - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
An entity primarily responsible for making the content of the resource.

D

DAML_LANG - Static variable in class com.hp.hpl.jena.ontology.ProfileRegistry
The URI that maps to the language profile for DAML+OIL
DAML_MEM - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for DAML models that are stored in memory and do no additional entailment reasoning
DAML_MEM_RDFS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for DAML models that are stored in memory and use the RDFS inferencer for additional entailments
DAML_MEM_RULE_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for DAML models that are stored in memory and use a subset of the DAML semantic model additional entailments
DAML_MEM_TRANS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for DAML models that are stored in memory and use the transitive reasoner for entailments
DAML_OIL - Class in com.hp.hpl.jena.vocabulary
Defines a vocabulary of RDF constants used by the latest release of DAML+oil for class and property names.
DAMLMicroReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
We do not support DAML inference.
DAMLMicroReasoner(ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasoner
Constructor
DAMLMicroReasonerFactory - Class in com.hp.hpl.jena.reasoner.rulesys
We do not support DAML inference.
DAMLMicroReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasonerFactory
 
DAMLVocabulary - Interface in com.hp.hpl.jena.vocabulary
A marker interface for a DAML vocabulary, that will, in future, migrate towards providing support for versioning DAML and RDF namespaces, and, specifically, supporting multiple DAML vocabularies for DAML terms.
DataRange - Interface in com.hp.hpl.jena.ontology
Represents an ontology DataRange: a class-like construct that contains only concrete data literals.
DATARANGE() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the class that defines a closed range of concrete data values.
DataRange - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
datarangeDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource as a Datarange.
Dataset - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
A dataset is information encoded in a defined structure (for example, lists, tables, and databases), intended to be useful for direct machine processing.
dataSyntax - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Syntax of the query
Datatype - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
Datatype() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
Datatype() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
Datatype - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
Datatype - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
DATATYPE_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class of properties whose range elements are literals (not individuals)
datatypeAttr - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
DatatypeFormatException - Exception in com.hp.hpl.jena.datatypes
Exception thrown when a lexical form does not match the stated datatype.
DatatypeFormatException(String, RDFDatatype, String) - Constructor for exception com.hp.hpl.jena.datatypes.DatatypeFormatException
Preferred constructor.
DatatypeFormatException() - Constructor for exception com.hp.hpl.jena.datatypes.DatatypeFormatException
Creates a new instance of DatatypeFormatException without detail message.
DatatypeFormatException(String) - Constructor for exception com.hp.hpl.jena.datatypes.DatatypeFormatException
Constructs an instance of DatatypeFormatException with the specified detail message.
DatatypeProperty - Interface in com.hp.hpl.jena.ontology
Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values are individuals).
DatatypeProperty - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
DatatypeProperty() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
DatatypeProperty() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
DatatypeProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
datatypePropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource as a datatype property.
datatypeURI - Variable in class com.hp.hpl.jena.datatypes.BaseDatatype.TypedValue
 
date - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
date - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
A date associated with an event in the life cycle of the resource.
date - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:date
dateAccepted - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Date of acceptance of the resource (e.g. of thesis by university department, of article by journal, etc.).
dateCopyrighted - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Date of a statement of copyright.
DateScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of date encoding schemes and/or formats
dateSubmitted - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Date of submission of the resource (e.g. thesis, articles, etc.).
dateTime - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:dateTime
DAY_MASK - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Mask to indicate whether day is present
DB - Class in com.hp.hpl.jena.vocabulary
Vocabulary for Database properties.
DB() - Constructor for class com.hp.hpl.jena.vocabulary.DB
 
dbClass - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbClass - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an RDBMakerSpec that gives the string to use for class to load [if any] when making the connection.
dbClassProperty - Static variable in class com.hp.hpl.jena.assembler.JA
 
DBConnection - Class in com.hp.hpl.jena.db
Encapsulate the specification of a jdbc connection.
DBConnection(String, String, String) - Constructor for class com.hp.hpl.jena.db.DBConnection
Deprecated. As of Jena 2.0, it is recommended to use one of the DBConnection constructors which takes a database type as an argument. (The DBConnection can operate more efficiently if it knows the database type).
DBConnection(String, String, String, String) - Constructor for class com.hp.hpl.jena.db.DBConnection
Create a connection specification based on jdbc address and appropriate authentication information.
DBConnection(Connection) - Constructor for class com.hp.hpl.jena.db.DBConnection
Deprecated. As of Jena 2.0, it is recommended to use one of the DBConnection constructors which takes a database type as an argument. (The DBConnection can operate more efficiently if it knows the database type).
DBConnection(Connection, String) - Constructor for class com.hp.hpl.jena.db.DBConnection
Create a connection specification that just wraps up an existing database connection.
dbcreate - Class in jena
Create one Jena RDF model in a database.
dbcreate() - Constructor for class jena.dbcreate
 
dbdump - Class in jena
Write out the data from a database.
dbdump() - Constructor for class jena.dbdump
 
dblist - Class in jena
List the models available in a database Usage: jena.dblist [db spec] where [db spec] is: --spec file Contains an RDF description of the model --db JDBC_url --dbUser userId --dbPassword password --dbType Ignores any --model modelName.
dblist() - Constructor for class jena.dblist
 
dbload - Class in jena
Load data files into a Jena model in a database.
dbload() - Constructor for class jena.dbload
 
dbPassword - Variable in class com.hp.hpl.jena.assembler.ConnectionDescription
 
dbPassword - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbPassword - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an RDBMakerSpec that gives the string to use for the password when making the connection.
dbPasswordProperty - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbquery - Class in jena
 
dbquery() - Constructor for class jena.dbquery
 
DBqueryHandler() - Method in class com.hp.hpl.jena.db.GraphRDB
 
dbremove - Class in jena
Destroy a Jena RDF model available in a database.
dbremove() - Constructor for class jena.dbremove
 
dbType - Variable in class com.hp.hpl.jena.assembler.ConnectionDescription
 
dbType - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbType - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an RDBMakerSpec that gives the string to use for the database type when making the connection.
dbTypeProperty - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbURL - Variable in class com.hp.hpl.jena.assembler.ConnectionDescription
 
dbURL - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbURL - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an RDBMakerSpec that gives the string to use for the database URL when making the connection.
dbURLProperty - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbUser - Variable in class com.hp.hpl.jena.assembler.ConnectionDescription
 
dbUser - Static variable in class com.hp.hpl.jena.assembler.JA
 
dbUser - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an RDBMakerSpec that gives the string to use for the user name when making the connection.
dbUserProperty - Static variable in class com.hp.hpl.jena.assembler.JA
 
DC - Class in com.hp.hpl.jena.vocabulary
 
DC() - Constructor for class com.hp.hpl.jena.vocabulary.DC
 
DC_10 - Class in com.hp.hpl.jena.vocabulary
Dublin Core version 1.0 vocabulary.
DC_10() - Constructor for class com.hp.hpl.jena.vocabulary.DC_10
 
DC_11 - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from file:vocabularies/dublin-core_11.xml
DC_11() - Constructor for class com.hp.hpl.jena.vocabulary.DC_11
 
dcAbstract - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A summary of the content of the resource.
DCMIType - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A list of types used to categorize the nature or genre of the content of the resource.
DCTerms - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from vocabularies/dublin-core_terms.xml
DCTerms() - Constructor for class com.hp.hpl.jena.vocabulary.DCTerms
 
DCTypes - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from vocabularies/dublin-core_types.xml
DCTypes() - Constructor for class com.hp.hpl.jena.vocabulary.DCTypes
 
DDC - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Dewey Decimal Classification
decimal - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:decimal
decode(String) - Static method in class com.hp.hpl.jena.util.URIref
Convert a URI, in US-ASCII, with escaped characters taken from UTF-8, to the corresponding Unicode string.
decodeFileName(String) - Static method in class com.hp.hpl.jena.util.FileUtils
 
deepCopy() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Create a deep copy of the cache contents.
DEFATTRIBUTE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
DEFAULT - Static variable in class com.hp.hpl.jena.assembler.Mode
Default mode; existing objects are reused, new objects are not created
DEFAULT - Static variable in class com.hp.hpl.jena.db.GraphRDB
The name used for the default graph.
DEFAULT_CONFIG_URI - Static variable in class jena.schemagen
The default location of the configuration model is "file:schemagen.rdf"
DEFAULT_DAML_AXIOMS - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Default axioms location for the DAML variant DIG reasoner
DEFAULT_HEADER_TEMPLATE - Static variable in class jena.schemagen
Default template for the file header
DEFAULT_INDIVIDUAL_TEMPLATE - Static variable in class jena.schemagen
Default template for writing out individual declarations
DEFAULT_MARKER - Static variable in class jena.schemagen
The default marker string for denoting substitutions is "%"
DEFAULT_METADATA_PATH - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
The default path for searching for the metadata on locally cached ontologies
DEFAULT_OWL_AXIOMS - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Default axioms location for the OWL variant DIG reasoner
DEFAULT_PATH - Static variable in class com.hp.hpl.jena.util.LocationMapper
The default path for searching for the location mapper
DEFAULT_REASONER_URL - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Default URL for connecting to a local DIG reasoner on port 8081
DEFAULT_RULES - Static variable in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Constant: used to indicate default RDFS processing level
DEFAULT_TEMPLATE - Static variable in class jena.schemagen
Default template for writing out value declarations
defaultModel - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
DefaultModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
DefaultModelSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. DefaultModelSpec, a dynamic default ModelSpec
defaultTestType - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Default type of a test
DEFCONCEPT - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
DEFFEATURE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
DEFINDIVIDUAL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
DEFINED - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
DEFROLE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
delete(List) - Method in class com.hp.hpl.jena.db.GraphRDB
Delete a list of triples.
delete(Triple[]) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Remove all the triples from the graph this is handler for.
delete(List) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Remove all the triples in the list from the graph this is handler for.
delete(Iterator) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Remove all the triples in the iterator from the graph this is handler for.
delete(Graph) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Remove all the triples of the given graph from the graph this is handler for.
delete(Graph, boolean) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Remove all the triples of the given graph from the graph this is handler for.
delete(Triple) - Method in interface com.hp.hpl.jena.graph.Graph
Remove the triple t (if possible) from the set belonging to this graph
delete(Triple) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Removes the triple t (if relevant) from the caches.
deleteAllowed() - Method in interface com.hp.hpl.jena.graph.Capabilities
Answer true iff Graph::delete() can be used to remove at least some triples from the graph.
deleteAllowed(boolean) - Method in interface com.hp.hpl.jena.graph.Capabilities
Answer true if Graph::delete() can be used to remove at least some triples from the graph.
deleteAllowed(boolean) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfCapabilities
 
deleteBRule(Rule) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Deletes a new Backward rule as a rules of a forward rule process.
deleteBRule(Rule) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Deletes a new Backward rule as a rules of a forward rule process.
deleteBRule(Rule) - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Deletes a new Backward rule as a rules of a forward rule process.
DeleteDeniedException - Exception in com.hp.hpl.jena.shared
Exception to throw if a delete is denied.
DeleteDeniedException(String) - Constructor for exception com.hp.hpl.jena.shared.DeleteDeniedException
 
DeleteDeniedException(String, Triple) - Constructor for exception com.hp.hpl.jena.shared.DeleteDeniedException
 
deleteModel(IDBConnection, String) - Static method in class com.hp.hpl.jena.db.ModelRDB
Deprecated. Since Jena 2.0, to remove a model use the ModelRDB.remove()
deliver(Pipe) - Method in class com.hp.hpl.jena.graph.query.ConstraintStage
the delivery component: read the domain elements out of the input pipe, and only pass on those that satisfy the predicate.
deliver(Pipe) - Method in class com.hp.hpl.jena.graph.query.InitialStage
To deliver value into the Pipe result, we drop in a binding array of the correct width in which all the elements are null, then we close the pipe.
deliver(Pipe) - Method in class com.hp.hpl.jena.graph.query.PatternStageBase
 
deliver(Pipe) - Method in class com.hp.hpl.jena.graph.query.Stage
execute the pipeline and pump the results into _sink_; this is asynchronous.
Delta - Class in com.hp.hpl.jena.graph.compose
Graph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access.
Delta(Graph) - Constructor for class com.hp.hpl.jena.graph.compose.Delta
 
dependsOn(Graph) - Method in class com.hp.hpl.jena.graph.compose.Dyadic
Generic dependsOn, true iff it depends on either of the subgraphs.
dependsOn(Graph) - Method in class com.hp.hpl.jena.graph.compose.Polyadic
Answer true if this graph contains the given graph as a sub-component.
dependsOn(Graph) - Method in interface com.hp.hpl.jena.graph.Graph
true if this graph's content depends on the other graph.
DEPRECATED_CLASS() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the documentation class of deprecated classes.
DEPRECATED_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the documentation class of deprecated properties.
DeprecatedClass - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a class as being deprecated.
DeprecatedClass - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
DeprecatedProperty - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being deprecated.
DeprecatedProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
deref() - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Dereference a variable by following the reference chain.
Derivation - Interface in com.hp.hpl.jena.reasoner
Derivation records are used to determine how an inferred triple was derived from a set of source triples and a reasoner.
DESCENDANTS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
description - Variable in class com.hp.hpl.jena.reasoner.ValidityReport.Report
A textual description of the error or warning.
description - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
description - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
An account of the content of the resource.
description - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
A human-readable summary of the test case.
description - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
descriptionP - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Reasoner description property: text description of the reasoner
Difference - Class in com.hp.hpl.jena.graph.compose
Class representing the dynamic set difference L - R of two graphs.
Difference(Graph, Graph) - Constructor for class com.hp.hpl.jena.graph.compose.Difference
Initialise a graph representing the difference L - R.
difference(Model) - Method in interface com.hp.hpl.jena.rdf.model.Model
Create a new, independant, model containing all the statements in this model which are not in another.
Difference - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the third argument to the arithetic difference between the first and second aguments.
Difference() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Difference
 
DIFFERENT_FROM() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one resource represents a different individual than another resource.
differentFrom - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of one ontology individual being distinct from another
differentFrom - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
differentIndividualFrom - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML differentIndvidualFrom property on instances
differentIndividualFrom() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML differentIndvidualFrom property on instances
differentIndividualFrom() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML differentIndvidualFrom property on instances
DIGAdapter - Class in com.hp.hpl.jena.reasoner.dig
An adapter class that mediates between a Jena InfGraph and a DIG reasoner process.
DIGAdapter(OntModelSpec, Graph) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Construct a DIG adapter for the given source data graph, which is encoding an ontology in a language represented by the given model spec.
DIGAdapter(OntModelSpec, Graph, DIGConnection, Model) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Construct a DIG adapter for the given source data graph, which is encoding an ontology in a language represented by the given model spec.
DIGConnection - Class in com.hp.hpl.jena.reasoner.dig
Encapsulates the connection to a DIG reasoner.
DIGConnection() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGConnection
 
DIGConnectionPool - Class in com.hp.hpl.jena.reasoner.dig
Maintains a pool of active DIG connections and whether they are allocated or not.
DIGErrorResponseException - Exception in com.hp.hpl.jena.reasoner.dig
An exception that encapsulates an error response from the DIG server, including error number and message.
DIGErrorResponseException(String, String, int) - Constructor for exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
DIGIdentifier - Interface in com.hp.hpl.jena.reasoner.dig
A structure that presents identification information about the attached DIG reasoner.
DIGInconsistentKBException - Exception in com.hp.hpl.jena.reasoner.dig
This exception denotes the special error condition that the remote reasoner detected an inconsistent knowledge base.
DIGInconsistentKBException(String, String, int) - Constructor for exception com.hp.hpl.jena.reasoner.dig.DIGInconsistentKBException
 
DIGInfGraph - Class in com.hp.hpl.jena.reasoner.dig
An InfGraph that performs reasoning via a DIG interface to an external reasoner.
DIGInfGraph(Graph, DIGReasoner) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Constructor
DIGIteratedQueryTranslator - Class in com.hp.hpl.jena.reasoner.dig
A specialisation of DIG query translator that aggregates iterated queries
DIGIteratedQueryTranslator(String, String, String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGIteratedQueryTranslator
Construct a query translator for the given query parameters.
DIGProfile - Interface in com.hp.hpl.jena.reasoner.dig
Encapsulates the multiple extant versions of the DIG protocol, which have different expectations as to namespaces, XML encodings, and other variables.
DIGQueryAllConceptsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG allconcepts queries in response to a find query: * rdf:type owl:Class or similar.
DIGQueryAllConceptsTranslator(String, String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryAllConceptsTranslator
Construct a translator for the DIG query all concepts.
DIGQueryAllIndividualsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG allIndividualNames queries
DIGQueryAllIndividualsTranslator(String, String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryAllIndividualsTranslator
Construct a translator for the DIG query all role names.
DIGQueryAllRolesTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG allroleNames queries in response to a find query: * rdf:type owl:ObjectProperty or similar.
DIGQueryAllRolesTranslator(String, String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryAllRolesTranslator
Construct a translator for the DIG query all role names.
DIGQueryAncestorsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG ancestors/desendants queries in response to a find queries: :X rdf:subClassOf * * rdf:subClassOf :X or similar.
DIGQueryAncestorsTranslator(String, boolean) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryAncestorsTranslator
Construct a translator for the DIG query 'parents'.
DIGQueryClassHierarchyTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG queries in response to find queries that search the entire class hierarchy: * rdf:subClassOf * or similar.
DIGQueryClassHierarchyTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryClassHierarchyTranslator
Construct a translator for the DIG class hierarchy queries.
DIGQueryDifferentFromTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator for queries as to whether two ground individuals are different-from each other.
DIGQueryDifferentFromTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryDifferentFromTranslator
Construct a translator to test whether two individuals are different
DIGQueryDisjointTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator for queries about the disjoint-ness of two ground concepts
DIGQueryDisjointTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryDisjointTranslator
Construct a translator to test whether two concepts are disjoint
DIGQueryEquivalentsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator to map owl:equivalentClass to the DIG <equivalents> query.
DIGQueryEquivalentsTranslator(String, boolean) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryEquivalentsTranslator
Construct a translator for the DIG query 'equivalents'.
DIGQueryInstancesTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG instances queries in response to a find queries: * rdf:type :C or similar.
DIGQueryInstancesTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryInstancesTranslator
Construct a translator for the DIG query 'instances'.
DIGQueryInstanceTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG 'instance' queries in response to a find query: :x rdf:type :A or similar.
DIGQueryInstanceTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryInstanceTranslator
Construct a translator for the DIG query 'instance'.
DIGQueryIsConceptTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates a DIG query to test whether a ground name is a class atom x rdf:type owl:Class or similar.
DIGQueryIsConceptTranslator() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
Construct a translator for the DIG for a concept name.
DIGQueryIsEquivalentTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator to map variants of owl:equivalentClass to the DIG <equivalents> query, where the query is testing if two concepts are indeed equivalent (rather than listing the atoms that are, in fact, equivalent to a given concept, which is what DIGQueryEquivalentsTranslator does).
DIGQueryIsEquivalentTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryIsEquivalentTranslator
Construct a translator for the DIG query 'equivalents'.
DIGQueryIsIndividualTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates a DIG query to test whether a ground name is an individual atom x rdf:type owl:Thing, or x rdf:type y /\ isConcept( y ) or similar.
DIGQueryIsIndividualTranslator() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
Construct a translator for the DIG for an individual name.
DIGQueryIsRoleTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates a DIG query to test whether a ground name is an role atom x rdf:type owl:ObjectProperty or similar.
DIGQueryIsRoleTranslator() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
Construct a translator for the DIG for a role name.
DIGQueryParentsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG parents/childre queries in response to a find queries: :X direct-subClassOf * * direct-subClassOf :X or similar.
DIGQueryParentsTranslator(String, boolean) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryParentsTranslator
Construct a translator for the DIG query 'parents'.
DIGQueryParentsTranslator(String, String, String, boolean) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryParentsTranslator
Construct a translator for the DIG query 'parents', with explicit subject and object values.
DIGQueryRelatedIndividualsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG relatedIndividuals queries in response to a find queries: * :r * or similar.
DIGQueryRelatedIndividualsTranslator() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryRelatedIndividualsTranslator
Construct a translator for the DIG query 'relatedIndividuals'.
DIGQueryRoleAncestorsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG role ancestors/desendants queries in response to a find queries: :X rdf:subPropertyOf * * rdf:subPropertyOf :X or similar.
DIGQueryRoleAncestorsTranslator(String, boolean) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleAncestorsTranslator
Construct a translator for the DIG query 'rparents'.
DIGQueryRoleFillersTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG roleFillers queries in response to a find queries: :a :r * or similar.
DIGQueryRoleFillersTranslator() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillersTranslator
Construct a translator for the DIG query 'roleFillers'.
DIGQueryRoleFillerTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates a DIG roleFillers query in response to a find queries: :a :r :b where both a and b are known.
DIGQueryRoleFillerTranslator() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillerTranslator
Construct a translator for the DIG query 'roleFillers'.
DIGQueryRoleHierarchyTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG queries in response to find queries that search the entire class hierarchy: * rdf:subClassOf * or similar.
DIGQueryRoleHierarchyTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleHierarchyTranslator
Construct a translator for the DIG class hierarchy queries.
DIGQueryRoleParentsTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG parents/childre queries in response to a find queries: :X direct-subClassOf * * direct-subClassOf :X or similar.
DIGQueryRoleParentsTranslator(String, boolean) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleParentsTranslator
Construct a translator for the DIG query 'rparents'.
DIGQuerySubsumesTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG allconcepts queries in response to a find query: :x rdf:subClassOf :y or similar.
DIGQuerySubsumesTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQuerySubsumesTranslator
Construct a translator for the DIG query 'subsumes'.
DIGQueryTranslator - Class in com.hp.hpl.jena.reasoner.dig
Base class for translators that map incoming RDF find patterns to DIG queries.
DIGQueryTranslator(String, String, String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Construct an abstract translator, given the URI's of nodes to match against or null to represent
DIGQueryTypesTranslator - Class in com.hp.hpl.jena.reasoner.dig
Translator that generates DIG 'types' queries in response to a find queries: :i rdf:type * or similar.
DIGQueryTypesTranslator(String) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGQueryTypesTranslator
Construct a translator for the DIG query 'instances'.
DIGReasoner - Class in com.hp.hpl.jena.reasoner.dig
This reasoner is the generator of inf-graphs that can use an external DIG inference engine to perform DL reasoning tasks.
DIGReasoner(Graph, ReasonerFactory, Resource) - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Construct a DIG reasoner, that can generate inference graphs binding an external DIG inference engine (e.g.
DIGReasonerException - Exception in com.hp.hpl.jena.reasoner.dig
Exception indicating that a problem has arisen in the interface to the DIG reasoner.
DIGReasonerException(String) - Constructor for exception com.hp.hpl.jena.reasoner.dig.DIGReasonerException
Create a new exception with the given message
DIGReasonerFactory - Class in com.hp.hpl.jena.reasoner.dig
Factory class for generating instances of DIG reasoners.
DIGValueToNodeMapper - Class in com.hp.hpl.jena.reasoner.dig
Mapper to map DIG identifier names and concrete value elements to Jena graph nodes.
DIGValueToNodeMapper() - Constructor for class com.hp.hpl.jena.reasoner.dig.DIGValueToNodeMapper
 
DIGWrappedException - Exception in com.hp.hpl.jena.reasoner.dig
An exception type that wraps a checked exception from the DIG interface as a Jena (runtime) exception.
DIGWrappedException(Throwable) - Constructor for exception com.hp.hpl.jena.reasoner.dig.DIGWrappedException
Construct a DIG exception that wraps a deeper exception from the DIG interface.
directory - Static variable in class com.hp.hpl.jena.assembler.JA
 
directRDFType - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
The property that represents the direct/minimal version of the rdf:type relationship
directSubClassOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
The direct (minimal) version of the subClassOf property
directSubClassOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
The direct (minimal) version of the subClassOf property
directSubClassOf - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
The property that represents the direct/minimal version of the subClassOf relationship
directSubPropertyOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
The direct (minimal) version of the subPropertyOf property
directSubPropertyOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
The direct (minimal) version of the subPropertyOf property
directSubPropertyOf - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
The property that represents the direct/minimal version of the subPropertyOf relationship
discardNodesWithNodeID() - Method in interface com.hp.hpl.jena.rdf.arp.ExtendedHandler
This method is used to modify the behaviour of ARP concerning its reporting of bnode scope ExtendedHandler.endBNodeScope(com.hp.hpl.jena.rdf.arp.AResource).
discussion - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
Contains a pointer to other discussion surrounding this test case or the associated issue.
DISJOINT - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
DISJOINT_WITH() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one class has no individuals in its extension in common with another class.
DisjointUnion - Class in com.hp.hpl.jena.graph.compose
DisjointUnion - a version of Union that assumes the graphs are disjoint, and hence that find need not do duplicate-removal.
DisjointUnion(Graph, Graph) - Constructor for class com.hp.hpl.jena.graph.compose.DisjointUnion
 
disjointUnionOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML disjointUnionOf property on Classes
disjointUnionOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML disjointUnionOf property on Classes
disjointUnionOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML disjointUnionOf property on Classes
disjointWith - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML disjointWith property on Classes
disjointWith() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML disjointWith property on Classes
disjointWith() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML disjointWith property on Classes
disjointWith - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of one class expression being disjoint with another.
disjointWith - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
DISTINCT_MEMBERS() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that maps from an Profile.ALL_DIFFERENT() axiom to the set of individuals that are pair-wise different from each other.
distinctMembers - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the identification of a set of individuals that are in the scope of an AllDifferent declaration.
distinctMembers - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
DL - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
One of the conformance levels in the OWL test suite.
DL_LANG - Static variable in class com.hp.hpl.jena.vocabulary.OWL
A resource, not officially sanctioned by WebOnt, that denotes the OWL-DL sublanguage of OWL
doAltURLMapping(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer the URL of the alternative copy of the ontology document with the given URI, if known, or the URI unchanged if no alternative is known.
doc - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
DOC_MGR_POLICY - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
rdf:type for document manager policy nodes
docManager - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an OntModelSpec that gives the document manager resource.
doCompressURI - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
doCreateModel() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Create an OntModel according to this model specification.
document - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
A test case document for a miscellaneous test.
documentManager - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
documentManager - Static variable in class com.hp.hpl.jena.assembler.JA
 
DocumentManager - Static variable in class com.hp.hpl.jena.assembler.JA
 
DocumentManagerPolicy - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
A node that specifies behavioural options for the document manager
DoesNotExistException - Exception in com.hp.hpl.jena.shared
Exception thrown when an attempt is made find an entity by name, but it cannot be located.
DoesNotExistException(String) - Constructor for exception com.hp.hpl.jena.shared.DoesNotExistException
The entity name does not exist.
DoesNotReifyException - Exception in com.hp.hpl.jena.rdf.model
This exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond to a reification.
DoesNotReifyException(Node) - Constructor for exception com.hp.hpl.jena.rdf.model.DoesNotReifyException
 
DOM2Model - Class in com.hp.hpl.jena.rdf.arp
Transform DOM nodes of RDF.XML into Jena Models.
DOM2Model(String, Model) - Constructor for class com.hp.hpl.jena.rdf.arp.DOM2Model
Deprecated. Use DOM2Model.createD2M(String, Model)
DOM2Model(String, Model, String) - Constructor for class com.hp.hpl.jena.rdf.arp.DOM2Model
Deprecated. Use DOM2Model.createD2M(String, Model, String)
Domain - Class in com.hp.hpl.jena.graph.query
A Domain is an answer to a Binding query.
Domain(Node[]) - Constructor for class com.hp.hpl.jena.graph.query.Domain
Initialise a Domain with a copy of a Node value array.
Domain(int) - Constructor for class com.hp.hpl.jena.graph.query.Domain
Initialise this Domain with size null slots.
DOMAIN() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes the domain of a property.
DOMAIN - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
domain - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:domain in daml namespace
domain() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:domain in daml namespace
domain() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:domain in daml namespace
domain - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as having a given class, datatype or datarange as the domain
domain - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
domain - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
dontSort - Static variable in class com.hp.hpl.jena.graph.query.Query
Deprecated. - use TripleSorter.dontSort instead.
dontSort - Static variable in interface com.hp.hpl.jena.graph.query.TripleSorter
A TripleSorter that does not alter the triple array at all.
doQuery(Query, QueryExecution, ResultsFormat) - Method in class jena.dbquery
 
driverVersion - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
Drop - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
A variant of the "remove" builtin that will delete matched triples from the graph but will not trigger further rule processing for the removed triples.
Drop() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Drop
 
dropIndividual(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Remove the given individual from the set of instances that are members of this class.
dump() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Dump a description of the cache to a string for debug.
duration - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
The time taken for the test to run (as far as it did run) on the tested system; an xsd:duration.
duration - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:duration
Dyadic - Class in com.hp.hpl.jena.graph.compose
Base class for the two-operand composition operations; has two graphs L and R
Dyadic(Graph, Graph) - Constructor for class com.hp.hpl.jena.graph.compose.Dyadic
When the graph is constructed, copy the prefix mappings of both components into this prefix mapping.
Dyadic - Class in com.hp.hpl.jena.graph.query
A base class for dyadic expressions with a built-in Valuator; subclasses must define an evalObject or evalBool method which will be supplied with the evaluated operands.
Dyadic(Expression, String, Expression) - Constructor for class com.hp.hpl.jena.graph.query.Dyadic
 

E

EarlyBindingIterator - Class in com.hp.hpl.jena.util.iterator
Fully execute the iterator immediately, but pretend we haven't.
EarlyBindingIterator(Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.EarlyBindingIterator
 
educationLevel - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A general statement describing the education or training context.
egNS - Static variable in class com.hp.hpl.jena.util.PrintUtil
Default built in eg namespace used in testing
Element - Class in com.hp.hpl.jena.graph.query
An Element of a matching triple.
EM_ERROR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Used as ErrorMode to report error, and not generate associated triples.
EM_FATAL - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Used as ErrorMode to stop processing after reporting error.
EM_IGNORE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Used as ErrorMode to not report an error.
EM_WARNING - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Used as ErrorMode to report warning and continue processing.
EMAIL - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
EMAILTYPES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
empty - Static variable in class com.hp.hpl.jena.assembler.Content
An empty Content object for your convenience.
empty - Static variable in class com.hp.hpl.jena.assembler.RuleSet
 
empty - Static variable in class com.hp.hpl.jena.graph.query.Applyer
An Applyer that never calls its next StageElement.
emptyGraph - Static variable in interface com.hp.hpl.jena.graph.Graph
An immutable empty graph.
emptyIterator() - Static method in class com.hp.hpl.jena.util.iterator.NiceIterator
An iterator over no elements.
EmptyListException - Exception in com.hp.hpl.jena.rdf.model
A exception that is thrown when an operation is attempted on an empty (nil) list that actually requires a list of length one or more.
EmptyListException() - Constructor for exception com.hp.hpl.jena.rdf.model.EmptyListException
Construct an empty list exception with a default message.
EmptyListException(String) - Constructor for exception com.hp.hpl.jena.rdf.model.EmptyListException
Construct an empty list exception with a given message.
EmptyListUpdateException - Exception in com.hp.hpl.jena.rdf.model
Exception that is thrown when an attept is made to perform a side-effectful operation on an RDFList that is the empty list, or rdf:nil.
EmptyListUpdateException() - Constructor for exception com.hp.hpl.jena.rdf.model.EmptyListUpdateException
 
EmptyListUpdateException(String) - Constructor for exception com.hp.hpl.jena.rdf.model.EmptyListUpdateException
 
emptyPropertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
encode(String) - Static method in class com.hp.hpl.jena.util.URIref
Convert a Unicode string, first to UTF-8 and then to an RFC 2396 compliant URI with optional fragment identifier using %NN escape mechanism as appropriate.
encodeFileName(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Deprecated. Broken: use toURL()
encodingUTF8 - Static variable in class com.hp.hpl.jena.util.FileUtils
Java name for UTF-8 encoding
endBNodeScope(AResource) - Method in interface com.hp.hpl.jena.rdf.arp.ExtendedHandler
After this call, no more triples will be reported which use bnode.
endPrefixMapping(String) - Method in interface com.hp.hpl.jena.rdf.arp.NamespaceHandler
A namespace prefix is going out of scope.
endRDF() - Method in interface com.hp.hpl.jena.rdf.arp.ExtendedHandler
Called when the </rdf:RDF> tag is seen.
endsWith(Expression, String, String) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
engineType - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
EnhGraph - Class in com.hp.hpl.jena.enhanced
A specialisation of Polymorphic that models an extended graph - that is, one that containsEnhanced nodes or one that itself exposes additional capabilities beyond the graph API.
EnhGraph(Graph, Personality) - Constructor for class com.hp.hpl.jena.enhanced.EnhGraph
Construct an enhanced graph from the given underlying graph, and a factory for generating enhanced nodes.
EnhNode - Class in com.hp.hpl.jena.enhanced
A specialisation of Polymorphic that models an extended node in a an extended graph.
EnhNode(Node, EnhGraph) - Constructor for class com.hp.hpl.jena.enhanced.EnhNode
 
entailmentRules - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
The rules for determining entailment - presently RDF alone or RDF and RDFS; in addition, the requirement for datatype support machinery can be indicated.
enterCriticalSection(boolean) - Method in interface com.hp.hpl.jena.shared.Lock
Enter a critical section.
enterCriticalSection(boolean) - Method in class com.hp.hpl.jena.shared.LockMRSW
Application controlled locking - enter a critical section.
enterCriticalSection(boolean) - Method in class com.hp.hpl.jena.shared.LockMutex
 
enterCriticalSection(boolean) - Method in class com.hp.hpl.jena.shared.LockNone
 
ENTITIES - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:ENTITIES
ENTITY - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:ENTITY
entries - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
Connects the manifest resource to rdf:type list of entries
entrySet() - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer a set of the mappings in this map.
entrySetIterator() - Method in class com.hp.hpl.jena.graph.query.NamedTripleBunches
Answer an iterator over the entry set of the associated map: this will be cleaned up as we refactor.
EnumeratedClass - Interface in com.hp.hpl.jena.ontology
Encapsulates a class description representing a closed enumeration of individuals.
EQUAL - Static variable in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
constant to indicate an equals relationship from compare()
Equal - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Check that the two args are semantically equal.
Equal() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Equal
 
EQUALC - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
EQUALR - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
equals(Object) - Method in class com.hp.hpl.jena.assembler.RuleSet
 
equals(Object) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype.TypedValue
 
equals(Object) - Method in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
Equality function
equals(Object) - Method in class com.hp.hpl.jena.enhanced.EnhGraph
An enhanced graph is equal to another graph g iff the underlying graphs are equal.
equals(Object) - Method in class com.hp.hpl.jena.enhanced.EnhNode
An enhanced node is equal to another enhanced node n iff the underlying nodes are equal.
equals(Object) - Method in class com.hp.hpl.jena.enhanced.Polymorphic
subclasses must override equals.
equals(Object) - Method in class com.hp.hpl.jena.graph.GraphEvents
 
equals(Object) - Method in class com.hp.hpl.jena.graph.Node
Nodes only equal other Nodes that have equal labels.
equals(Object) - Method in class com.hp.hpl.jena.graph.Node_ANY
Node_ANY's are only equal to other Node_ANY's
equals(Object) - Method in class com.hp.hpl.jena.graph.Node_Blank
 
equals(Object) - Method in class com.hp.hpl.jena.graph.Node_Literal
 
equals(Object) - Method in class com.hp.hpl.jena.graph.Node_NULL
Node_NULL's are equal to no null nodes; strictly speaking, this incorrect but suits our purposes. really want an isNull method on Node but that's too much surgery.
equals(Object) - Method in class com.hp.hpl.jena.graph.Node_URI
 
equals(Object) - Method in class com.hp.hpl.jena.graph.Node_Variable
 
equals(Object) - Method in class com.hp.hpl.jena.graph.Node_Variable.VariableName
 
equals(Object) - Method in class com.hp.hpl.jena.graph.query.Domain
 
equals(Object) - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
equals(Expression, Expression) - Static method in class com.hp.hpl.jena.graph.query.Expression.Util
 
equals(Object) - Method in class com.hp.hpl.jena.graph.Triple
Answer true if o is a Triple with the same subject, predicate, and object as this triple.
equals(Object) - Method in class com.hp.hpl.jena.ontology.OntModelSpec
 
equals(Object) - Method in class com.hp.hpl.jena.rdf.model.AnonId
Test whether two id's are the same
equals(Object) - Method in interface com.hp.hpl.jena.rdf.model.Literal
Test whether another object is equal to this object.
equals(Object) - Method in interface com.hp.hpl.jena.rdf.model.Model
Test whether the given object m is a model that is equal to this model, which is true iff the underlying graphs are identical Java objects.
equals(Object) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Determine whether two objects represent the same resource.
equals(Object) - Method in interface com.hp.hpl.jena.rdf.model.Statement
determine whether two statements are equal.
equals(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Equality is based on structural comparison
equals(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Equality override
equals(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.RuleDerivation
Compare two derivations.
equals(Object) - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Equality override - used so that TriplePattern variants (same to within variable renaming) test as equals
equals(Object) - Method in class com.hp.hpl.jena.util.LocationMapper
 
equals(Object) - Method in class com.hp.hpl.jena.util.LocatorClassLoader
 
equals(Object) - Method in class com.hp.hpl.jena.util.LocatorFile
 
equals(Object) - Method in class com.hp.hpl.jena.util.LocatorURL
 
equals(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Compares the specified object with this map for equality.
EQUIVALENT_CLASS() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one class has the same extension as another.
EQUIVALENT_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one property has the same property extension as another.
equivalentClass - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of one class expression being equivalent to another.
equivalentClass - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
equivalentProperty - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being equivalent to another property
equivalentProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
EQUIVALENTS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
equivalentTo - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the equivalentTo property on DAML values
equivalentTo() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the equivalentTo property on DAML values
equivalentTo() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the equivalentTo property on DAML values
ERR_ABOUTEACH_NOT_TOPLEVEL - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. No longer occurs. Any use of rdf:aboutEach is a syntax error.
ERR_BAD_RDF_ATTRIBUTE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An attribute name in the RDF namespace has been used that is reserved as an RDF name, but not as an attribute.
ERR_BAD_RDF_ELEMENT - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An element is tagged rdf:XXX where XXX is an RDF attribute name.
ERR_ENCODING_MISMATCH - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
ARP was called with an InputSteamReader or a FileReader which used an encoding differnt from that in the XML declaration.
ERR_GENERIC_IO - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An IOException occurred.
ERR_INTERNAL_ERROR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. No longer used.
ERR_INTERRUPTED - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The Thread was interrupted.
ERR_LI_AS_TYPE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
rdf:li is being used in the typed node construction.
ERR_NOT_WHITESPACE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Non-white character data has occurred where the RDF grammar does not permit it.
ERR_RESOLVING_AGAINST_MALFORMED_BASE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Cannot resolve a relative URI, because base URI is malformed.
ERR_RESOLVING_AGAINST_RELATIVE_BASE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Cannot resolve a relative URI, because base URI is relative.
ERR_RESOLVING_URI_AGAINST_NULL_BASE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
A base URI was required but not given.
ERR_SAX_ERROR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The SAX Parser generated an error.
ERR_SAX_FATAL_ERROR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The SAX Parser generated a fatal error.
ERR_STRING_NOT_NORMAL_FORM_C - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. See 2nd Last Call docs * (E207).
ERR_SYNTAX_ERROR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The attributes or element tags contravene the RDF grammar.
ERR_UNABLE_TO_RECOVER - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. Not used.
ERR_URI_NOT_NORMAL_FORM_C - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. WG decision on williams-01.
ERR_UTF_ENCODING - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The document claimed to be UTF-8 but was not.
error(Exception) - Method in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler
report an error
ERROR - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
errorCheck(Document, DIGProfile) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Check the response from the DIG server to see if there is an error code, and raise an excption if so.
errorCode(String) - Static method in exception com.hp.hpl.jena.rdf.arp.ParseException
The integer code associated with a string from ARPErrorNumbers.
errorCodeName(int) - Static method in exception com.hp.hpl.jena.rdf.arp.ParseException
The string from ARPErrorNumbers associated with an integer error code
errorMessage() - Method in class com.hp.hpl.jena.rdf.arp.lang.LanguageTag
An error message describing the reason the tag is illegal.
evalAsBodyClause(RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Execute the given built in as a body clause.
evalBool(Object, Object) - Method in class com.hp.hpl.jena.graph.query.Dyadic
Answer the boolean result of evaluating this dyadic expression with the given arguments l and r.
evalBool(VariableValues) - Method in class com.hp.hpl.jena.graph.query.Expression.BoolConstant
 
evalBool(IndexValues) - Method in class com.hp.hpl.jena.graph.query.Expression.BoolConstant
 
evalBool(IndexValues) - Method in class com.hp.hpl.jena.graph.query.FixedValuator
Answer this FixedValuator's value, which must be a Boolean object, as a boolean.
evalBool(Object, Object) - Method in class com.hp.hpl.jena.graph.query.Rewrite.DyadicLiteral
 
evalBool(IndexValues) - Method in class com.hp.hpl.jena.graph.query.SlotValuator
Answer the primitive boolean value of the indexth element of the index value bindings, which must be a Boolean value.
evalBool(IndexValues) - Method in interface com.hp.hpl.jena.graph.query.Valuator
Answer the evaluated value as a primitive boolean
evalBool(IndexValues) - Method in class com.hp.hpl.jena.graph.query.ValuatorSet
Answer true iff no Valuator in this set evaluates to false.
evalObject(Object, Object) - Method in class com.hp.hpl.jena.graph.query.Dyadic
Answer the Object result of evaluating this dyadic expression with the given arguments l and r.
evalObject(IndexValues) - Method in class com.hp.hpl.jena.graph.query.Expression.BoolConstant
 
evalObject(IndexValues) - Method in class com.hp.hpl.jena.graph.query.FixedValuator
Answer this FixedValuator's value, as supplied when it was constructed.
evalObject(IndexValues) - Method in class com.hp.hpl.jena.graph.query.SlotValuator
Answer the value of the indexth element of the index values bindings.
evalObject(IndexValues) - Method in interface com.hp.hpl.jena.graph.query.Valuator
Answer the evaluated value
Event - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
An event is a non-persistent, time-based occurrence.
execute() - Method in interface com.hp.hpl.jena.shared.Command
Perform some action and return some result.
executeBindings() - Method in interface com.hp.hpl.jena.graph.query.BindingQueryPlan
 
executeBindings(Graph, Node[]) - Method in class com.hp.hpl.jena.graph.query.Query
 
executeBindings(Graph, List, Node[]) - Method in class com.hp.hpl.jena.graph.query.Query
 
executeBindings(NamedGraphMap, Node[]) - Method in class com.hp.hpl.jena.graph.query.Query
 
executeBindings(List, NamedGraphMap, Node[]) - Method in class com.hp.hpl.jena.graph.query.Query
the standard "default" implementation of executeBindings.
executeBindings(List, NamedGraphMap, Node[]) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryEngine
 
executeBindings() - Method in class com.hp.hpl.jena.graph.query.SimpleQueryPlan
 
executeInTransaction(Command) - Method in interface com.hp.hpl.jena.graph.TransactionHandler
If transactions are supported, execute the command c within a transaction and return its result.
executeInTransaction(Command) - Method in interface com.hp.hpl.jena.rdf.model.Model
Execute the command cmd inside a transaction.
executeTree() - Method in class com.hp.hpl.jena.graph.query.SimpleTreeQueryPlan
 
executeTree() - Method in interface com.hp.hpl.jena.graph.query.TreeQueryPlan
 
exists(String) - Method in class com.hp.hpl.jena.util.LocatorFile
 
Expanded - Static variable in class com.hp.hpl.jena.assembler.JA
 
expandPrefix(String) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
Expand a prefixed URI.
expandPrefix(String) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Expand the uri using the prefix mappings if possible.
expandQname(String) - Static method in class com.hp.hpl.jena.util.PrintUtil
Expand qnames to URIs.
Expression - Interface in com.hp.hpl.jena.graph.query
Expression - the interface for expressions that is expected by Query for constraints.
Expression.Application - Class in com.hp.hpl.jena.graph.query
An abstract base class for apply nodes; subclasses implement getFun(), argCount(), and getArg().
Expression.Application() - Constructor for class com.hp.hpl.jena.graph.query.Expression.Application
 
Expression.Base - Class in com.hp.hpl.jena.graph.query
An abstract base class for Expressions; over-ride as appropriate.
Expression.Base() - Constructor for class com.hp.hpl.jena.graph.query.Expression.Base
 
Expression.BoolConstant - Class in com.hp.hpl.jena.graph.query
Base class used to implement TRUE and FALSE.
Expression.BoolConstant(boolean) - Constructor for class com.hp.hpl.jena.graph.query.Expression.BoolConstant
 
Expression.Constant - Class in com.hp.hpl.jena.graph.query
An abstract base class for literal nodes; subclasses implement getValue().
Expression.Constant() - Constructor for class com.hp.hpl.jena.graph.query.Expression.Constant
 
Expression.Fixed - Class in com.hp.hpl.jena.graph.query
A concrete class for representing fixed constants; each instance can hold a separate value and its valuator returns that value.
Expression.Fixed(Object) - Constructor for class com.hp.hpl.jena.graph.query.Expression.Fixed
 
Expression.Util - Class in com.hp.hpl.jena.graph.query
Utility methods for Expressions, captured in a class because they can't be written directly in the interface.
Expression.Util() - Constructor for class com.hp.hpl.jena.graph.query.Expression.Util
 
Expression.Valof - Class in com.hp.hpl.jena.graph.query
Valof provides an implementation of VariableValues which composes the "compile-time" VariableIndexes map with the "run-time" IndexValues map to produce a VariableValues map.
Expression.Valof(VariableIndexes) - Constructor for class com.hp.hpl.jena.graph.query.Expression.Valof
 
Expression.Variable - Class in com.hp.hpl.jena.graph.query
An abstract base class for variable nodes; subclasses implement getName().
Expression.Variable() - Constructor for class com.hp.hpl.jena.graph.query.Expression.Variable
 
ExpressionFunctionURIs - Interface in com.hp.hpl.jena.graph.query
ExpressionFunctionURIs: constants expressing the URIs for functions that may be recognised or generated by expression constructors and analysers.
ExpressionSet - Class in com.hp.hpl.jena.graph.query
ExpressionSet: represent a set of (boolean) expressions ANDed together.
ExpressionSet() - Constructor for class com.hp.hpl.jena.graph.query.ExpressionSet
Initialise an expression set with no members.
EXT_REASONER_AXIOMS - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property to denote the axioms file that the reasoner will use for background knowledge.
EXT_REASONER_ONT_LANG - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property to denote the ontology language (OWL, DAML, RDFS) an external reasoner will process.
EXT_REASONER_URL - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property to denote the URL of an external reasoner.
Extadd - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Extended - Static variable in interface com.hp.hpl.jena.shared.PrefixMapping
A PrefixMapping built on Standard with some extras
ExtendedHandler - Interface in com.hp.hpl.jena.rdf.arp
Extended callbacks from a reader to an RDF application.
ExtendedIterator - Interface in com.hp.hpl.jena.util.iterator
an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
extendedTypeDefinition() - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Returns an object giving more details on the datatype.
extendedTypeDefinition() - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Returns an object giving more details on the datatype.
extendedTypeDefinition() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Returns the Xerces datatype representation for this type, this is an XSSimpleType, in fact an XSSimpleTypeDecl.
extension - Variable in class com.hp.hpl.jena.reasoner.ValidityReport.Report
Some reasoner dependent data structure giving more information on the problem.
extent - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The size or duration of the resource.
ExternalContent - Static variable in class com.hp.hpl.jena.assembler.JA
 
externalContent - Static variable in class com.hp.hpl.jena.assembler.JA
 
extract(Node, Graph) - Method in class com.hp.hpl.jena.graph.GraphExtract
Answer a new graph which is the reachable subgraph from node in graph with the terminating condition given by the TripleBoundary passed to the constructor.
extract(Resource, Model) - Method in class com.hp.hpl.jena.rdf.model.ModelExtract
Answer the rooted sub-model.
extractInto(Graph, Node, Graph) - Method in class com.hp.hpl.jena.graph.GraphExtract
Answer the graph toUpdate augmented with the sub-graph of extractFrom reachable from root bounded by this instance's TripleBoundary.
extractInto(Model, Resource, Model) - Method in class com.hp.hpl.jena.rdf.model.ModelExtract
Answer model after updating it with the sub-graph of s rooted at r, bounded by this instances boundary.
extractType(String) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactoryBase
Guess the database type as the string between the first and second colons of the URL.

F

Factory - Class in com.hp.hpl.jena.graph
A factory class for creating Graphs.
factory - Static variable in class com.hp.hpl.jena.graph.query.QueryNode
 
FailingRun - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
A TestRun where the system's behavior fails the test, violating a MUST NOT.
False - Static variable in class com.hp.hpl.jena.assembler.JA
 
FALSE - Static variable in interface com.hp.hpl.jena.graph.query.Expression
An Expression which always evaluates to false.
FALSE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
Family - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
faster - Static variable in class com.hp.hpl.jena.graph.Factory
Deprecated. -- doesn't do anything anymore.
fatalError(Exception) - Method in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler
report a catastrophic error.
FatalParsingErrorException - Exception in com.hp.hpl.jena.rdf.arp
This exception should only be seen in user code when using SAX2RDF or SAX2Model.
FatalParsingErrorException() - Constructor for exception com.hp.hpl.jena.rdf.arp.FatalParsingErrorException
 
FBRuleInfGraph - Class in com.hp.hpl.jena.reasoner.rulesys
An inference graph that uses a mixture of forward and backward chaining rules.
FBRuleInfGraph(Reasoner, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Constructor.
FBRuleInfGraph(Reasoner, List, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Constructor.
FBRuleInfGraph(Reasoner, List, Graph, ReificationStyle) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
 
FBRuleInfGraph(Reasoner, List, Graph, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Constructor.
FBRuleInfGraph.RuleStore - Class in com.hp.hpl.jena.reasoner.rulesys
Structure used to wrap up pre-processed/compiled rule sets.
FBRuleInfGraph.RuleStore(List, Object, List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph.RuleStore
Constructor.
FBRuleReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
Rule-based reasoner interface.
FBRuleReasoner(List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Constructor.
FBRuleReasoner(ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Constructor
FBRuleReasoner(ReasonerFactory, Resource) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Constructor
FBRuleReasoner(List, ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Constructor
FEATURE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
feature - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
This property relates a test to a language feature.
FGraph - Class in com.hp.hpl.jena.reasoner
Wrapper round a Graph to implement the slighly modified Finder interface.
FGraph(Graph) - Constructor for class com.hp.hpl.jena.reasoner.FGraph
Constructor
fileBase - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a FileMakerSpec that gives the fileBase [root directory] of the FileModelMaker.
fileEncoding - Static variable in class com.hp.hpl.jena.assembler.JA
 
FileMakerSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of FileMakerSpec resources [subclass of MakerSpec].
fileManager - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
FileManager - Static variable in class com.hp.hpl.jena.assembler.JA
 
fileManager - Static variable in class com.hp.hpl.jena.assembler.JA
 
FileManager - Class in com.hp.hpl.jena.util
FileManager A FileManager provides access to named file-like resources by opening InputStreams to things in the filing system, by URL (http: and file:) and found by the classloader.
FileManager() - Constructor for class com.hp.hpl.jena.util.FileManager
Create an uninitialized FileManager
FileManager(FileManager) - Constructor for class com.hp.hpl.jena.util.FileManager
Create a new file manager that is a deep copy another.
FileManager(LocationMapper) - Constructor for class com.hp.hpl.jena.util.FileManager
Create with the given location mapper
fileModel - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
FileModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
FileModelSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of FileModel specifications.
filePathSeparator - Static variable in class com.hp.hpl.jena.util.FileManager
 
FileUtils - Class in com.hp.hpl.jena.util
 
FileUtils() - Constructor for class com.hp.hpl.jena.util.FileUtils
 
fill(Model) - Method in class com.hp.hpl.jena.assembler.Content
Answer the model m after filling it with the contents described by this object.
Filter - Class in com.hp.hpl.jena.util.iterator
boolean functions wrapped to be used in filtering iterators.
Filter() - Constructor for class com.hp.hpl.jena.util.iterator.Filter
 
filterDrop(Filter) - Method in interface com.hp.hpl.jena.util.iterator.ExtendedIterator
return a new iterator containing only the elements of _this_ which are rejected by the filter _f_.
filterDrop(Filter) - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
filterDrop(Filter) - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
make a new iterator, which is our elements that do not pass the filter
FilterDropIterator - Class in com.hp.hpl.jena.util.iterator
A subclass of FiterIterator which discards the elements that pass the filter.
FilterDropIterator(Filter, Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.FilterDropIterator
 
filterFunctors - Variable in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Flag, if true then find results will be filtered to remove functors and illegal RDF
filterFunctors - Variable in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Flag, if true then find results will be filtered to remove functors and illegal RDF
FilterIterator - Class in com.hp.hpl.jena.util.iterator
Creates a sub-Iterator by filtering.
FilterIterator(Filter, Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.FilterIterator
Initialises a FilterIterator with its filter and base.
filterKeep(Filter) - Method in interface com.hp.hpl.jena.util.iterator.ExtendedIterator
return a new iterator containing only the elements of _this_ which pass the filter _f_.
filterKeep(Iterator) - Method in class com.hp.hpl.jena.util.iterator.Filter
 
filterKeep(Filter) - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
filterKeep(Filter) - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
make a new iterator, which is our elements that pass the filter
FilterKeepIterator - Class in com.hp.hpl.jena.util.iterator
A subclass of FilterIterator which keeps the elements that pass the test.
FilterKeepIterator(Filter, Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.FilterKeepIterator
 
filterOn(Node) - Method in class com.hp.hpl.jena.graph.Triple.Field
 
filterOn(Triple) - Method in class com.hp.hpl.jena.graph.Triple.Field
 
find(TripleMatch) - Method in interface com.hp.hpl.jena.graph.Graph
Returns an iterator over all the Triples that match the triple pattern.
find(Node, Node, Node) - Method in interface com.hp.hpl.jena.graph.Graph
Returns an iterator over Triple.
find(Domain) - Method in class com.hp.hpl.jena.graph.query.QueryTriple.SimpleApplyer
 
find(TripleMatch) - Method in interface com.hp.hpl.jena.graph.Reifier
Answer an iterator over all the reification triples in this Reifier that match m.
find() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
The find operation collapses the pointer to the root parent, which is one of Tarjan's standard optimisations.
find(LanguageTag) - Static method in class com.hp.hpl.jena.rdf.arp.lang.IanaLanguageTag
Look up a language identifier in the IANA list.
find(String) - Static method in class com.hp.hpl.jena.rdf.arp.lang.Iso3166
Look a country code up in the list.
find(String) - Static method in class com.hp.hpl.jena.rdf.arp.lang.Iso639
Look an ISO-639 code up in the list.
find(Node, Node, Node, Graph) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
An extension of the Graph.find interface which allows the caller to encode complex expressions in RDF and then refer to those expressions within the query triple.
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Basic pattern lookup interface.
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Basic pattern lookup interface - answer an iterator over the triples matching the given pattern.
find(TriplePattern, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Basic pattern lookup interface - answer an iterator over the triples matching the given (S,P,O) pattern, given also some premises for the query.
find(Node, Node, Node, Graph) - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
An extension of the Graph.find(com.hp.hpl.jena.graph.TripleMatch) interface which allows the caller to encode complex expressions in RDF and then refer to those expressions within the query triple.
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGIteratedQueryTranslator
Expand the given pattern to a series of more grounded patterns, and collate the results of querying with each of these expanded patterns.
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllConceptsTranslator
Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllIndividualsTranslator
Since known role names are cached by the adapter, we can just look up the current set and map directly to triples
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllRolesTranslator
Since known role names are cached by the adapter, we can just look up the current set and map directly to triples
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
find(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
For this translation, we ignore premises
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
find(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
For this translation, we ignore premises
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
find(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
For this translation, we ignore premises
find(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Translate the given pattern to a DIG query, and pass it on to the DIG adapter as a query.
find(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Translate the given pattern (with given premises) to a DIG query, and pass it on to the DIG adapter as a query.
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.FGraph
Basic pattern lookup interface.
find(TriplePattern) - Method in interface com.hp.hpl.jena.reasoner.Finder
Basic pattern lookup interface.
find(Node, Node, Node, Graph) - Method in interface com.hp.hpl.jena.reasoner.InfGraph
An extension of the Graph.find interface which allows the caller to encode complex expressions in RDF and then refer to those expressions within the query triple.
find(TripleMatch) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Basic pattern lookup interface.
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Basic pattern lookup interface.
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Basic pattern lookup interface.
find(Node, Node, Node) - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleContext
In some formulations the context includes deductions that are not yet visible to the underlying graph but need to be checked for.
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Basic pattern lookup interface.
find(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Basic pattern lookup interface.
find(TripleMatch) - Method in class com.hp.hpl.jena.shared.RandomOrderGraph
 
find(Node, Node, Node) - Method in class com.hp.hpl.jena.shared.RandomOrderGraph
 
findAll(Graph) - Static method in class com.hp.hpl.jena.graph.GraphUtil
Answer an iterator covering all the triples in the specified graph.
findAssemblerRoots(Model) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer a Set of the ja:Object resources in the full expansion of the assembler specification model model.
findAssemblerRoots(Model, Resource) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer a Set of the objects in the full expansion of the assembler specification model which have rdf:type type, which must be a subtype of ja:Object.
findAssemblerRoots(Model) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a Set of resources present in m that are explicitly or implicitly of type ja:Object, ie, suitable as roots for assemblerModelFrom.
findContractSafe() - Method in interface com.hp.hpl.jena.graph.Capabilities
Answer true if the find() contract on the associated graph is "safe", ie, can be used safely by the pretty-printer (we'll tighten up that definition).
findContractSafe() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfCapabilities
 
findContractSafe() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfFindSafeCapabilities
 
findDataMatches(TriplePattern) - Method in interface com.hp.hpl.jena.reasoner.rulesys.BackwardRuleInfGraphI
Match a pattern just against the stored data (raw data, schema, axioms) but no backchaining derivation.
findDataMatches(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Search the combination of data and deductions graphs for the given triple pattern.
findDataMatches(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Search the combination of data and deductions graphs for the given triple pattern.
findDataMatches(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Search the combination of data and deductions graphs for the given triple pattern.
findDataMatches(Node, Node, Node) - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Search the combination of data and deductions graphs for the given triple pattern.
findDataMatches(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Match a pattern just against the stored data (raw data, schema, axioms) but no derivation.
findEither(TripleMatch, boolean) - Method in interface com.hp.hpl.jena.graph.Reifier
Answer an iterator over the reification triples of this Reifier, or an empty iterator - if showHidden is false, only the exposed triples, otherwise only the concealed ones.
findEither(TripleMatch, boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
finder(Domain) - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bound
 
finder(Domain) - Method in class com.hp.hpl.jena.graph.query.QueryNode
Answer a Node value to use when this QueryValue is used to select objects in a Graph::find() operation; for concrete nodes, that very node, for variables their current value (ANY if not bound).
finder(Domain) - Method in class com.hp.hpl.jena.graph.query.QueryNode.Fixed
 
Finder - Interface in com.hp.hpl.jena.reasoner
Minimal interface for preforming simple pattern find operations.
FinderUtil - Class in com.hp.hpl.jena.reasoner
Some simple helper methods used when working with Finders, particularly to compose them into cascade sequences.
FinderUtil() - Constructor for class com.hp.hpl.jena.reasoner.FinderUtil
 
findExposed(TripleMatch) - Method in interface com.hp.hpl.jena.graph.Reifier
Answer an iterator over all the reification triples that this Reifier exposes (ie all if Standard, none otherwise) that match m.
findExposed(TripleMatch) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
findFull(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Internal variant of find which omits the filters which block illegal RDF data.
findShortestPath(Model, Resource, RDFNode, Filter) - Static method in class com.hp.hpl.jena.ontology.OntTools
Answer the shortest path from the start resource to the end RDF node, such that every step on the path is accepted by the given filter.
findSpecificType(Resource) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the most specific type of root that is a subclass of ja:Object.
findSpecificType(Resource, Resource) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the most specific type of root that is a subclass of givenType.
findSpecificTypes(Resource, Resource) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer all the types of root which are subtypes of baseType and which do not have subtypes which are also types of root.
findStyle(RDFNode) - Static method in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. Answer the Reifier.ReificationStyle value named by the argument, which should be a JenaModelSpec.rs[something] value
findStyle(Node) - Static method in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. Answer the Reifier.ReificationStyle value named by the argument, which should be a JenaModelSpec.rs[something] Node
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.FGraph
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in interface com.hp.hpl.jena.reasoner.Finder
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
findWithContinuation(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
finishRead - Static variable in class com.hp.hpl.jena.graph.GraphEvents
 
FIRST() - Method in interface com.hp.hpl.jena.ontology.Profile
The property that denotes the head of a list
first - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML first property on Lists
first() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML first property on Lists
first() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML first property on Lists
first - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
first - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
Fixed - Class in com.hp.hpl.jena.graph.query
An Element that matches a single specified value.
Fixed(Node) - Constructor for class com.hp.hpl.jena.graph.query.Fixed
Initialise this element with its single matching value: remember that value.
fixed(Node) - Method in interface com.hp.hpl.jena.graph.query.PatternCompiler
Method called to deliver a compiled Element constructed from a constant Node.
fixed(Node) - Method in class com.hp.hpl.jena.graph.query.PatternStageCompiler
 
FixedValuator - Class in com.hp.hpl.jena.graph.query
A FixedValuator is a Valuator that delivers a constant value (supplied when it is constructed).
FixedValuator(Object) - Constructor for class com.hp.hpl.jena.graph.query.FixedValuator
Initialise this FixedValuator with a specific value
FN - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
forget(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Remove all managed entries for the given document.
format - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
format - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
The physical or digital manifestation of the resource.
formatDate - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
formatMessage(Exception) - Static method in exception com.hp.hpl.jena.rdf.arp.ParseException
Calls e.getMessage() and also accesses line and column information for SAXParseException's.
FormatScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of format encoding schemes.
forTestingOnly_getBase() - Method in class com.hp.hpl.jena.util.iterator.WrappedIterator
 
FORWARD - Static variable in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Constant - the mode description for pure forward chaining
FORWARD_RETE - Static variable in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Constant - the mode description for pure forward chaining, using RETE engine
ForwardRuleInfGraphI - Interface in com.hp.hpl.jena.reasoner.rulesys
This interface collects together the operations on the InfGraph which are needed to support the forward rule engine.
FrontsNode - Interface in com.hp.hpl.jena.graph
HasNode - interface for objects that front a Node in some context.
FrontsTriple - Interface in com.hp.hpl.jena.graph
FrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples.
Full - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
One of the conformance levels in the OWL test suite.
FULL_LANG - Static variable in class com.hp.hpl.jena.vocabulary.OWL
A resource that denotes the OWL-full sublanguage of OWL
FULL_MASK - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Mask to indicate all date/time are present
FULL_RULES - Static variable in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Constant: used to indicate full RDFS processing level
fullModel(Model) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the full model of m, with all its imports included and with the necessary properties added from the JA schema.
fullModel(ImportManager, Model) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the full model of m, with all its imports included and with the necessary properties added from the JA schema.
FUNCTIONAL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
FUNCTIONAL_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class of properties that are functional, i.e. whose range is unique for a given domain element.
FunctionalProperty - Interface in com.hp.hpl.jena.ontology
Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.
FunctionalProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
functionalPropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being functional.
Functor - Class in com.hp.hpl.jena.reasoner.rulesys
A functor comprises a functor name and a list of arguments.
Functor(String, List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Functor
Constructor.
Functor(String, Node[]) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Functor
Constructor.
Functor(String, List, BuiltinRegistry) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Functor
Constructor
Functor.FunctorDatatype - Class in com.hp.hpl.jena.reasoner.rulesys
Inner class.
Functor.FunctorDatatype() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Functor.FunctorDatatype
 

G

gDay - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:gDay
GE - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests if the first argument is greater than or equal to the second.
GE() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.GE
 
general - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
GENERAL_ASK_ERROR - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
GENERAL_TELL_ERROR - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
GENERAL_UNSPECIFIED_ERROR - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
GenericRuleReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
A reasoner interface that is able to invoke any of the useful rule engine combinations.
GenericRuleReasoner(List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Constructor.
GenericRuleReasoner(ReasonerFactory, Resource) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Constructor
GenericRuleReasoner(List, ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Constructor
GenericRuleReasoner.RuleMode - Class in com.hp.hpl.jena.reasoner.rulesys
Class used as an enum for describing rule modes.
GenericRuleReasonerFactory - Class in com.hp.hpl.jena.reasoner.rulesys
Factory object for creating general rule reasoner instances.
GenericRuleReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasonerFactory
 
GEO - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
get(Object) - Method in class com.hp.hpl.jena.graph.NodeCache
Answer the node with the given label in the cache, or null if there isn't one.
get() - Method in class com.hp.hpl.jena.graph.query.BufferPipe
 
get(int) - Method in class com.hp.hpl.jena.graph.query.Domain
 
get(String) - Method in class com.hp.hpl.jena.graph.query.Expression.Valof
 
get(int) - Method in interface com.hp.hpl.jena.graph.query.IndexValues
Answer the value at index.
get(String) - Method in class com.hp.hpl.jena.graph.query.NamedGraphMap
Answer the GRaph with the given name, or null if there isn't one.
get() - Method in interface com.hp.hpl.jena.graph.query.Pipe
Answer the next element if there is one, otherwise throw a NoSuchElementException.
get(String) - Method in interface com.hp.hpl.jena.graph.query.VariableValues
Answer the value of the variable with the given name.
get(Node, Node, Node) - Method in class com.hp.hpl.jena.graph.TripleCache
Answer any triple in the cache with subject s, predicate p, and object o, or null if no such triple exists.
get(int) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.util.FileManager
Get the global file manager.
get() - Static method in class com.hp.hpl.jena.util.LocationMapper
Get the global LocationMapper
get(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Get a value for this key.
GET_IDENTIFIER - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
The DIG verb to get the identification information on the reasoner
getAdditions() - Method in class com.hp.hpl.jena.graph.compose.Delta
Answer the graph of all triples added
getAliasFor(Resource) - Method in interface com.hp.hpl.jena.ontology.Profile
Answer an alias for the given resource.
getAll(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer an iterator over all of the values for the given key.
getAllDescriptions() - Method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return a composite set of RDF capability descriptions for all registered reasoners.
getAllModelNames() - Method in class com.hp.hpl.jena.db.DBConnection
 
getAllModelNames() - Method in interface com.hp.hpl.jena.db.IDBConnection
Retrieve a list of all models in the database
getAllValuesFrom() - Method in interface com.hp.hpl.jena.ontology.AllValuesFromRestriction
Answer the resource characterising the constraint on all values of the restricted property.
getAllValuesFromRestriction(String) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelCon
Return an Alt instance in this model.
getAlt(Resource) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Return an Alt instance based on a given resource.
getAlt(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getAlt() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getAltEntry(String) - Method in class com.hp.hpl.jena.util.LocationMapper
 
getAltPrefix(String) - Method in class com.hp.hpl.jena.util.LocationMapper
 
getAncestor() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
getAnnotationProperties() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer an iterator over the properties in this language that are denoted annotation properties.
getAnnotationProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an annotation property in this model.
getAnonymousID() - Method in interface com.hp.hpl.jena.rdf.arp.AResource
A string distinguishing this anonymous resource, from other anonymous resources.
getAnyReifiedStatement(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Model
Find or create a ReifiedStatement corresponding to a Statement.
getArg(int) - Method in class com.hp.hpl.jena.graph.query.Dyadic
 
getArg(int) - Method in class com.hp.hpl.jena.graph.query.Expression.Application
 
getArg(int) - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
getArg(int) - Method in interface com.hp.hpl.jena.graph.query.Expression
If this Expression is an application, and 0 <= i < argCount(), answer the ith argument.
getArg(int, Node[], RuleContext) - Method in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Builtin
Return the expected number of arguments for this functor or 0 if the number is flexible.
getArgLength() - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Functor
Return the length of the functor argument array.
getArgs() - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Return the functor aguments as an array of nodes
getAxioms() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Answer the model that contains the given axioms for this reasoner, or null if not defined.
getAxiomTypes() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer an iterator over the rdf:types in this language that denote stand-alone axioms.
getBackwardCompatibleWith() - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer a resource that represents an ontology that is backwards compatible with this ontology.
getBadChar() - Method in exception com.hp.hpl.jena.shared.CannotEncodeCharacterException
Answer the character that could not be encoded.
getBadClass() - Method in exception com.hp.hpl.jena.enhanced.UnsupportedPolymorphismException
Answer the class that the node couldn't be polymorphed to
getBadGraph() - Method in exception com.hp.hpl.jena.enhanced.UnsupportedPolymorphismException
Answer the (enhanced) Graph of the node that couldn't be polymorphed; may be null if that node had no attached model.
getBadNode() - Method in exception com.hp.hpl.jena.enhanced.UnsupportedPolymorphismException
Answer the node that couldn't be polymorphed.
getBag(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Return a Bag instance in this model.
getBag(Resource) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Return a bag instance based on a given resource.
getBag(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getBag() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getBaseGraph() - Method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer the base model of this model.
getBaseModelMaker() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer the model maker used for creating base models.
getBasename(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Get the basename of a filename
getBigSeconds() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of seconds in the duration, including the fractional part, in a lossless but expensive notation - i.e. a BigDecimal.
getBlankNodeId() - Method in class com.hp.hpl.jena.graph.Node
get the blank node id if the node is blank, otherwise die horribly
getBlankNodeId() - Method in class com.hp.hpl.jena.graph.Node_Blank
 
getBlankNodeLabel() - Method in class com.hp.hpl.jena.graph.Node
Answer the label of this blank node or throw an UnsupportedOperationException if it's not blank.
getBody() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
return the entire rule body as an array of objects
getBodyElement(int) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Return the n'th body element
getBoolean() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Boolean return its value as a boolean.
getBoolean(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getBoolean() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getBoundArgs(BindingEnvironment) - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Return a new Node array containing the bound versions of this Functor's arguments
getBoundSchema() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Answer the schema graph bound into this reasoner, or null if there isn't one.
getBRules() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Return an ordered list of all registered backward rules.
getBulkUpdateHandler() - Method in class com.hp.hpl.jena.db.GraphRDB
 
getBulkUpdateHandler() - Method in class com.hp.hpl.jena.graph.compose.Polyadic
 
getBulkUpdateHandler() - Method in interface com.hp.hpl.jena.graph.Graph
returns this Graph's bulk-update handler
getBulkUpdateHandler() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
 
getByte() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Byte return its value.
getByte(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getByte() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getCacheModels() - Method in class com.hp.hpl.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.
getCachingModels() - Method in class com.hp.hpl.jena.util.FileManager
return whether caching is on of off
getCapabilities() - Method in class com.hp.hpl.jena.db.GraphRDB
Database graphs do not presently support the equivalence of plain string literals and xsd:string literals (and other typed literals in general).
getCapabilities() - Method in class com.hp.hpl.jena.graph.compose.Polyadic
 
getCapabilities() - Method in interface com.hp.hpl.jena.graph.Graph
returns this Graph's capabilities
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Answer the InfCapabilities of this InfGraph.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
 
getCapabilities() - Method in interface com.hp.hpl.jena.reasoner.ReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Answer the InfCapabilities of this InfGraph.
getCapabilities() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
Return a description of the capabilities of this reasoner encoded in RDF.
getCardinality() - Method in interface com.hp.hpl.jena.ontology.CardinalityRestriction
Answer the cardinality of the restricted property.
getCardinality(Property) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer the cardinality of the given property on this resource.
getCardinalityQ() - Method in interface com.hp.hpl.jena.ontology.CardinalityQRestriction
Answer the cardinality of the restricted property.
getCardinalityQRestriction(String) - Method in interface com.hp.hpl.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 com.hp.hpl.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.
getCause() - Method in class com.hp.hpl.jena.graph.query.BufferPipe.Finished
 
getCause() - Method in exception com.hp.hpl.jena.shared.JenaException
 
getChar() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Char return its value.
getChar(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getChar() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getCharset() - Method in class com.hp.hpl.jena.util.TypedStream
 
getCheckedLanguage(String) - Static method in class jena.rdfcat
Answer the full, checked, language name expanded from shortName.
getClassDescriptionTypes() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer an iterator over the various types of class description defined in the language.
getClosedPredicate() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Returns the closedPredicate.
getComment(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer the comment string for this object.
getComplementClass(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing the class that is the complement of another class.
getConclusion() - Method in class com.hp.hpl.jena.reasoner.rulesys.RuleDerivation
 
getConnection() - Method in class com.hp.hpl.jena.assembler.ConnectionDescription
Answer the connection specified by the description.
getConnection() - Method in class com.hp.hpl.jena.db.DBConnection
 
getConnection() - Method in class com.hp.hpl.jena.db.GraphRDB
Return the connection
getConnection() - Method in interface com.hp.hpl.jena.db.IDBConnection
Return the jdbc connection or null if we no longer have access to a connection.
getConnection() - Method in class com.hp.hpl.jena.db.ModelRDB
A convenience function to return the connection
getConnection() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer this adapter's connection to the database.
getConstraints() - Method in class com.hp.hpl.jena.graph.query.Query
 
getContent() - Method in class com.hp.hpl.jena.graph.GraphEvents
 
getContentType() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
Answer the HTTP Content-Type of a DIG request (e.g. text/xml)
getCurrentDeductionsGraph() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return the Graph containing all the static deductions available so far.
getCurrentDeductionsGraph() - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Return the Graph containing all the static deductions available so far.
getDatabaseProperties() - Method in class com.hp.hpl.jena.db.DBConnection
 
getDatabaseProperties() - Method in interface com.hp.hpl.jena.db.IDBConnection
Returns a Jena Model containing database properties.
getDatabaseType() - Method in class com.hp.hpl.jena.db.DBConnection
 
getDatabaseType() - Method in interface com.hp.hpl.jena.db.IDBConnection
Get the database type.
getDatatype() - Method in interface com.hp.hpl.jena.rdf.model.Literal
Return the datatype of the literal.
getDatatypeProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents datatype property in this model. .
getDatatypeURI() - Method in interface com.hp.hpl.jena.rdf.arp.ALiteral
The datatype URI of a typed literal, or null for an untyped literal.
getDatatypeURI() - Method in interface com.hp.hpl.jena.rdf.model.Literal
Return the uri of the datatype of the literal.
getDays() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the number of years in the dateTime
getDays() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of years in the duration
getDeclaredPrefixMapping() - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Prefix management via the ODM is very likely to be removed from Jena 2.4 onwards
getDeductionsGraph() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Returns a derivations graph.
getDeductionsGraph() - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Returns a derivations graph.
getDeductionsGraph() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return the Graph containing all the static deductions available so far.
getDeductionsGraph() - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Return the Graph containing all the static deductions available so far.
getDeductionsModel() - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Returns a derivations model.
getDefault() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultAlt() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultBag() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultBoolean() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultByte() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultChar() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultDouble() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultFloat() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultInt() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultLanguage() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the language of the default value for this resource.
getDefaultLiteral() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultLong() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultModelPrefixes() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer the current default model prefixes PrefixMapping object.
getDefaultModelProperties() - Method in class com.hp.hpl.jena.db.DBConnection
 
getDefaultModelProperties() - Method in interface com.hp.hpl.jena.db.IDBConnection
Retrieve a default set of model customization properties.
getDefaultModelProperties(IDBConnection) - Static method in class com.hp.hpl.jena.db.ModelRDB
Retrieve a default set of model customization properties The returned default set of properties is suitable for use in a call to ModelRDB.create(..., modelProperties);
getDefaultObject(ObjectF) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultResource() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultResource(ResourceF) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultSeq() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultShort() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDefaultSpec(String) - Static method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer a default specification for the given language URI.
getDefaultString() - Method in interface com.hp.hpl.jena.rdf.model.Alt
Return the default value for this resource.
getDeletions() - Method in class com.hp.hpl.jena.graph.compose.Delta
Answer the graph of all triples removed
getDerivation(Statement) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.BaseInfGraph
Return the derivation of the given triple (which is the result of some previous find operation).
getDerivation(Triple) - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Return the derivation of the given triple (which is the result of some previous find operation).
getDerivation(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return the derivation of at triple.
getDerivation(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Return the derivation of at triple.
getDescription() - Method in interface com.hp.hpl.jena.graph.GraphMaker
Answer a Graph describing this GraphMaker using the vocabulary of JenaModelSpec.
getDescription(Node) - Method in interface com.hp.hpl.jena.graph.GraphMaker
 
getDescription(String) - Method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return information on a given Reasoner.
getDescription() - Method in class com.hp.hpl.jena.reasoner.ValidityReport.Report
 
getDifferentFrom() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a resource that is declared to be distinct from this resource.
getDigIdentifier() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer the DIG identification structure we obtain by querying the attached reasoner.
getDIGMessageAttrib() - Method in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
Answer the error message sent back by DIG as the 'message' attribute.
getDIGNamespace() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
Answer the root namespace for this version of the DIG protocol
getDIGReasoner() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Create a DIG reasoner for the specified language for the OWL language, with default settings (including the default URL for the DIG reasoner), and no axioms specified.
getDIGReasoner(Resource, Resource) - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Create a DIG reasoner for the specified language (DAML or OWL), without type axioms.
getDIGReasoner(Resource, boolean, Resource) - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Create a DIG reasoner for the specified language (DAML or OWL), optionally with axioms that specify e.g. the types of OWL objects etc.
getDirectPredicate() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Returns the directPredicate.
getDirname(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Get the directory part of a filename
getDisjointWith() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a class with which this class is disjoint.
getDistinctMembers() - Method in interface com.hp.hpl.jena.ontology.AllDifferent
Answer the list of distinct members for this AllDifferent declaration.
getDocumentManager() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModelSpec
Answer the document manager for this model specification.
getDoDuplicateCheck() - Method in class com.hp.hpl.jena.db.GraphRDB
Get the value of DoDuplicateCheck
getDoDuplicateCheck() - Method in class com.hp.hpl.jena.db.ModelRDB
Get the value of DoDuplicateCheck
getDoFastpath() - Method in class com.hp.hpl.jena.db.GraphRDB
Get the value of DoFastpath.
getDoFastpath() - Method in class com.hp.hpl.jena.db.ModelRDB
Get the value of DoFastpath.
getDomain() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a resource that represents the domain class of this property.
getDouble() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Double return its value.
getDouble(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getDouble() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getDriver() - Method in class com.hp.hpl.jena.db.DBConnection
 
getDriver(String, String) - Method in class com.hp.hpl.jena.db.DBConnection
Deprecated. As of Jena 2.0 this call should not be used. Instead specify the database type when constructing a DBConnection and then pass that connection to the GraphRDB. There is no longer any need for applications to interact with the IRDBDriver. To customize the database configuration/layout use the formatDB(propertyModel) call.
getDriver() - Method in interface com.hp.hpl.jena.db.IDBConnection
Get the database-specific driver For this to work, it needs to know the type of database being used.
getDriver(String, String) - Method in interface com.hp.hpl.jena.db.IDBConnection
Deprecated. As of Jena 2.0 this call should not be used. Instead specify the database type when constructing a DBConnection and then pass that connection to the GraphRDB. There is no longer any need for applications to interact with the IRDBDriver. To customize the database configuration/layout use the formatDB(propertyModel) call.
getDynamicImports() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer true if the imports closure of the model will be dynamically updated as imports statements are added and removed.
getElement(int) - Method in class com.hp.hpl.jena.graph.query.Domain
 
getEmbedding() - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
True if the embedding flag is set.
getEncodingContext() - Method in exception com.hp.hpl.jena.shared.CannotEncodeCharacterException
Answer the name of the context in which the encoding failed.
getEnumeratedClass(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing the class that is the enumeration of a list of individuals.
getEnv() - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleContext
Returns the current variable binding environment for the current rule.
getEquivalentClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a class that is equivalent to this class.
getEquivalentProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a property that is equivalent to this property.
getErrorCode() - Method in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
Answer the error code sent back by DIG.
getErrorHandler() - Method in class com.hp.hpl.jena.rdf.arp.ARPHandlers
Gets the current error handler.
getErrorMode(int) - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
Returns the error mode for the given error code.
getErrorNumber() - Method in exception com.hp.hpl.jena.rdf.arp.ParseException
The error number (from ARPErrorNumbers) related to this exception.
getEventManager() - Method in interface com.hp.hpl.jena.graph.Graph
Answer this Graph's event manager.
getEventManager() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer the ontology event manager for this model.
getExtendedHandler() - Method in class com.hp.hpl.jena.rdf.arp.ARPHandlers
Gets the current extended handler.
getExtension() - Method in class com.hp.hpl.jena.reasoner.ValidityReport.Report
 
getFactory(String) - Method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return the factory for the given reasoner.
getField(Triple) - Method in class com.hp.hpl.jena.graph.Triple.Field
 
getFileManager() - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer the file manager instance being used by this document manager.
getFilenameExt(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Get the suffix part of a file name or a URL in file-like format.
getFinder(TriplePattern, Finder) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Return a Finder instance appropriate for the given query.
getFloat() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Float return its value.
getFloat(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getFloat() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getFromCache(String) - Method in class com.hp.hpl.jena.util.FileManager
Read out of the cache - return null if not in the cache
getFullSeconds() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the number of full seconds in the dateTime
getFullSeconds() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of full seconds in the duration
getFun() - Method in class com.hp.hpl.jena.graph.query.Dyadic
 
getFun() - Method in class com.hp.hpl.jena.graph.query.Expression.Application
 
getFun() - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
getFun() - Method in interface com.hp.hpl.jena.graph.query.Expression
If this Expression is an application, return the string identifying the function, which should be a URI.
getGlobalProperty(Node) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Test a global boolean property of the graph.
getGlobalProperty(Node) - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Test a global boolean property of the graph.
getGraph() - Method in class com.hp.hpl.jena.enhanced.EnhNode
Answer the graph containing this node
getGraph() - Method in interface com.hp.hpl.jena.graph.GraphMaker
Answer the default graph of this GraphMaker.
getGraph() - Method in interface com.hp.hpl.jena.rdf.model.ModelGraphInterface
Answer the Graph which this Model is presenting.
getGraph() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer the graph of local (source) data.
getGraph() - Method in class com.hp.hpl.jena.reasoner.FGraph
Returns the graph.
getGraph() - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleContext
Returns the parent inference graph.
getGraph() - Method in exception com.hp.hpl.jena.shared.ClosedException
Answer the graph that this exception was constructed with.
getGraph() - Method in class com.hp.hpl.jena.util.QueryMapper
 
getGraphCapabilities() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to.
getGraphCapabilities() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasoner
Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to.
getGraphCapabilities() - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelMaker
Answer a GraphMaker that makes graphs the same way this ModelMaker makes models.
getGroundVersion(Node) - Method in interface com.hp.hpl.jena.reasoner.rulesys.BindingEnvironment
Return the most ground version of the node.
getHandlers() - Method in class com.hp.hpl.jena.rdf.arp.ARP
The handlers used during parsing.
getHandlers() - Method in interface com.hp.hpl.jena.rdf.arp.ARPConfig
The handlers used during parsing.
getHandlers() - Method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
The handlers used for processing ARP events.
getHasClassQ() - Method in interface com.hp.hpl.jena.ontology.QualifiedRestriction
Answer the class or datarange to which all values of the restricted property belong.
getHashCode(LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Default implementation of getHashCode() delegates to the default from the literal label.
getHashCode(LiteralLabel) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Gets the hash code of a given value.
getHashCode(LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDbase64Binary
 
getHashCode(byte[]) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
 
getHashCode(LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDhexBinary
 
getHasValue() - Method in interface com.hp.hpl.jena.ontology.HasValueRestriction
Answer the RDF value that all values of the restricted property must be equal to.
getHasValueRestriction(String) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.RDFList
Answer the value that is at the head of the list.
getHead() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
return the entire rule head as an array of objects
getHeadElement(int) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Return the n'th head element
getHours() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the number of hours in the dateTime
getHours() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of hours in the duration
getId() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Returns an a unique identifier for anonymous resources.
getImplementation(String) - Method in class com.hp.hpl.jena.reasoner.rulesys.BuiltinRegistry
Find the implementation of the given builtin functor.
getImplementationByURI(String) - Method in class com.hp.hpl.jena.reasoner.rulesys.BuiltinRegistry
Find the implementation of the given builtin functor.
getImplementor() - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Return the Builtin that implements this functor
getImport() - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer a resource that represents an ontology imported by this ontology.
getImportedModel(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer an OntModel representing the imported ontology with the given URI.
getImportModelGetter() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
 
getImportModelMaker() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModelSpec
Answer the model maker used for creating imported models.
getIncompatibleWith() - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer a resource that represents an ontology that is is incompatible with this ontology.
getInconsistentKBMessage() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
Answer the string value of an error message denoting an inconsistent KB
getIndex() - Method in class com.hp.hpl.jena.graph.query.Element
Answer this Element's index in the Domains it is compiled for.
getIndex() - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Returns the variable's index in a binding vector.
getIndexingValue() - Method in class com.hp.hpl.jena.graph.Node
Answer the object which is the index value for this Node.
getIndexingValue() - Method in class com.hp.hpl.jena.graph.Node_Literal
Literal nodes defer their indexing value to the component literal.
getIndividual(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an Individual node in this model.
getInput() - Method in class com.hp.hpl.jena.util.TypedStream
 
getInstance() - Static method in class com.hp.hpl.jena.datatypes.TypeMapper
Return the single global instance of the TypeMapper.
getInstance() - Static method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.ProfileRegistry
Answer the singleton instance
getInstance() - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
get the current factory object.
getInstance() - Static method in class com.hp.hpl.jena.reasoner.dig.DIGConnectionPool
Answer the singleton instance of the adapter pool.
getInstance() - Static method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the singleton instance of this vocabulary
getInt() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Integer return its value.
getInt(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getInt() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getIntegerPredicate(Property, Resource) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Helper method - extracts the value of an integer configuration predicate.
getIntersectionClass(String) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Util
Return the integer value of a literal node
getInverse() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer a resource representing an inverse functional property.
getInverseOf() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a property of which this property is the inverse, if known, or null if there is no such property.
getIsDefinedBy() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a resource that is declared to provide a definition of this resource.
getJavaClass() - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Returns the java class which is used to represent value instances of this datatype.
getJavaClass() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Return namespace used for system level descriptive properties of any reasoner
getKey() - Method in class com.hp.hpl.jena.util.OneToManyMap.Entry
Answer the key for the entry
getL() - Method in class com.hp.hpl.jena.graph.compose.Dyadic
Answer the left (first) operand of this Dyadic.
getLabel(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer the label string for this object.
getLabel() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer a descriptive string for this profile, for use in debugging and other output.
getLabelString() - Method in class com.hp.hpl.jena.rdf.model.AnonId
Answer the label string of this AnonId.
getLang() - Method in interface com.hp.hpl.jena.rdf.arp.ALiteral
The value of xml:lang for this literal, often the empty string.
getLanguage(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Language determination via the ODM will be removed from Jena 2.4 onwards
getLanguage() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer the URI of the ontology language to use when constructing models from this specification.
getLanguage() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If a language is defined for this literal return it
getLanguage(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the language of the member at a given index.
getLanguage() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the language of the object of the statement.
getLCA(OntModel, OntClass, OntClass) - Static method in class com.hp.hpl.jena.ontology.OntTools
Answer the lowest common ancestor of two classes in a given ontology.
getLCA(OntModel, OntClass, OntClass, OntClass) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntTools.LCAIndex
 
getLexicalForm() - Method in interface com.hp.hpl.jena.rdf.model.Literal
Return the lexical form of the literal.
getLiteral() - Method in class com.hp.hpl.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 com.hp.hpl.jena.graph.Node_Literal
 
getLiteral(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getLiteral() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getLiteralDatatype() - Method in class com.hp.hpl.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 com.hp.hpl.jena.graph.Node_Literal
 
getLiteralDatatypeURI() - Method in class com.hp.hpl.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 com.hp.hpl.jena.graph.Node_Literal
 
getLiteralIsXML() - Method in class com.hp.hpl.jena.graph.Node
 
getLiteralIsXML() - Method in class com.hp.hpl.jena.graph.Node_Literal
 
getLiteralLanguage() - Method in class com.hp.hpl.jena.graph.Node
Answer the language of this node's literal value, if it is a literal; otherwise die horribly.
getLiteralLanguage() - Method in class com.hp.hpl.jena.graph.Node_Literal
 
getLiteralLexicalForm() - Method in class com.hp.hpl.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 com.hp.hpl.jena.graph.Node_Literal
 
getLiteralValue() - Method in class com.hp.hpl.jena.graph.Node
Answer the value of this node's literal value, if it is a literal; otherwise die horribly.
getLiteralValue() - Method in class com.hp.hpl.jena.graph.Node_Literal
 
getLoadedPolicyURL() - Method in class com.hp.hpl.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 com.hp.hpl.jena.graph.Node
get the localname part of this node if it's a URI node, else die horribly
getLocalName() - Method in class com.hp.hpl.jena.graph.Node_URI
 
getLocalName() - Method in interface com.hp.hpl.jena.rdf.model.Property
Returns the name of this property within its namespace.
getLocalName() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Returns the name of this resource within its namespace.
getLocationMapper() - Method in class com.hp.hpl.jena.util.FileManager
Get the location mapping
getLocator() - Method in class com.hp.hpl.jena.rdf.arp.ARP
When parsing a file, this returns a Locator giving the position of the last XML event processed by ARP.
getLock() - Method in interface com.hp.hpl.jena.rdf.model.Model
Get the model lock for this model.
getLong() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Long return its value.
getLong(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getLong() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getMatches() - Method in class com.hp.hpl.jena.reasoner.rulesys.RuleDerivation
 
getMatchObject() - Method in class com.hp.hpl.jena.graph.Triple
 
getMatchObject() - Method in interface com.hp.hpl.jena.graph.TripleMatch
If it is known that all triples selected by this match will have a common object, return that node, otherwise return null
getMatchPredicate() - Method in class com.hp.hpl.jena.graph.Triple
 
getMatchPredicate() - Method in interface com.hp.hpl.jena.graph.TripleMatch
If it is known that all triples selected by this match will have a common predicate, return that node, otherwise return null
getMatchSubject() - Method in class com.hp.hpl.jena.graph.Triple
 
getMatchSubject() - Method in interface com.hp.hpl.jena.graph.TripleMatch
If it is known that all triples selected by this filter will have a common subject, return that node, otherwise return null
getMaxCardinality() - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityRestriction
Answer the maximum cardinality of the restricted property.
getMaxCardinalityQ() - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityQRestriction
Answer the max qualified cardinality of the restricted property.
getMaxCardinalityQRestriction(String) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.arp.ParseException
The message without location information.
getMessage() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGIdentifier
Answer the message string from the DIG identifier element.
getMetadataSearchPath() - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer the path used to search for the ontology metadata to load.
getMimeType() - Method in class com.hp.hpl.jena.util.TypedStream
 
getMinCardinality() - Method in interface com.hp.hpl.jena.ontology.MinCardinalityRestriction
Answer the minimum cardinality of the restricted property.
getMinCardinalityQ() - Method in interface com.hp.hpl.jena.ontology.MinCardinalityQRestriction
Answer the min qualified cardinality of the restricted property.
getMinCardinalityQRestriction(String) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the number of minutes in the dateTime
getMinutes() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of minutes in the duration
getModel(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer the cached model corresponding to the given document, if known.
getModel(String) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Resource
Return the model associated with this resource.
getModel() - Method in interface com.hp.hpl.jena.rdf.model.Statement
get the Model this Statement was created in.
getModelMaker() - Method in interface com.hp.hpl.jena.ontology.OntModel
Deprecated. use getImportModelMaker instead for consistency with name changes to OntModelSpec to avoid ambiguity with base vs import makers.
getModelProperties() - Method in class com.hp.hpl.jena.db.ModelRDB
Returns a Jena Model containing model-specific properties.
getMonths() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the month in the dateTime, this is in ISO8601 format so january = 1
getMonths() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of months in the duration
getName() - Method in class com.hp.hpl.jena.graph.Node
get a variable nodes name, otherwise die horribly
getName() - Method in class com.hp.hpl.jena.graph.Node_Variable
 
getName() - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
getName() - Method in interface com.hp.hpl.jena.graph.query.Expression
If this Expression is a variable, answer a [non-null] String which is its name.
getName() - Method in class com.hp.hpl.jena.graph.query.Expression.Variable
 
getName() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGIdentifier
Answer the name of the attached reasoner, as a string.
getName() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Functor
Return the functor name
getName() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Get the name for the rule - can be null.
getName() - Method in interface com.hp.hpl.jena.util.Locator
 
getName() - Method in class com.hp.hpl.jena.util.LocatorClassLoader
 
getName() - Method in class com.hp.hpl.jena.util.LocatorFile
 
getName() - Method in class com.hp.hpl.jena.util.LocatorURL
 
getNameSpace() - Method in class com.hp.hpl.jena.graph.Node
get the namespace part of this node if it's a URI node, else die horribly
getNameSpace() - Method in class com.hp.hpl.jena.graph.Node_URI
 
getNameSpace() - Method in interface com.hp.hpl.jena.rdf.model.Property
Returns the namespace associated with this property.
getNameSpace() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Returns the namespace associated with this resource.
getNamespace() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the namespace URI for a the current vocabulary.
getNamespaceHandler() - Method in class com.hp.hpl.jena.rdf.arp.ARPHandlers
Gets the current namespace handler.
getNarrowedDatatype() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the most specific xsd type which can represent this date/time
getNode() - Method in class com.hp.hpl.jena.db.GraphRDB
Returns the Node for this model in the system properties graph.
getNode() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
getNode() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Deprecated. use asNode().
getNodeAs(Node, Class) - Method in class com.hp.hpl.jena.enhanced.EnhGraph
Answer an enhanced node that wraps the given node and conforms to the given interface type.
getNodeCacheControl() - Method in class com.hp.hpl.jena.enhanced.EnhGraph
Answer the cache controlle for this graph
getNodeID(Node) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer an identifier for a node, named or anon
getNRulesFired() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return the number of rules fired since this rule engine instance was created and initialized
getNRulesFired() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Return the number of rules fired since this rule engine instance was created and initialized.
getNsPrefixMap() - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
 
getNsPrefixMap() - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Return a copy of the internal mapping from names to URI strings.
getNsPrefixURI(String) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
 
getNsPrefixURI(String) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Get the URI bound to a specific prefix, null if there isn't one.
getNsURIPrefix(String) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
 
getNsURIPrefix(String) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Answer the prefix for the given URI, or null if there isn't one.
getNumVars() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Return the number of distinct variables in the rule.
getObject() - Method in exception com.hp.hpl.jena.assembler.BadObjectException
 
getObject - Static variable in class com.hp.hpl.jena.graph.Triple.Field
 
getObject - Static variable in class com.hp.hpl.jena.graph.Triple
 
getObject() - Method in class com.hp.hpl.jena.graph.Triple
 
getObject(ObjectF) - Method in interface com.hp.hpl.jena.rdf.model.Literal
In the case of plain literals this recreates an object from its lexical form using the given factory.
getObject() - Method in interface com.hp.hpl.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, ObjectF) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getObject(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getObject() - Method in class com.hp.hpl.jena.rdf.model.SimpleSelector
Return the object constraint of this selector.
getObject() - Method in interface com.hp.hpl.jena.rdf.model.Statement
An accessor funtion to return the object of the statement.
getObject(ObjectF) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getObject - Static variable in class com.hp.hpl.jena.rdf.model.Statement.Util
 
getObject() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Returns the object.
getObjectProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing an object property in this model.
getOldLiteralCompare() - Static method in class com.hp.hpl.jena.rdf.model.JenaConfig
Deprecated. this functionality is temporary
getOneOf() - Method in interface com.hp.hpl.jena.ontology.DataRange
Answer a list of literals that defines the extension of this datarange.
getOneOf() - Method in interface com.hp.hpl.jena.ontology.EnumeratedClass
Answer a list of individuals that defines the extension of this class.
getOnProperty() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer the property that this property restriction applies to.
getOntClass() - Method in interface com.hp.hpl.jena.ontology.Individual
Answer an ontology class to which this individual belongs.
getOntClass(boolean) - Method in interface com.hp.hpl.jena.ontology.Individual
Answer an ontology class to which this individual belongs.
getOntClass(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents a class description node in this model.
getOntLangModelSpec() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Answer the model spec that corresponds to the ontology model type we'll use to access the terms of the ontology according to language.
getOntLanguage() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer the ontology language profile we're assuming in this reasoner.
getOntModel() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer the model that this resource is attached to, assuming that it is an OntModel.
getOntology(String, OntModelSpec) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer the ontology model that results from loading the document with the given URI.
getOntology(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents an ontology description node in this model.
getOntProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing an generic property in this model.
getOntResource(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource presenting the OntResource facet, which has the given URI.
getOntResource(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.ComplementClass
Answer the class that the class described by this class description is a complement of.
getOperands() - Method in interface com.hp.hpl.jena.ontology.BooleanClassDescription
Answer the list of operands for this Boolean class expression.
getOptions() - Method in class com.hp.hpl.jena.rdf.arp.ARP
The options used during parsing.
getOptions() - Method in interface com.hp.hpl.jena.rdf.arp.ARPConfig
The options used during parsing.
getOptions() - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
 
getOptions() - Method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
 
getOrdinal() - Method in interface com.hp.hpl.jena.rdf.model.Property
Returns the ordinal value of a containment property.
getOWLLanguageLevel(List) - Method in interface com.hp.hpl.jena.ontology.OntModel
If this OntModel is presenting an OWL model, answer the minimum OWL language level that the constructs used in this model lie entirely within.
getOWLLanguageLevel(OntModel, List) - Method in interface com.hp.hpl.jena.ontology.OWLSyntaxChecker
Given an OWL ontology model owlModel, answer the minimum OWL language level that the constructs used in this model lie entirely within.
getOWLMicroReasoner() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Prebuilt standard configuration a micro-OWL reasoner.
getOWLMiniReasoner() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Prebuilt mini configuration for the default OWL reasoner.
getOWLReasoner() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Prebuilt standard configuration for the default OWL reasoner.
getParent() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
getParentGraph() - Method in interface com.hp.hpl.jena.graph.Reifier
get the Graph which uses this reifier.
getParentGraph() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
getParseType() - Method in interface com.hp.hpl.jena.rdf.arp.ALiteral
When isWellFormedXML() is true, this returns the value of the rdf:parseType attribute, usually "Literal".
getPattern() - Method in class com.hp.hpl.jena.graph.query.Query
Answer a list of the triples that have been added to this query.
getPattern(Expression) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
getPatternLanguage() - Method in interface com.hp.hpl.jena.graph.query.PatternLiteral
Answer the language of the pattern.
getPatternModifiers() - Method in interface com.hp.hpl.jena.graph.query.PatternLiteral
Answer the pattern modifiers (a string of characters) of this pattern.
getPatternString() - Method in interface com.hp.hpl.jena.graph.query.PatternLiteral
Answer the pattern string, in whatever the pattern language is.
getPredicate - Static variable in class com.hp.hpl.jena.graph.Triple.Field
 
getPredicate - Static variable in class com.hp.hpl.jena.graph.Triple
 
getPredicate() - Method in class com.hp.hpl.jena.graph.Triple
 
getPredicate() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.SimpleSelector
Return the predicate constraint of this selector.
getPredicate() - Method in interface com.hp.hpl.jena.rdf.model.Statement
An accessor function to return the predicate of the statement.
getPredicate - Static variable in class com.hp.hpl.jena.rdf.model.Statement.Util
 
getPredicate() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Returns the predicate.
getPrefixForURI(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Prefix management via the ODM is very likely to be removed from Jena 2.4 onwards
getPrefixMap() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule.Parser
Return a map of all the discovered prefixes
getPrefixMapping() - Method in class com.hp.hpl.jena.db.GraphRDB
 
getPrefixMapping() - Method in class com.hp.hpl.jena.graph.compose.Polyadic
 
getPrefixMapping() - Method in interface com.hp.hpl.jena.graph.Graph
returns this Graph's prefix mapping.
getPrefixMapping() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Inference graphs share the prefix-mapping of their underlying raw graph.
getPreload() - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasoner
Get the single static precomputed rule closure.
getPriorVersion() - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer a resource that represents an ontology that is superceded by this ontology.
getProcessImports() - Method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer the language profile (for example, OWL or DAML+OIL) that this model is working to.
getProfile() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer the language profile for this ontology specification
getProfile() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.ProfileRegistry
Answer the language profile for the given language URI, or null if not known.
getProfile() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer the DIG profile for the DIG interface this reasoner is attached to.
getProperty(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Return a Property instance with the given URI in this model.
getProperty(Resource, Property) - Method in interface com.hp.hpl.jena.rdf.model.Model
Answer a statement (s, p, ?
getProperty(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Return a Property instance in this model.
getProperty(Property) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer some statement (this, p, O) in the associated model.
getProperty(Property) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Get a property of the object of the statement.
getPropertyTriples() - Method in class com.hp.hpl.jena.db.GraphRDB
Returns triples that describe this graph in the system properties graph.
getPropertyValue(Property) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer the value of a given RDF property for this resource, or null if it doesn't have one.
getPropValue(Node, Node, Finder) - Static method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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.
getQuery() - Method in class com.hp.hpl.jena.util.QueryMapper
 
getQueryFullReified() - Method in class com.hp.hpl.jena.db.GraphRDB
Get the value of QueryFullReified.
getQueryFullReified() - Method in class com.hp.hpl.jena.db.ModelRDB
Get the value of QueryFullReified.
getQueryOnlyAsserted() - Method in class com.hp.hpl.jena.db.GraphRDB
Get the value of QueryOnlyAsserted.
getQueryOnlyAsserted() - Method in class com.hp.hpl.jena.db.ModelRDB
Get the value of QueryOnlyAsserted.
getQueryOnlyReified() - Method in class com.hp.hpl.jena.db.GraphRDB
Get the value of QueryOnlyReified.
getQueryOnlyReified() - Method in class com.hp.hpl.jena.db.ModelRDB
Get the value of QueryOnlyReified.
getQueryTranslator(TriplePattern, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer the query translator that matches the given pattern, if any
getR() - Method in class com.hp.hpl.jena.graph.compose.Dyadic
Answer the right (second) operand of this Dyadic.
getRange() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a resource that represents the range class of this property.
getRank() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
getRawBoundValue() - Method in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.BaseInfGraph
Return the raw RDF data Graph being processed (i.e. the argument to the Reasonder.bind call that created this InfGraph).
getRawGraph() - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Return the raw RDF data Graph being processed (i.e. the argument to the Reasonder.bind call that created this InfGraph).
getRawModel() - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Return the raw RDF model being processed (i.e. the argument to the Reasonder.bind call that created this InfModel).
getRBNamespace() - Static method in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Return namespace used for Rubric specific properties
getRDFNode(Node) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Create or find an RDFNode (a Resource or a Literal) from a graph Node.
getRDFSReasoner() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return a prebuilt standard configuration for the default RDFS reasoner
getRDFSSimpleReasoner() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return a prebuilt simplified configuration for the default RDFS reasoner
getRDFType() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer the rdf:type (i.e. the class) of this resource.
getRDFType(boolean) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer the rdf:type (i.e. the class) of this resource.
getReader() - Method in interface com.hp.hpl.jena.rdf.model.RDFReaderF
return an RDFReader instance for the default serialization language.
getReader(String) - Method in interface com.hp.hpl.jena.rdf.model.RDFReaderF
return an RDFReader instance for the specified serialization language.
getReadFailureHandler() - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer the handler object that handles failed document read attempts, or null if not defined.
getReadHook() - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer the current ReadHook for this document manager instance
getReasoner() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer the reasoner that will be used to infer additional entailed triples in the ontology model.
getReasoner() - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Return the Reasoner which is being used to answer queries to this graph.
getReasoner() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Return the Reasoner which is being used to answer queries to this graph.
getReasoner() - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Return the Reasoner which is being used to answer queries to this graph.
getReasonerCapabilities() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Answer the capabilities of this reasoner.
getReasonerCapabilities() - Method in interface com.hp.hpl.jena.reasoner.Reasoner
Return a description of the capabilities of this reasoner encoded in RDF.
getReasonerCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Return a description of the capabilities of this reasoner encoded in RDF.
getReasonerCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Return a description of the capabilities of this reasoner encoded in RDF.
getReasonerCapabilities() - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Return a description of the capabilities of this reasoner encoded in RDF.
getReasonerCapabilities() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Return a description of the capabilities of this reasoner encoded in RDF.
getReasonerFactory() - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Answer the current reasoner factory
getReasonerURL() - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Answer the URL of the external reasoner this connection is bound to.
getReasonerURL() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Answer the URL to use when connecting to the external reasoner.
getRecentWarnings() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer an iterator over any recent warnings returned from from the remote DIG reasoner.
getReificationStyle() - Method in interface com.hp.hpl.jena.graph.GraphMaker
Answer the reification style of all the graphs that this GraphMaker constructs.
getReificationStyle() - Method in interface com.hp.hpl.jena.rdf.model.Model
Answer the reification style of the model.
getReifier() - Method in class com.hp.hpl.jena.db.GraphRDB
 
getReifier() - Method in class com.hp.hpl.jena.graph.compose.MultiUnion
Unions share the reifiers of their base graphs.
getReifier() - Method in interface com.hp.hpl.jena.graph.Graph
returns this Graph's reifier.
getReports() - Method in class com.hp.hpl.jena.reasoner.StandardValidityReport
Return an iterator over the separate ValidityReport.Report records.
getReports() - Method in interface com.hp.hpl.jena.reasoner.ValidityReport
Return an iterator over the separate ValidityReport.Report records.
getRequiredBaseGraph() - Method in class com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
Return a statement with given subject and property.
getRequiredProperty(Property) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Get a property value of this resource.
getResource(Statement) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the resource that is the object of the statement s.
getResource(String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Return a Resource instance with the given URI in this model.
getResource(String, ResourceF) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Return a Resource instance in this model.
getResource(int, ResourceF) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getResource(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getResource() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getResource(ResourceF) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getResourceID(Resource) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer an identifier for a resource, named or bNode
getRestriction(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource that represents a property restriction in this model.
getRoots(Graph) - Static method in class com.hp.hpl.jena.graph.query.SimpleTreeQueryPlan
 
getRule() - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleContext
Returns the rule.
getRule() - Method in class com.hp.hpl.jena.reasoner.rulesys.RuleDerivation
 
getRules() - Method in class com.hp.hpl.jena.assembler.RuleSet
 
getRules() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Return the this of Rules used by this reasoner
getRules() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Return the originally supplied set of rules, may be a mix of forward and backward rules.
getRules() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Return the list of Rules used by this reasoner
getRules() - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Return the this of Rules used by this reasoner
getRules() - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleReasoner
Answer the rules used by this Reasoner.
getRulesPreload() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule.Parser
Return the complete set of preloaded rules;
getSafeTypeByName(String) - Method in class com.hp.hpl.jena.datatypes.TypeMapper
Version of getTypeByName which will treat unknown URIs as typed literals but with just the default implementation
getSameAs() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a resource that is declared to be the same as this resource.
getSchema() - Static method in class com.hp.hpl.jena.assembler.JA
 
getSchema() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Answer the schema (tbox) graph for this reasoner, or null if no schema is defined.
getSchema() - Static method in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. Answer the JenaModelSpec schema encoded into a model.
getSchemaGraph() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Return the schema graph, if any, bound into this inference graph.
getSchemaGraph() - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Return the schema graph, if any, bound into this inference graph.
getSchemaGraph() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return the schema graph, if any, bound into this inference graph.
getSchemaGraph() - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Return the schema graph, if any, bound into this inference graph.
getSchemaGraph() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Return the schema graph, if any, bound into this inference graph.
getSchemaLocation() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
Answer the location of the DIG schema for this version of the DIG protocol
getScheme(String) - Static method in class com.hp.hpl.jena.util.FileUtils
 
getScratchDirectory(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Answer a File naming a freshly-created directory in the temporary directory.
getSeconds() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the number of seconds in the dateTime, including fractional part
getSeconds() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of seconds in the duration, including fractional part
getSeeAlso() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer a resource that provides additional information about this resource.
getSeq(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Return a Seq instance in this model.
getSeq(Resource) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Return a Seq instance based on a given resource.
getSeq(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getSeq() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getSet(Resource) - Method in class com.hp.hpl.jena.ontology.OntTools.LCAIndex
 
getShort() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a Short return its value.
getShort(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getShort() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getSomeValuesFrom() - Method in interface com.hp.hpl.jena.ontology.SomeValuesFromRestriction
Answer the resource characterising the constraint on at least one value of the restricted property.
getSomeValuesFromRestriction(String) - Method in interface com.hp.hpl.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.
getSorter() - Method in class com.hp.hpl.jena.graph.query.Query
 
getSourceSpecification() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer the ontology language specification for the source model underlying this DIG adapter.
getSpecializedGraphs() - Method in class com.hp.hpl.jena.db.GraphRDB
Return an iterator over the specialized graphs for this graph
getSpecification() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer the ontology model specification that was used to construct this model
getStatement(int) - Method in class com.hp.hpl.jena.ontology.OntTools.Path
 
getStatement() - Method in interface com.hp.hpl.jena.rdf.model.ReifiedStatement
answer the Statement that this ReifiedStatement reifies.
getStatementHandler() - Method in class com.hp.hpl.jena.rdf.arp.ARPHandlers
Gets the current statement handler.
getStatementProperty(Property) - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return a property of this statement.
getStatistic(Node, Node, Node) - Method in class com.hp.hpl.jena.graph.compose.MultiUnion.MultiUnionStatisticsHandler
 
getStatistic(Node, Node, Node) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.graph.Graph
Answer this Graph's statistics handler, or null if there isn't one.
getStrict() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.assembler.AssemblerHelp
Answer the plain string object of the statement s.
getString(Statement, Literal) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the String value of the literal L, which is the object of the Statement s.
getString() - Method in interface com.hp.hpl.jena.rdf.model.Literal
If the literal is interpretable as a string return its value.
getString(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Get the member at a given index.
getString() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Return the object of the statement.
getStyle() - Method in interface com.hp.hpl.jena.graph.Reifier
Answer this reifier's style.
getStyle() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
getSubClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a class that is the sub-class of this class.
getSubClassCache() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Return the cache of the subclass lattice.
getSubClassCache() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Accessor used during infgraph construction - return the cached version of the subClass lattice.
getSubGraphs() - Method in class com.hp.hpl.jena.graph.compose.Polyadic
Answer a list of the graphs other than the updateable (base) graph
getSubGraphs() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer the sub-graphs of this model.
getSubject - Static variable in class com.hp.hpl.jena.graph.Triple.Field
 
getSubject - Static variable in class com.hp.hpl.jena.graph.Triple
 
getSubject() - Method in class com.hp.hpl.jena.graph.Triple
 
getSubject() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.SimpleSelector
Return the subject constraint of this selector.
getSubject() - Method in interface com.hp.hpl.jena.rdf.model.Statement
An accessor method to return the subject of the statements.
getSubject - Static variable in class com.hp.hpl.jena.rdf.model.Statement.Util
 
getSubject() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Returns the subject.
getSubProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a property that is the sub-property of this property.
getSubPropertyCache() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Return the cache of the subclass lattice.
getSubPropertyCache() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Accessor used during infgraph construction - return the cached version of the subProperty lattice.
getSuperClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer a class that is the super-class of this class.
getSuperProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer a property that is the super-property of this property.
getSymmetricProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing a symmetric property.
getTail() - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Answer the list that is the tail of this list.
getTbox() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Accessor used during infgraph construction - return the partially bound tbox, if any.
getTemp(Node, Node, Node) - Method in interface com.hp.hpl.jena.reasoner.rulesys.BackwardRuleInfGraphI
Retrieve or create a bNode representing an inferred property value.
getTemp(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Retrieve or create a bNode representing an inferred property value.
getTemp(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Retrieve or create a bNode representing an inferred property value.
getTempDirectory() - Static method in class com.hp.hpl.jena.util.FileUtils
 
getTerminal() - Method in class com.hp.hpl.jena.ontology.OntTools.Path
Answer the RDF node at the end of the path, if defined, or null
getTerminalResource() - Method in class com.hp.hpl.jena.ontology.OntTools.Path
Answer the resource at the end of the path, if defined, or null
getTimePart() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the time component of the dateTime - i.e. just the hours/mins/seconds, and returns the values in seconds.
getTimePart() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the time component of the duration - i.e. just the hours/mins/seconds, and returns the values in seconds.
getTitle() - Method in class com.hp.hpl.jena.graph.GraphEvents
 
getTransactionHandler() - Method in class com.hp.hpl.jena.db.GraphRDB
 
getTransactionHandler() - Method in class com.hp.hpl.jena.graph.compose.Polyadic
 
getTransactionHandler() - Method in interface com.hp.hpl.jena.graph.Graph
returns this Graph's transaction handler
getTransactionHandler() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
 
getTransitiveProperty(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing a transitive property.
getTransitiveReasoner() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return a prebuilt standard configuration for the default subclass/subproperty transitive closure reasoner.
GetTriple - Interface in com.hp.hpl.jena.graph
this interface describes types that can have a triple extracted using a getTriple method.
getTriple(Node) - Method in interface com.hp.hpl.jena.graph.GetTriple
Answer the triple associated with the node n.
getTriple(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
getTriple() - Method in exception com.hp.hpl.jena.shared.UpdateDeniedException
 
getTriples() - Method in class com.hp.hpl.jena.graph.query.Query
Deprecated. use getPattern for the raw triples
getType(String) - Static method in class com.hp.hpl.jena.graph.Node
 
getType() - Method in class com.hp.hpl.jena.reasoner.ValidityReport.Report
 
getTypeByName(String) - Method in class com.hp.hpl.jena.datatypes.TypeMapper
Lookup a known datatype.
getTypeByValue(Object) - Method in class com.hp.hpl.jena.datatypes.TypeMapper
Method getTypeByValue.
getUnion() - Method in class com.hp.hpl.jena.graph.compose.MultiUnion.MultiUnionStatisticsHandler
 
getUnionClass(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a resource representing the class that is the union of a list of class descriptions.
getURI() - Static method in class com.hp.hpl.jena.assembler.JA
 
getURI() - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Return the URI which is the label for this datatype
getURI() - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Return the URI which is the label for this datatype
getURI() - Method in class com.hp.hpl.jena.graph.Node
get the URI of this node if it has one, else die horribly
getURI() - Method in class com.hp.hpl.jena.graph.Node_URI
 
getURI() - Method in interface com.hp.hpl.jena.rdf.arp.AResource
The URI reference for this resource, if any.
getURI() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Return the URI of the resource, or null if it's a bnode.
getURI() - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Answer the URI of this reasoner factory
getURI() - Method in interface com.hp.hpl.jena.reasoner.ReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in interface com.hp.hpl.jena.reasoner.rulesys.Builtin
Return the full URI which identifies this built in.
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
Return the full URI which identifies this built in.
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
Return the URI labelling this type of reasoner
getURI() - Method in exception com.hp.hpl.jena.shared.NoSuchReasonerException
Answer the URI of the reasoner that was not found.
getURI() - Method in exception com.hp.hpl.jena.shared.RulesetNotFoundException
 
getURI() - Static method in class com.hp.hpl.jena.vocabulary.DB
returns the URI for this schema
getURI() - Static method in class com.hp.hpl.jena.vocabulary.DC_10
returns the URI for this schema
getURI() - Static method in class com.hp.hpl.jena.vocabulary.DC_11
The namespace of the vocabalary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.DCTerms
The namespace of the vocabalary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.DCTypes
The namespace of the vocabalary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. Answer the base URI for the JenaModelSpec vocabulary items.
getURI() - Static method in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
The namespace of the vocabalary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
The namespace of the vocabulary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.OntEventsVocab
The namespace of the vocabulary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.OWL
The namespace of the vocabulary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.OWLResults
The namespace of the vocabalary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.OWLTest
The namespace of the vocabalary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.RDF
returns the URI for this schema
getURI() - Static method in class com.hp.hpl.jena.vocabulary.RDFS
returns the URI for this schema
getURI() - Static method in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
getURI() - Static method in class com.hp.hpl.jena.vocabulary.RDFTest
The namespace of the vocabalary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.ResultSet
returns the URI for this schema
getURI() - Static method in class com.hp.hpl.jena.vocabulary.RSS
returns the URI for this schema
getURI() - Static method in class com.hp.hpl.jena.vocabulary.TestManifest
The namespace of the vocabulary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.TestManifestX
The namespace of the vocabulary as a string
getURI() - Static method in class com.hp.hpl.jena.vocabulary.VCARD
returns the URI for this schema
getURI() - Static method in class com.hp.hpl.jena.vocabulary.XSD
The RDF-friendly version of the XSD namespace with trailing # character.
getURIForPrefix(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Prefix management via the ODM is very likely to be removed from Jena 2.4 onwards
getUserData() - Method in interface com.hp.hpl.jena.rdf.arp.AResource
The user data allows the RDF application to store one Object with each blank node during parsing.
getValidityErrorMessage() - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Answer the error message returned by the last failed validity check, if any.
getValue() - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
getValue() - Method in class com.hp.hpl.jena.graph.query.Expression.BoolConstant
 
getValue() - Method in class com.hp.hpl.jena.graph.query.Expression.Constant
 
getValue() - Method in class com.hp.hpl.jena.graph.query.Expression.Fixed
 
getValue() - Method in interface com.hp.hpl.jena.graph.query.Expression
If this Expression is a literal, answer the value of that literal.
getValue() - Method in interface com.hp.hpl.jena.rdf.model.Literal
Return the value of the literal.
getValue() - Method in class com.hp.hpl.jena.util.OneToManyMap.Entry
Answer the value for the entry
getVariableCount() - Method in class com.hp.hpl.jena.graph.query.Query
 
getVariables() - Method in class com.hp.hpl.jena.util.QueryMapper
 
getVersion() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Return a version stamp for this graph which can be used to fast-fail concurrent modification exceptions.
getVersion() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGIdentifier
Answer the version string of the attached reasoner.
getVersion() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Answer the version information string for this object.
getWarnings() - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Answer an iterator over the warnings received since the last tell operation
getWellFormed() - Method in interface com.hp.hpl.jena.rdf.model.Literal
Deprecated. use isWellFormedXML instead.
getWrappedException() - Method in exception com.hp.hpl.jena.reasoner.dig.DIGWrappedException
Answer the exception that this exception is wrapping.
getWriter() - Method in interface com.hp.hpl.jena.rdf.model.RDFWriterF
return an RDFWriter instance for the default serialization language.
getWriter(String) - Method in interface com.hp.hpl.jena.rdf.model.RDFWriterF
an RDFWriter instance for the specified serialization language.
getYears() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the number of years in the dateTime.
getYears() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Return the number of years in the duration
Given - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
GlobalMapperSystemProperty1 - Static variable in class com.hp.hpl.jena.util.LocationMapper
 
GlobalMapperSystemProperty2 - Static variable in class com.hp.hpl.jena.util.LocationMapper
 
gMonth - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:gMonth
gMonthDay - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:gMonthDay
Graph - Interface in com.hp.hpl.jena.graph
The interface to be satisfied by implementations maintaining collections of RDF triples.
graph - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
GraphAdd - Interface in com.hp.hpl.jena.graph
The Add part of Graph's interface.
graphBaseContains(Triple) - Method in class com.hp.hpl.jena.db.GraphRDB
 
graphBaseContains(Triple) - Method in class com.hp.hpl.jena.graph.compose.DisjointUnion
 
graphBaseContains(Triple) - Method in class com.hp.hpl.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 com.hp.hpl.jena.graph.compose.Union
 
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.db.GraphRDB
 
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.graph.compose.Delta
Find all the base triples matching tm, exclude the ones that are deleted, add the ones that have been added.
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.graph.compose.Difference
 
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.graph.compose.DisjointUnion
 
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.graph.compose.Intersection
 
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.graph.compose.MultiUnion
Answer an iterator over the triples in the union of the graphs in this composition.
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.graph.compose.Union
To find in the union, find in the components, concatenate the results, and omit duplicates.
graphBaseFind(TripleMatch) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Returns an iterator over Triples.
graphBaseFind(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Returns an iterator over Triples.
graphBaseFind(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Returns an iterator over Triples.
graphBaseFind(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Returns an iterator over Triples.
graphBaseFind(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Returns an iterator over Triples.
graphBaseFind(Node, Node, Node) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Returns an iterator over Triples.
graphBaseSize() - Method in class com.hp.hpl.jena.db.GraphRDB
 
graphBaseSize() - Method in class com.hp.hpl.jena.graph.compose.Delta
 
graphBaseSize() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Return the number of triples in the just the base graph
graphBaseSize() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return the number of triples in the inferred graph
graphDBSchema - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
GraphEventManager - Interface in com.hp.hpl.jena.graph
The component of a graph responsible for managing events and listeners.
GraphEvents - Class in com.hp.hpl.jena.graph
GraphEvents is the base class for Jena general graph events.
GraphEvents(String, Object) - Constructor for class com.hp.hpl.jena.graph.GraphEvents
 
GraphExtract - Class in com.hp.hpl.jena.graph
GraphExtract offers a very simple recursive extraction of a subgraph with a specified root in some supergraph.
GraphExtract(TripleBoundary) - Constructor for class com.hp.hpl.jena.graph.GraphExtract
 
graphId - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
GraphListener - Interface in com.hp.hpl.jena.graph
Interface for listening to graph-level update events.
graphLSet - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
GraphMaker - Interface in com.hp.hpl.jena.graph
A factory for providing instances of named graphs with appropriate storage models.
graphName - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
GraphPersonality - Class in com.hp.hpl.jena.enhanced
Personalities for Graphs.
GraphPersonality() - Constructor for class com.hp.hpl.jena.enhanced.GraphPersonality
 
GraphPersonality(Personality) - Constructor for class com.hp.hpl.jena.enhanced.GraphPersonality
 
GraphPersonality(GraphPersonality, Personality) - Constructor for class com.hp.hpl.jena.enhanced.GraphPersonality
 
graphPrefix - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
GraphRDB - Class in com.hp.hpl.jena.db
A persistent Graph implementation using a relational database for storage.
GraphRDB(IDBConnection, String, Graph, boolean) - Constructor for class com.hp.hpl.jena.db.GraphRDB
Deprecated. Please use the alternate constructor and choose the desired reification behaviour.
GraphRDB(IDBConnection, String, Graph, int, boolean) - Constructor for class com.hp.hpl.jena.db.GraphRDB
Construct a new GraphRDB
GraphStatisticsHandler - Interface in com.hp.hpl.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 com.hp.hpl.jena.vocabulary.DB
 
GraphUtil - Class in com.hp.hpl.jena.graph
An ad-hoc collection of useful code for graphs; starting with findAll, which is graph-specific, and extending to iteratorToSet and iteratorToList, which are here because they are used in tests and in the bulk update handlers.
GREATER_THAN - Static variable in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
constant to indicate a greater than relationship from compare()
GreaterThan - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests if the first argument is greater than the second.
GreaterThan() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.GreaterThan
 
GROUP - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
GuardArranger - Class in com.hp.hpl.jena.graph.query
A GuardArranger is initialised with a set of triple patterns, and can then turn a set of constraints (plus a map giving the location of variables) into an array of guards, where the i'th element of the array is the set of constraints that can be evaluated as soon as the i'th triple-pattern has been processed.
GuardArranger(Triple[]) - Constructor for class com.hp.hpl.jena.graph.query.GuardArranger
 
guessDBConcurrent() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactoryBase
Return true if the database should support concurrent read during transactions
guessDBDriver() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactoryBase
 
guessDBPassword() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactoryBase
 
guessDBType() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactoryBase
 
guessDBURL() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactoryBase
 
guessDBUser() - Static method in class com.hp.hpl.jena.rdf.model.ModelFactoryBase
 
guessLang(String, String) - Static method in class com.hp.hpl.jena.util.FileUtils
Guess the language/type of model data.
guessLang(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Guess the language/type of model data If the URI of the model starts jdbc: it is assumed to be an RDB model If the URI ends .rdf, it is assumed to be RDF/XML If the URI ends .n3, it is assumed to be N3 If the URI ends .nt, it is assumed to be N-Triples If the URI ends .bdb, it is assumed to be BerkeleyDB model
guessLang(String, String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.guessLang
guessLang(String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.guessLang
gYear - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:gYear
gYearMonth - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:gYearMonth

H

handledAdd(Triple) - Method in interface com.hp.hpl.jena.graph.Reifier
true iff the Reifier has handled an add of the triple _t_.
handledAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
handledRemove(Triple) - Method in interface com.hp.hpl.jena.graph.Reifier
true iff the Reifier has handled a remove of the triple _t_.
handledRemove(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
handleFailedRead(String, Model, Exception) - Method in interface com.hp.hpl.jena.ontology.OntDocumentManager.ReadFailureHandler
Behaviour to invoke when the OntDocumentManager tries and fails to read an ontology document from a given URL.
handlesLiteralTyping() - Method in interface com.hp.hpl.jena.graph.Capabilities
Answer true iff this graph compares literals for equality by value rather than by lexical form (the memory-based graphs do; at present the RDB-graphs do not).
HAS_CLASS_Q() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes a the class in a qualified restriction.
HAS_VALUE() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes a restriction on a given property to have a given value.
hasAliasFor(Resource) - Method in interface com.hp.hpl.jena.ontology.Profile
Answer true if the given resource has an alias in this profile.
hasAllValuesFrom(Resource) - Method in interface com.hp.hpl.jena.ontology.AllValuesFromRestriction
Answer true if this property restriction has the given class as the class to which all values of the restricted property must belong.
hasBound(Node) - Method in class com.hp.hpl.jena.graph.query.Mapping
Answer true iff we have already bound v (predeclaration doesn't count)
hasCachedModel(String) - Method in class com.hp.hpl.jena.util.FileManager
 
hasCardinality(int) - Method in interface com.hp.hpl.jena.ontology.CardinalityRestriction
Answer true if this property restriction has the given cardinality.
hasCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.CardinalityQRestriction
Answer true if this property restriction has the given cardinality.
hasChanged() - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
Answer true iff a change has occurred since the last hasChanged and set changed false.
hasClass - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML hasClass property on Restrictions
hasClass() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML hasClass property on Restrictions
hasClass() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML hasClass property on Restrictions
hasClassQ - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML hasClassQ property on Restrictions
hasClassQ() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML hasClassQ property on Restrictions
hasClassQ() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML hasClassQ property on Restrictions
hasClassQ - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of that a qualified restriction has the given class or datatype for the qualification restriction
hasComment(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource has the given comment.
hasComment(Literal) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource has the given comment.
hasConnection - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an RDBModelSpec that describes the connection
hasDeclaredProperty(Property, boolean) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if the given property is one of the declared properties of this class.
hasDefaultValue() - Method in class com.hp.hpl.jena.util.iterator.ConcatenatedIterator
Answer true if this iteration has a default value.
hasDistinctMember(Resource) - Method in interface com.hp.hpl.jena.ontology.AllDifferent
Answer true if this AllDifferent declaration includes res as one of the distinct individuals.
hasDomain(Resource) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if the given resource a class specifying the domain of this property.
hasEquivalentClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if the given class is equivalent to this class.
hasEquivalentProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if the given property is equivalent to this property.
HasFileManager - Static variable in class com.hp.hpl.jena.assembler.JA
 
hasFormat - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.
hasGraph(String) - Method in interface com.hp.hpl.jena.graph.GraphMaker
return true iff the factory has a graph with the given name
hasHasClassQ(OntClass) - Method in interface com.hp.hpl.jena.ontology.QualifiedRestriction
Answer true if this qualified property restriction has the given class as the class to which all of the property values must belong.
hasHasClassQ(DataRange) - Method in interface com.hp.hpl.jena.ontology.QualifiedRestriction
Answer true if this qualified property restriction has the given datarange as the class to which all of the property values must belong.
hashCode() - Method in class com.hp.hpl.jena.datatypes.BaseDatatype.TypedValue
 
hashCode() - Method in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
hash function
hashCode() - Method in class com.hp.hpl.jena.enhanced.EnhGraph
Hashcode for an enhnaced graph is delegated to the underlyin graph.
hashCode() - Method in class com.hp.hpl.jena.enhanced.EnhNode
The hash code of an enhanced node is defined to be the same as the underlying node.
hashCode() - Method in class com.hp.hpl.jena.graph.Node
 
hashCode() - Method in class com.hp.hpl.jena.graph.Node_Variable.VariableName
 
hashCode() - Method in class com.hp.hpl.jena.graph.Triple
The hash-code of a triple is the hash-codes of its components munged together: see hashCode(S, P, O).
hashCode(Node, Node, Node) - Static method in class com.hp.hpl.jena.graph.Triple
Return the munged hashCodes of the specified nodes, an exclusive-or of the slightly-shifted component hashcodes; this means (almost) all of the bits count, and the order matters, so (S @P O) has a different hash from (O @P S), etc.
hashCode() - Method in class com.hp.hpl.jena.rdf.model.AnonId
return a hashcode for this id
hashCode() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Returns asTriple().hashCode()
hashCode() - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
hash function override
hashCode() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
hash function override
hashCode() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
hash function override
hashCode() - Method in class com.hp.hpl.jena.util.LocationMapper
 
hashCode() - Method in class com.hp.hpl.jena.util.LocatorClassLoader
 
hashCode() - Method in class com.hp.hpl.jena.util.LocatorFile
 
hashCode() - Method in class com.hp.hpl.jena.util.LocatorURL
 
hashCode() - Method in class com.hp.hpl.jena.util.OneToManyMap.Entry
Returns the hash code value for this map entry.
hashCode() - Method in class com.hp.hpl.jena.util.OneToManyMap
Returns the hash code value for this map.
HashUtils - Class in com.hp.hpl.jena.util
Deprecated. use CollectionFactory methods
HashUtils() - Constructor for class com.hp.hpl.jena.util.HashUtils
Deprecated.  
hasInverse() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if there is at least one inverse property for this property.
hasLabel(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource has the given label
hasLabel(Literal) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource has the given label
hasLiteral(Property, boolean) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer true iff this resource has the value o for property p.
hasLiteral(Property, long) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer true iff this resource has the value o for property p.
hasLiteral(Property, char) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer true iff this resource has the value o for property p.
hasLiteral(Property, double) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer true iff this resource has the value o for property p.
hasLiteral(Property, float) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer true iff this resource has the value o for property p.
hasLiteral(Property, Object) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer true iff this resource has the value o for property p.
hasLoadedImport(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer true if this model has had the given URI document imported into it.
hasMaxCardinality(int) - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityRestriction
Answer true if this property restriction has the given maximum cardinality.
hasMaxCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityQRestriction
Answer true if this property restriction has the given maximum qualifed cardinality.
hasMinCardinality(int) - Method in interface com.hp.hpl.jena.ontology.MinCardinalityRestriction
Answer true if this property restriction has the given minimum cardinality.
hasMinCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.MinCardinalityQRestriction
Answer true if this property restriction has the given minimum qualifed cardinality.
hasModel(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelMaker
return true iff the factory has a Model with the given name
hasMoreTokens() - Method in class com.hp.hpl.jena.util.Tokenizer
Test if there are more tokens which can be returned.
hasNext() - Method in class com.hp.hpl.jena.graph.query.BufferPipe
 
hasNext() - Method in interface com.hp.hpl.jena.graph.query.Pipe
Answer true iff there are more elements for get() to get.
hasNext() - Method in interface com.hp.hpl.jena.rdf.model.NodeIterator
Determine if there any more values in the iteration. .
hasNext() - Method in class com.hp.hpl.jena.util.iterator.ArrayIterator
 
hasNext() - Method in class com.hp.hpl.jena.util.iterator.ConcatenatedIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.hp.hpl.jena.util.iterator.FilterIterator
Answer true iff there is at least one more acceptable object.
hasNext() - Method in class com.hp.hpl.jena.util.iterator.IteratorIterator
Is there another element in one of the Iterator's still to consider.
hasNext() - Method in class com.hp.hpl.jena.util.iterator.LateBindingIterator
 
hasNext() - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
hasNext() - Method in class com.hp.hpl.jena.util.iterator.MapFilterIterator
Are there any more acceptable objects.
hasNext() - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
default hasNext: no elements, return false.
hasNext() - Method in class com.hp.hpl.jena.util.iterator.RandomOrderIterator
 
hasNext() - Method in class com.hp.hpl.jena.util.iterator.SingletonIterator
Can return a single value
hasNext() - Method in class com.hp.hpl.jena.util.iterator.UniqueExtendedIterator
 
hasNext() - Method in class com.hp.hpl.jena.util.iterator.WrappedIterator
hasNext: defer to the base iterator
hasNodeID() - Method in interface com.hp.hpl.jena.rdf.arp.AResource
True, if this is an anonymous resource with an explicit rdf:nodeID.
HasNoModelException - Exception in com.hp.hpl.jena.rdf.model
Exception to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model.
HasNoModelException(Object) - Constructor for exception com.hp.hpl.jena.rdf.model.HasNoModelException
 
hasOneOf(Literal) - Method in interface com.hp.hpl.jena.ontology.DataRange
Answer true if the given literal is one of the enumerated literals that are the permissible values of this datarange.
hasOneOf(Resource) - Method in interface com.hp.hpl.jena.ontology.EnumeratedClass
Answer true if the given individual is one of the enumerated individuals in the class extension of this class.
hasOntClass(Resource, boolean) - Method in interface com.hp.hpl.jena.ontology.Individual
Answer true if this individual is a member of the class denoted by the given class resource.
hasOntClass(Resource) - Method in interface com.hp.hpl.jena.ontology.Individual
Answer true if this individual is a member of the class denoted by the given ontology class resource.
hasOntClass(String) - Method in interface com.hp.hpl.jena.ontology.Individual
Answer true if this individual is a member of the class denoted by the given URI.
hasOperand(Resource) - Method in interface com.hp.hpl.jena.ontology.BooleanClassDescription
Answer true if this Boolean class expression has the given class as an operand.
hasPart - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource includes the referenced resource either physically or logically.
hasPriorVersion(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer true if this ontology (the ontology represented by this resource) supercedes the given resource.
hasProperty(Property) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Determine whether this resource has any values for a given property.
hasProperty(Property, String) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Test if this resource has a given property with a given value.
hasProperty(Property, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Test if this resource has a given property with a given value.
hasProperty(Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Test if this resource has a given property with a given value.
hasRange(Resource) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if the given resource a class specifying the range of this property.
hasRDFType(Resource, boolean) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource is a member of the class denoted by the given class resource.
hasRDFType(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource is a member of the class denoted by the given class resource.
hasRDFType(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource is a member of the class denoted by the given URI.
hasRule - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a RuleSet that specifies a rule.
hasRule - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property of a GRR rule-set config that specifies a rule as a string in the Jena rules language.
HasRules - Static variable in class com.hp.hpl.jena.assembler.JA
 
hasSeeAlso(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource has the given resource as a source of additional information.
hasSomeValuesFrom(Resource) - Method in interface com.hp.hpl.jena.ontology.SomeValuesFromRestriction
Answer true if this property restriction has the given class as the class to which at least one value of the restricted property must belong.
hasSubClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if the given class is a sub-class of this class.
hasSubClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class has any sub-class in the model.
hasSubClass(Resource, boolean) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if the given class is a sub-class of this class.
hasSubProperty(Property, boolean) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if the given property is a sub-property of this property.
hasSuperClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if the given class is a super-class of this class.
hasSuperClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class has any super-class in the model.
hasSuperClass(Resource, boolean) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if the given class is a super-class of this class.
hasSuperProperty(Property, boolean) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if the given property is a super-property of this property.
hasTerminus(RDFNode) - Method in class com.hp.hpl.jena.ontology.OntTools.Path
Answer true if the last link on the path has object equal to n
hasTriple(Node) - Method in interface com.hp.hpl.jena.graph.Reifier
true iff _n_ is associated with some triple.
hasTriple(Triple) - Method in interface com.hp.hpl.jena.graph.Reifier
 
hasTriple(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
hasTriple(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
hasURI(String) - Method in class com.hp.hpl.jena.graph.Node
answer true iff this node is a URI node with the given URI
hasURI(String) - Method in class com.hp.hpl.jena.graph.Node_URI
 
hasURI(String) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Answer true iff this Resource is a URI resource with the given URI.
hasValue(RDFNode) - Method in interface com.hp.hpl.jena.ontology.HasValueRestriction
Answer true if this property restriction has the given RDF value as the value which all values of the restricted property must equal.
hasValue - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML hasValue property on Restrictions
hasValue() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML hasValue property on Restrictions
hasValue() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML hasValue property on Restrictions
hasValue - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration that a restriction constrains the property to have a given value
hasValue - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
HasValueRestriction - Interface in com.hp.hpl.jena.ontology
A property restriction that requires the named property to have a given individual as its value.
hasVersion - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource has a version, edition, or adaptation, namely, the referenced resource.
hasVersionInfo(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource has the given version information
hasWellFormedXML() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Answer true iff the Literal object of this statement is well-formed XML (ie equivalent to getLiteral().isWellFormedXML()).
headAction(Node[], int, RuleContext) - Method in interface com.hp.hpl.jena.reasoner.rulesys.Builtin
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.AssertDisjointPairs
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Drop
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Hide
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListMapAsObject
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.ListMapAsSubject
This method is invoked when the builtin is called in a rule head.
headAction(Node[], RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.MakeTemp
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Print
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Remove
This method is invoked when the builtin is called in a rule head.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Table
This method is invoked when the builtin is called in a rule body.
headAction(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.TableAll
This method is invoked when the builtin is called in a rule body.
headLength() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Return the number of head elements
HELP - Variable in class jena.rdfcat
Argument to show usage
hexBinary - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:hexBinary
Hide - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Register a node as to be hidden from query result iterators.
Hide() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Hide
 
hideNode(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Called to flag that a node should be hidden from external queries.
HYBRID - Static variable in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Constant - the mode description for mixed forward/backward, this is the default mode

I

IanaLanguageTag - Class in com.hp.hpl.jena.rdf.arp.lang
Language codes registered by IANA.
ID - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ID - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:ID
idAttr - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
IDBConnection - Interface in com.hp.hpl.jena.db
Encapsulate the specification of a jdbc connection, mostly used to simplify the calling pattern for ModelRDB factory methods.
identifier - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
identifier - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
An unambiguous reference to the resource within a given context.
IdentifierScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of resource identifier encoding schemes and/or formats
IDREF - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:IDREF
IDREFS - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:IDREFS
ifIn(ClosableIterator) - Static method in class com.hp.hpl.jena.graph.compose.CompositionBase
Answer a Filter that will accept any object that is an element of iterator i.
ifIn(Graph) - Static method in class com.hp.hpl.jena.graph.compose.CompositionBase
Answer a Filter that will accept any triple that is an edge of graph g.
IGN_DAML_COLLECTION - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The use of rdf:parseType="daml:collection" does not conform with RDF2004.
IGN_NO_BASE_URI_SPECIFIED - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Indicates that no name is known for the current file being parsed.
IGN_PRIVATE_XMLLANG - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An xml:lang attribute uses one or more of the extension facilities in RFC3066 or ISO639.
IGN_XMLBASE_SIGNIFICANT - Static variable in interface com.hp.hpl.jena.rdf.arp.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 com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Indicates that somewhere, other than in an XML Literal an xml:base attribute has been used.
IGNORE_IMPORT - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OntDocManagerVocab
Specifies URL that will never be loaded as the result of processing an imports statement
ignoringImport(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Answer true if the given URI is one that will be ignored during imports
IllegalDateTimeFieldException - Exception in com.hp.hpl.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 com.hp.hpl.jena.datatypes.xsd.IllegalDateTimeFieldException
Constructor
IllegalParameterException - Exception in com.hp.hpl.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 com.hp.hpl.jena.reasoner.IllegalParameterException
Constructor.
Image - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
An image is a primarily symbolic visual representation other than text.
image - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
Implementation - Class in com.hp.hpl.jena.enhanced
Interface defining a generic factory interface for generating enhanced nodes from normal graph nodes.
Implementation() - Constructor for class com.hp.hpl.jena.enhanced.Implementation
 
implementCreateModelOver(String) - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Create an OntModel according to this model specification.
IMPLIESC - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
IMPLIESR - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
importedPremiseDocument - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWLTest
The premise document, and its imports closure, entails the conclusion document.
ImportLevelTest - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
These tests use two documents.
importMaker - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an OntModelSpec that gives the MakerSpec used when manufacturing models for imports.
ImportManager - Class in com.hp.hpl.jena.assembler
 
ImportManager() - Constructor for class com.hp.hpl.jena.assembler.ImportManager
 
imports - Static variable in class com.hp.hpl.jena.assembler.JA
 
imports(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer true if this ontology (the ontology represented by this resource) imports the given resource.
IMPORTS() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one ontology document imports another.
imports - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML imports property on Ontologies
imports() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML imports property on Ontologies
imports() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML imports property on Ontologies
imports - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration that one ontology is imported into another ontology.
imports - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
importSource - Static variable in class com.hp.hpl.jena.assembler.JA
 
IMT - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The Internet media type of the resource.
IN_LANG - Variable in class jena.rdfcat
Argument to set the default input language
IN_N3 - Variable in class jena.rdfcat
Argument setting expected input language to N3
IN_NTRIPLE - Variable in class jena.rdfcat
Argument setting expected input language to NTRIPLE
IN_RDF_XML - Variable in class jena.rdfcat
Argument setting expected input language to RDF/XML
include - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
Connects the manifest resource to rdf:type list of manifests
include - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Include another manifest file.
INCLUDE - Variable in class jena.rdfcat
Argument to turn include processing on
includes - Static variable in class com.hp.hpl.jena.assembler.JA
 
INCOMPATIBLE_WITH() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that documents that one ontology resource is not backwards compatible with another.
incompatibleWith - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWL
 
IncompleteRun - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWLTest
An inconsistent OWL document.
incrementRank() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
independent() - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine whether this model is independent.
INDETERMINATE - Static variable in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
constant to indicate an indeterminate relationship from compare()
index - Variable in class com.hp.hpl.jena.graph.query.QueryNode
The index value allocated to this query node; NO_INDEX except for a variable node, in which case it is the allocated index in the domain object.
indexKeyLength - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
indexOf(Node) - Method in class com.hp.hpl.jena.graph.query.Mapping
get the index of a node in the mapping; undefined if the node is not mapped.
indexOf(String) - Method in class com.hp.hpl.jena.graph.query.Mapping
 
indexOf(String) - Method in interface com.hp.hpl.jena.graph.query.VariableIndexes
Answer the index of name, or throw an exception if that name is not bound in this mapping.
indexOf(RDFNode) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(boolean) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(long) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(char) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(float) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(double) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(String) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
indexOf(Object) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Return the index of a given member of the sequence.
IndexValues - Interface in com.hp.hpl.jena.graph.query
IndexValues: something that when supplied with a non-negative integer, returns a value.
Individual - Interface in com.hp.hpl.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.
INDIVIDUAL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
INDIVIDUAL_PAIR - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
INDIVIDUAL_PAIR_SET - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
INDIVIDUAL_SET - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
individualAsThingP - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of an ontology individual
InfGraph - Interface in com.hp.hpl.jena.reasoner
Extends the Graph interface to give additional means to query an inferred graph.
infModel - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
InfModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
InfModel - Interface in com.hp.hpl.jena.rdf.model
An extension to the normal Model interface that supports access to any underlying inference capability.
InfModelSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of InfModelSpec resources [subclass of ModelSpec].
init() - Static method in class com.hp.hpl.jena.util.PrintUtil
Load built in prefixes.
initial(int) - Static method in class com.hp.hpl.jena.graph.query.Stage
construct a new initial stage for the pipeline
initialContent - Static variable in class com.hp.hpl.jena.assembler.JA
 
InitialStage - Class in com.hp.hpl.jena.graph.query
The initial stage of a query, responsible for dropping the no-variables-bound seed binding domain into the remaining stages of the query pipeline.
InitialStage(int) - Constructor for class com.hp.hpl.jena.graph.query.InitialStage
The value passed in is the computed width of the result array(s); this is used to allocate the seeding node array.
inModel(Model) - Method in interface com.hp.hpl.jena.rdf.model.RDFNode
Answer a .equals() version of this node, except that it's in the model m.
inputDocument - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
A test case input document.
insert(Finder, FGraph) - Method in class com.hp.hpl.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 com.hp.hpl.jena.rdf.arp.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 com.hp.hpl.jena.assembler.ImportManager
A shared instance of ImportManage, used as a default by several other assembler methods.
INSTANCE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
instance - Static variable in class com.hp.hpl.jena.util.iterator.NullIterator
 
INSTANCEOF - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
INSTANCES - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
instantiate(TriplePattern) - Method in interface com.hp.hpl.jena.reasoner.rulesys.BindingEnvironment
Instantiate a triple pattern against the current environment.
instantiate(BindingEnvironment) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Instantiate a rule given a variable binding environment.
integer - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:integer
INTEQUALS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
InteractiveResource - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
An interactive resource is a resource which requires interaction from the user to be understood, executed, or experienced.
intercepts() - Method in class com.hp.hpl.jena.shared.ReificationStyle
 
Intersection - Class in com.hp.hpl.jena.graph.compose
an implementation of a dynamic intersection of two models.
Intersection(Graph, Graph) - Constructor for class com.hp.hpl.jena.graph.compose.Intersection
 
intersection(Model) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology
Encapsulates a class description that is the intersection of a list of class expressions.
intersectionOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the intersectionOf property on class expressions
intersectionOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the intersectionOf property on class expressions
intersectionOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the intersectionOf property on class expressions
intersectionOf - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a class expression being an intersection of class descriptions.
intersectionOf - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
INTMAX - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
INTMIN - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
INTRANGE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
InvalidListException - Exception in com.hp.hpl.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 com.hp.hpl.jena.rdf.model.InvalidListException
Construct an invalid list exception with a default message.
InvalidListException(String) - Constructor for exception com.hp.hpl.jena.rdf.model.InvalidListException
Construct an invalid list exception with a given message.
InvalidPropertyURIException - Exception in com.hp.hpl.jena.shared
Exception to throw when it is discovered that a property has been given an illegal URI.
InvalidPropertyURIException(String) - Constructor for exception com.hp.hpl.jena.shared.InvalidPropertyURIException
 
INVERSE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
INVERSE_FUNCTIONAL_PROPERTY() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one property is the inverse of another
InverseFunctionalProperty - Interface in com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWL
 
inverseFunctionalPropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being inverse functional.
inverseOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML inverseOf property on Properties
inverseOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML inverseOf property on Properties
inverseOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML inverseOf property on Properties
inverseOf - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being the inverse of another property
inverseOf - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
invokeCmd(String, String[]) - Static method in class jena.query
 
IS_DEFINED_BY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes isDefinedBy annotation on an ontology element
isAllDifferent() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as an 'all different' declaration
isAllValuesFromRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer true if this restriction is an all values from restriction
isAlt() - Method in interface com.hp.hpl.jena.rdf.model.Container
 
isAnnotationProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as an annotation property
isAnon() - Method in class com.hp.hpl.jena.enhanced.EnhNode
An enhanced node is Anon[ymous] iff its underlying node is Blank.
isAnon() - Method in interface com.hp.hpl.jena.rdf.model.RDFNode
Answer true iff this RDFNode is an anonynous resource.
isAnonymous() - Method in interface com.hp.hpl.jena.rdf.arp.AResource
True if this resource does not have an associated URI.
isApply() - Method in class com.hp.hpl.jena.graph.query.Expression.Application
 
isApply() - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
isApply() - Method in interface com.hp.hpl.jena.graph.query.Expression
Answer true iff this Expression represents the application of some function [or operator] to some arguments [or operands].
isAxiom() - Method in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Rule
Return true if the rule was written as a backward (as opposed to forward) rule.
isBackwardCompatibleWith(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Container
 
isBaseTypeCompatible(LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Test if the given typed value is in the right partition of the XSD type space.
isBlack() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
isBlank() - Method in class com.hp.hpl.jena.graph.Node
Answer true iff this node is a blank node [subclasses override]
isBlank() - Method in class com.hp.hpl.jena.graph.Node_Blank
 
IsBNode - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests the single argument to make sure it is blank node.
IsBNode() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.IsBNode
 
isCardinalityRestriction() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as a class
isClean() - Method in class com.hp.hpl.jena.reasoner.StandardValidityReport
Returns true if the model is both valid (logically consistent) and no warnings were generated.
isClean() - Method in interface com.hp.hpl.jena.reasoner.ValidityReport
Returns true if the model is both valid (logically consistent) and no warnings were generated.
isClosed() - Method in class com.hp.hpl.jena.db.GraphRDB
 
isClosed() - Method in interface com.hp.hpl.jena.graph.Graph
Answer true iff .close() has been called onn this Graph.
isClosed() - Method in class com.hp.hpl.jena.graph.query.Stage
 
isClosed() - Method in interface com.hp.hpl.jena.rdf.model.Model
Answer true iff .close() has been called on this Model.
isComplementClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class is a complement class expression
isComplex() - Method in class com.hp.hpl.jena.graph.query.ExpressionSet
Answer true iff this ExpressionSet is non-trivial (ie non-empty).
isConcept(Node, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer true if the given node corresponds to one of the concepts known to the DIG reasoner.
isConcrete() - Method in class com.hp.hpl.jena.graph.Node
Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal.
isConcrete() - Method in class com.hp.hpl.jena.graph.Node_Concrete
 
isConcrete() - Method in class com.hp.hpl.jena.graph.Node_Fluid
 
isConcrete() - Method in class com.hp.hpl.jena.graph.Triple
 
isConstant() - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
isConstant() - Method in class com.hp.hpl.jena.graph.query.Expression.BoolConstant
 
isConstant() - Method in class com.hp.hpl.jena.graph.query.Expression.Constant
 
isConstant() - Method in interface com.hp.hpl.jena.graph.query.Expression
Answer true iff this Expression represents a literal [Java object] value.
isContains(PatternLiteral) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
isDataRange() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as a data range
isDatatypeProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if this property is a datatype property
isDatatypeProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as a datatype property
isDefinedBy(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource is defined by the given resource.
isDefinedBy - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:isDefinedBy in daml namespace
isDefinedBy() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:isDefinedBy in daml namespace
isDefinedBy() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:isDefinedBy in daml namespace
isDefinedBy - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
isDefinedBy - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
isDifferentFrom(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource is different from the given resource.
isDisjointWith(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class is disjoint with the given class.
IsDType - Class in com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins.IsDType
 
isEmpty() - Method in class com.hp.hpl.jena.assembler.Content
 
isEmpty() - Method in interface com.hp.hpl.jena.graph.Graph
Answer true iff this graph is empty.
isEmpty() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.RDFList
Answer true if this list is the empty list.
isEmpty() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Answer true iff this graph is empty.
isEmpty() - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer true if the map is empty of key-value mappings.
isEndsWith(PatternLiteral) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
isEnumeratedClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class is an enumerated class expression
isEqual(LiteralLabel, LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Compares two instances of values of the given datatype.
isEqual(LiteralLabel, LiteralLabel) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Compares two instances of values of the given datatype.
isEqual(LiteralLabel, LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDbase64Binary
Compares two instances of values of the given datatype.
isEqual(LiteralLabel, LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Compares two instances of values of the given datatype.
isEqual(LiteralLabel, LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDhexBinary
Compares two instances of values of the given datatype.
isError - Variable in class com.hp.hpl.jena.reasoner.ValidityReport.Report
True if the report is a error, false if it is just a warning.
isError() - Method in class com.hp.hpl.jena.reasoner.ValidityReport.Report
 
ISET - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
isFile(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Check whether 'name' is possibly a file reference
isFormatOf - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource is the same intellectual content of the referenced resource, but presented in another format.
isFormatOK() - Method in class com.hp.hpl.jena.db.DBConnection
 
isFormatOK() - Method in interface com.hp.hpl.jena.db.IDBConnection
Return true if the database seems to be formated for RDF storage.
isFrozen() - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bind
 
isFrozen() - Method in class com.hp.hpl.jena.graph.query.QueryNode
Answer true iff this node is "frozen", ie its value is fixed, when it is encountered; that is, it is not a Bind or JustBound node.
isFrozen() - Method in class com.hp.hpl.jena.graph.query.QueryNode.JustBound
 
isFunctionalProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if this property is a functional property
IsFunctor - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests the single argument to make sure it is not a Functor.
IsFunctor() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.IsFunctor
 
isFunctor(Node) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Functor
tests that a given Node represents a functor
isGround() - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Returns true if the functor is fully ground, no variables
isGround(BindingEnvironment) - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Returns true if the functor is fully ground in the given environment
isGround() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Test if the pattern is ground, contains no variables.
isHasValueRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer true if this restriction is a has value restriction
isHierarchyRoot() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class is one of the roots of the local class hierarchy.
isIANA() - Method in class com.hp.hpl.jena.util.CharEncoding
Returns true if this charset registered at IANA.
isInBaseModel(RDFNode) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Answer true if the given statement is defined in the base model of this ontology model.
isIncompatibleWith(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer true if this ontology (the ontology represented by this resource) is incompatible with the given resource.
isIndividual() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as an individual
isIndividual(Node) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer true if the given node corresponds to one of the individuals known to the DIG reasoner.
isInNIO() - Method in class com.hp.hpl.jena.util.CharEncoding
Returns true if this charset is supported by java.nio.charset.Charset.
isInstant(Node) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Check whether a Node is an Instant (DateTime) value
isIntersectionClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class is an intersection class expression
isInverseFunctionalProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if this property is an inverse functional property
isInverseOf(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if this property is the inverse of the given property.
isIsomorphicWith(EnhGraph) - Method in class com.hp.hpl.jena.enhanced.EnhGraph
Answer true if the given enhanced graph contains the same nodes and edges as this graph.
isIsomorphicWith(Graph) - Method in interface com.hp.hpl.jena.graph.Graph
Compare this graph with another using the method described in http://www.w3.org/TR/rdf-concepts#section-Graph-syntax
isIsomorphicWith(Model) - Method in interface com.hp.hpl.jena.rdf.model.Model
Compare this Model with another for equality ignoring the labels on bNodes.
isLegal() - Method in class com.hp.hpl.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 com.hp.hpl.jena.enhanced.EnhNode
An enhanced node is Literal iff its underlying node is too.
isLiteral() - Method in class com.hp.hpl.jena.graph.Node
Answer true iff this node is a literal node [subclasses override]
isLiteral() - Method in class com.hp.hpl.jena.graph.Node_Literal
 
isLiteral() - Method in interface com.hp.hpl.jena.rdf.model.RDFNode
Answer true iff this RDFNode is a literal resource.
IsLiteral - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests the single argument to make sure it is a literal.
IsLiteral() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.IsLiteral
 
isMaxCardinalityRestriction() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Builtin
Returns false if this builtin is non-monotonic.
isMonotonic() - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
Returns false if this builtin is non-monotonic.
isMonotonic() - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Drop
Returns false if this builtin is non-monotonic.
isMonotonic() - Method in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins.Remove
Returns false if this builtin is non-monotonic.
isMonotonic() - Method in class com.hp.hpl.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).
isNonTrivial() - Method in class com.hp.hpl.jena.graph.query.ValuatorSet
Answer true iff evaluating this ValuatorSet runs some Valuators.
isNumeric(Node) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Check whether a Node is a numeric (integer) value
Iso3166 - Class in com.hp.hpl.jena.rdf.arp.lang
Country code names from ISO 3166.
ISO3166 - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
ISO 3166 Codes for the representation of names of countries
Iso639 - Class in com.hp.hpl.jena.rdf.arp.lang
Language codes from ISO639-1 and ISO639-2.
ISO639_2 - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
ISO 639-2: Codes for the representation of names of languages.
isObjectProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if this property is an object property
isObjectProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as an object property
isOntLanguageTerm() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource is a symbol in one of the standard ontology languages supported by Jena: RDF, RDFS, OWL or DAML+OIL.
isOntology() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as an ontology description node
isPartOf - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource is a physical or logical part of the referenced resource.
isPrepared() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Answer true iff this graph has been through the prepare() step.
isPromoted() - Method in exception com.hp.hpl.jena.rdf.arp.ParseException
 
isProperty() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer true if this resource can be viewed as a property
isProperty() - Method in interface com.hp.hpl.jena.rdf.model.Property
 
isReferencedBy - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource is referenced, cited, or otherwise pointed to by the referenced resource.
isReificationPredicate(Node) - Static method in class com.hp.hpl.jena.graph.Reifier.Util
 
isReificationType(Node, Node) - Static method in class com.hp.hpl.jena.graph.Reifier.Util
 
isReified(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine if this Statement has been reified in this Model.
isReified() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Determine if this statement is the subject of any statements its associated model.
isReplacedBy - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource is supplanted, displaced, or superseded by the referenced resource.
isRequiredBy - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource is required by the referenced resource, either physically or logically.
isResource() - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer true if this class is a property restriction
isRole(Node, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer true if the given node corresponds to one of the roles known to the DIG reasoner.
isSafe() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Answer true if this resource is the same as the given resource.
isSeq() - Method in interface com.hp.hpl.jena.rdf.model.Container
 
isSimple() - Method in interface com.hp.hpl.jena.rdf.model.Selector
Answer true iff this Selector is completely characterised by its subject, predicate, and object fields.
isSimple() - Method in class com.hp.hpl.jena.rdf.model.SimpleSelector
Answer true iff this Selector is completely characterised by its S/P/O triple.
isSomeValuesFromRestriction() - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer true if this restriction is a some values from restriction
isStartsWith(PatternLiteral) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
isSubject(Node) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Return true if the given Node is registered as a subject node
Issue - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
A member of this class is an issue in some issue list.
issue - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.DCTerms
Date of formal issuance (e.g., publication) of the resource.
issueNumber - Static variable in class com.hp.hpl.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) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntProperty
Answer true if this property is a symmetric property
isSyntaxError() - Method in exception com.hp.hpl.jena.rdf.arp.ParseException
Is this error an RDF syntax error.
isTraceOn() - Method in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Return true if tracing is switched on
isTransactionDb - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
isTransitiveProperty() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer true if this property is a transitive property
isTypeOK(Node, Node) - Static method in class com.hp.hpl.jena.reasoner.rulesys.builtins.IsDType
Check if a literal value node is a legal value for the given datatype.
isUnbound() - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Test if the variable is unbound (in the brule sense).
isUnionClass() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer true if this class is a union class expression
isURI() - Method in class com.hp.hpl.jena.graph.Node
Answer true iff this node is a URI node [subclasses override]
isURI() - Method in class com.hp.hpl.jena.graph.Node_URI
 
isURI(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Check whether a name is an absolute URI (has a scheme name)
isURIResource() - Method in class com.hp.hpl.jena.enhanced.EnhNode
An enhanced node is a URI resource iff its underlying node is too.
isURIResource() - Method in interface com.hp.hpl.jena.rdf.model.RDFNode
Answer true iff this RDFNode is an named resource.
isValid(String) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Test whether the given string is a legal lexical form of this datatype.
isValid(String) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Test whether the given string is a legal lexical form of this datatype.
isValid() - Method in class com.hp.hpl.jena.enhanced.EnhGraph
 
isValid() - Method in class com.hp.hpl.jena.enhanced.EnhNode
 
isValid() - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.reasoner.ValidityReport
Returns true if no logical inconsistencies were detected.
isValidLiteral(LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Test whether the given LiteralLabel is a valid instance of this datatype.
isValidLiteral(LiteralLabel) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Test whether the given LiteralLabel is a valid instance of this datatype.
isValidLiteral(LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Test whether the given LiteralLabel is a valid instance of this datatype.
isValidValue(Object) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Test whether the given object is a legal value form of this datatype.
isValidValue(Object) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Test whether the given object is a legal value form of this datatype.
isValidValue(Object) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDbase64Binary
Test whether the given object is a legal value form of this datatype.
isValidValue(Object) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDhexBinary
Test whether the given object is a legal value form of this datatype.
isVariable() - Method in class com.hp.hpl.jena.graph.Node
Answer true iff this node is a variable node - subclasses override
isVariable() - Method in class com.hp.hpl.jena.graph.Node_Variable
 
isVariable() - Method in class com.hp.hpl.jena.graph.query.Expression.Base
 
isVariable() - Method in interface com.hp.hpl.jena.graph.query.Expression
Answer true iff this Expression represents a variable.
isVariable() - Method in class com.hp.hpl.jena.graph.query.Expression.Variable
 
isVersionOf - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource is a version, edition, or adaptation of the referenced resource.
isWellFormedXML() - Method in interface com.hp.hpl.jena.rdf.arp.ALiteral
True if this literal was formed from a rdf:parseType="Literal" construction.
isWellFormedXML() - Method in interface com.hp.hpl.jena.rdf.model.Literal
Answer true iff this literal is (or claims to be) well-formed XML.
item - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML item property on Lists
item() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML item property on Lists
item() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML item property on Lists
item - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
items - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
iterator() - Method in class com.hp.hpl.jena.graph.query.ExpressionSet
Answer an iterator over all the Expressions in this ExpressionSet.
iterator() - Method in interface com.hp.hpl.jena.rdf.model.Container
Return an iterator over the values.
iterator() - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Answer an iterator over the elements of the list.
IteratorCollection - Class in com.hp.hpl.jena.util
 
IteratorIterator - Class in com.hp.hpl.jena.util.iterator
Given an Iterator that returns Iterator's, this creates an Iterator over the next level values.
IteratorIterator(Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.IteratorIterator
The first element of this Iterator is the first element of the first non-empty element of e.
iteratorRemoveAllowed() - Method in interface com.hp.hpl.jena.graph.Capabilities
Answer true iff the iterators returned from find support the .remove() operation.
iteratorRemoveAllowed() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfCapabilities
 
iteratorToList(Iterator) - Static method in class com.hp.hpl.jena.util.IteratorCollection
Answer the elements of the given iterator as a list, in the order that they arrived from the iterator.
iteratorToSet(Iterator) - Static method in class com.hp.hpl.jena.util.IteratorCollection
Answer the elements of the given iterator as a set.
IVAL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 

J

J_contains - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
Function identfier for "L contains string literal R", generated by Rewrite.
J_containsInsensitive - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
 
J_EndsWith - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
Function identfier for "L endsWith string literal R", generated by Rewrite.
J_endsWithInsensitive - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
 
J_startsWith - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
Function identfier for "L startsWith string literal R", generated by Rewrite.
J_startsWithInsensitive - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
 
JA - Class in com.hp.hpl.jena.assembler
 
JA() - Constructor for class com.hp.hpl.jena.assembler.JA
 
ja_schema - Static variable in class com.hp.hpl.jena.assembler.JA
 
JAVA_KEYWORDS - Static variable in class jena.schemagen
List of Java reserved keywords, see this list.
jena - package jena
A package for some Jena command-line programs, including copying RDF data with representation conversion, eg XML to N3 comparing two RDF files for isomorphism (extended equality) an interface to the ARP RDF parser access to the RDQL interpreter a schema-to-Java generator
JenaConfig - Class in com.hp.hpl.jena.rdf.model
A Class for configuring Jena's behaviour.
JenaException - Exception in com.hp.hpl.jena.shared
This should be a superclass of most exceptions arising from Jena code.
JenaException(String) - Constructor for exception com.hp.hpl.jena.shared.JenaException
Constructor for JenaException.
JenaException() - Constructor for exception com.hp.hpl.jena.shared.JenaException
 
JenaException(Throwable) - Constructor for exception com.hp.hpl.jena.shared.JenaException
Java 1.4 bits ....
JenaException(String, Throwable) - Constructor for exception com.hp.hpl.jena.shared.JenaException
 
JenaModelSpec - Class in com.hp.hpl.jena.vocabulary
Deprecated. Use the ReasonerVocabulary equivalents instead; if there is no such equivalent, then you should be using the corresponding JenaAssembler properties.
JenaModelSpec() - Constructor for class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated.  
JenaReader - Class in com.hp.hpl.jena.rdf.arp
Interface between Jena and ARP.
JenaReader() - Constructor for class com.hp.hpl.jena.rdf.arp.JenaReader
Creates new JenaReader
JenaReasonerNS - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
The namespace used for system level descriptive properties of any reasoner
juuid - Class in jena
 

K

KB - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
KB_RELEASE_ERROR - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
KEY - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
keySet() - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer a set of the keys in this map
KNOWN_CONCEPTS - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Well known concept URI's

L

LABEL() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes label annotation on an ontology element
label - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:label in daml namespace
label() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:label in daml namespace
label() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:label in daml namespace
label - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing a label on an ontology element
label - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
label - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
LABEL - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
langBDB - Static variable in class com.hp.hpl.jena.util.FileUtils
 
langBDB - Static variable in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.langBDB
langN3 - Static variable in class com.hp.hpl.jena.util.FileUtils
 
langN3 - Static variable in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.langN3
langNTriple - Static variable in class com.hp.hpl.jena.util.FileUtils
 
langNTriple - Static variable in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.langNTriple
langSQL - Static variable in class com.hp.hpl.jena.util.FileUtils
 
langSQL - Static variable in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.langSQL
langTagCompatible(LiteralLabel, LiteralLabel) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Helper function to compare language tag values
langTurtle - Static variable in class com.hp.hpl.jena.util.FileUtils
 
LANGUAGE - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
Represents the ontology language used to encode the ontology
LANGUAGE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
The DIG element denoting the language capabilities of the reasoner
language - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
language - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
A language of the intellectual content of the resource.
language - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
The representation language used by the ontology document
language - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:language
LanguageConsistencyException - Exception in com.hp.hpl.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 com.hp.hpl.jena.ontology.LanguageConsistencyException
 
LanguageScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of language encoding schemes and/or formats.
LanguageTag - Class in com.hp.hpl.jena.rdf.arp.lang
RFC 3066, "Tags for the Identification of Languages".
LanguageTag(String) - Constructor for class com.hp.hpl.jena.rdf.arp.lang.LanguageTag
Creates new RFC3066 LanguageTag.
LanguageTagCodes - Interface in com.hp.hpl.jena.rdf.arp.lang
Informational values about language codes.
LanguageTagSyntaxException - Exception in com.hp.hpl.jena.rdf.arp.lang
A LanguageTag did not conform to RFC3066.
langXML - Static variable in class com.hp.hpl.jena.util.FileUtils
 
langXML - Static variable in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.FileUtils.langXML
langXMLAbbrev - Static variable in class com.hp.hpl.jena.util.FileUtils
 
langXMLAbbrev - Static variable in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileUtils.langXMLAbbrev
Large - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
 
LateBindingIterator - Class in com.hp.hpl.jena.util.iterator
An Iterator that is created lazily.
LateBindingIterator() - Constructor for class com.hp.hpl.jena.util.iterator.LateBindingIterator
An Iterator that is created lazily.
layoutVersion - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
LazyIterator - Class in com.hp.hpl.jena.util.iterator
An ExtendedIterator that is created lazily.
LazyIterator() - Constructor for class com.hp.hpl.jena.util.iterator.LazyIterator
An ExtendedIterator that is created lazily.
LCC - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Library of Congress Classification
LCSH - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Library of Congress Subject Headings
LE - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests if the first argument is less than or equal to the second.
LE() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.LE
 
leaveCriticalSection() - Method in interface com.hp.hpl.jena.shared.Lock
Leave a critical section.
leaveCriticalSection() - Method in class com.hp.hpl.jena.shared.LockMRSW
Application controlled locking - leave a critical section.
leaveCriticalSection() - Method in class com.hp.hpl.jena.shared.LockMutex
 
leaveCriticalSection() - Method in class com.hp.hpl.jena.shared.LockNone
 
LESS_THAN - Static variable in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
constant to indicate a less than relationship from compare()
LessThan - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests if the first argument is less than the second.
LessThan() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.LessThan
 
level - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
Indicates the conformance level of a document or test in the OWL test suite.
lexicalValue - Variable in class com.hp.hpl.jena.datatypes.BaseDatatype.TypedValue
 
li(int) - Static method in class com.hp.hpl.jena.vocabulary.RDF
 
likeBuiltinSpec - Static variable in class com.hp.hpl.jena.assembler.JA
 
link - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
LIST() - Method in interface com.hp.hpl.jena.ontology.Profile
The rdf:type for cells in this list
List - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML List class.
List() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML List class.
List() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML List class.
List - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
List - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
listAliasesFor(Resource) - Method in interface com.hp.hpl.jena.ontology.Profile
Answer an iterator over the defined aliases for a resource.
listAllDifferent() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer an iterator that ranges over the nodes that denote pair-wise disjointness between sets of classes.
listAllOntProperties() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Return an iterator over all registered subject nodes
listAltEntries() - Method in class com.hp.hpl.jena.util.LocationMapper
Iterate over all the entries registered
listAltPrefixes() - Method in class com.hp.hpl.jena.util.LocationMapper
Iterate over all the prefixes registered
listAnnotationProperties() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.Ontology
Answer an iterator over all of the resources representing ontologies that this ontology is backwards compatible with.
listClasses() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Answer an iterator over all of the comment literals for this resource.
listComplementClasses() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins
Returns true if the first argument is a list which contains the second argument.
ListContains() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.ListContains
 
listDataRanges() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer an iterator over the DataRange objects in this ontology, if there are any.
listDatatypeProperties() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer an iteration of the properties associated with a frame-like view of this class.
listDeclaredProperties(boolean) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer an iteration of the properties associated with a frame-like view of this class.
listDeclaringClasses() - Method in interface com.hp.hpl.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 com.hp.hpl.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(boolean).
listDifferentFrom() - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer an iterator over all of the resources that are declared to be different from this resource.
listDisjointWith() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer an iterator over all of the classes that this class is declared to be disjoint with.
listDistinctMembers() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntProperty
Answer an iterator over all of the declared domain classes of this property.
listening() - Method in interface com.hp.hpl.jena.graph.GraphEventManager
Answer true iff there is at least one attached listener.
ListEntry - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
listEntry(?
ListEntry() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.ListEntry
 
listEnumeratedClasses() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins
Test if the two argument lists contain the same semantic elements.
ListEqual() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.ListEqual
 
listEquivalentClasses() - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer an iterator over all of the classes that are declared to be equivalent classes to this class.
listEquivalentProperties() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntDocumentManager
Answer an iterator over the set of URI's we're ignoring
listImportedModels() - Method in interface com.hp.hpl.jena.ontology.OntModel
Deprecated. This method has been re-named to listSubModels, but note that to obtain the same behaviour as listImportedModels from Jena 2.4 and earlier, callers should invoke OntModel.listSubModels(boolean) with parameter true.
listImportedOntologyURIs() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer a list of the imported URI's in this ontology model.
listImportedOntologyURIs(boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.Ontology
Answer an iterator over all of the resources representing ontologies imported by this ontology.
listIncompatibleWith() - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer an iterator over all of the resources representing ontologies that this ontology is incompatible with.
ListIndexException - Exception in com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ListIndexException
Construct a list index exception with a default message.
ListIndexException(String) - Constructor for exception com.hp.hpl.jena.rdf.model.ListIndexException
Construct a list index exception with a given message.
listIndividuals() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer an iterator over the individuals in the model that have this class among their types.
listInstances(boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntProperty
Answer an iterator over the properties that are defined to be inverses of this property.
listInverseFunctionalProperties() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Answer an iterator over all of the resources that are declared to define this resource.
listLabels(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer an iterator over all of the label literals for this resource.
ListLength - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the second arg to the length of the first arg treated as a list.
ListLength() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.ListLength
 
listLiteralStatements(Resource, Property, boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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.
listlLiteralStatements(Resource, Property, float) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins.ListMapAsObject
 
ListMapAsSubject - Class in com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.builtins.ListMapAsSubject
 
listModels(IDBConnection) - Static method in class com.hp.hpl.jena.db.ModelRDB
List the names of all models stored in the database
listModels() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
(You probably don't want this method; more likely you want the PrefixMapping methods that Model supports.)
ListNotContains - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Returns false if the first argument is a list which contains the second argument.
ListNotContains() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.ListNotContains
 
ListNotEqual - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Test if the two argument lists differ.
ListNotEqual() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.ListNotEqual
 
listObjectProperties() - Method in interface com.hp.hpl.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() - Method in interface com.hp.hpl.jena.rdf.model.Model
List all objects in a model.
listObjectsOfProperty(Property) - Method in interface com.hp.hpl.jena.rdf.model.Model
List all objects of a given property. .remove() is not implemented on this iterator.
listObjectsOfProperty(Resource, Property) - Method in interface com.hp.hpl.jena.rdf.model.Model
List the values of a property of a resource.
listOneOf() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.Individual
Answer an iterator over the ontology classes to which this individual belongs.
listOntologies() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.BooleanClassDescription
Answer an iterator over all of the clases that are the operands of this Boolean class expression.
listPersonalities(PrintWriter) - Static method in class com.hp.hpl.jena.enhanced.BuiltinPersonalities
For debugging purposes, list the standard personalities on the given output writer.
listPriorVersion() - Method in interface com.hp.hpl.jena.ontology.Ontology
Answer an iterator over all of the resources representing ontologies that this ontology supercedes.
listProperties(Property) - Method in interface com.hp.hpl.jena.rdf.model.Resource
List all the values of the property p.
listProperties() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Return an iterator over all the properties of this resource.
listPropertyValues(Property) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer an iterator over the values for a given RDF property.
listRange() - Method in interface com.hp.hpl.jena.ontology.OntProperty
Answer an iterator over all of the declared range classes of this property.
listRDFTypes(boolean) - Method in interface com.hp.hpl.jena.ontology.OntResource
Answer an iterator over the RDF classes to which this resource belongs.
listReferringRestrictions() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
answer an iterator delivering all the reified statements "in" this model
listReifiedStatements(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Model
answer an iterator delivering all the reified statements "in" this model that match the statement _st_.
listReifiedStatements() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Answer an iterator over all of the resources that are declared to provide addition information about this resource.
listStatements(Resource, Property, RDFNode, Model) - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Find all the statements matching a pattern.
listStatements() - Method in interface com.hp.hpl.jena.rdf.model.Model
List all statements.
listStatements(Selector) - Method in interface com.hp.hpl.jena.rdf.model.Model
List the statements matching a selector.
listStatements(Resource, Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Model
Find all the statements matching a pattern.
listStatements(Resource, Property, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Find all the statements matching a pattern.
listStatements(Resource, Property, String, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Find all the statements matching a pattern.
listSubClasses() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer an iterator over the classes that are declared to be sub-classes of this class.
listSubjects() - Method in interface com.hp.hpl.jena.rdf.model.Model
List all resources which are subjects of statements.
listSubjectsWithProperty(Property) - Method in interface com.hp.hpl.jena.rdf.model.Model
An alias for istResourcesWithProperty(Property), retained for backward compatability.
listSubjectsWithProperty(Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Model
An alias for listResourcesWithProperty, retained for backward compatability.
listSubjectsWithProperty(Property, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
lists all subjects with a given property and property value.
listSubjectsWithProperty(Property, String, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
lists all subjects with a given property and property value.
listSubModels(boolean) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer an iterator over the ontology models that are sub-models of this model.
listSubModels() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer an iterator over the ontology models that are sub-models of this model.
listSubProperties() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Answer an iterator over all of the classes that are super-classes of this class.
listSuperClasses(boolean) - Method in interface com.hp.hpl.jena.ontology.OntClass
Answer an iterator over all of the classes that are super-classes of this class.
listSuperProperties() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.datatypes.TypeMapper
List all the known datatypes
listUnionClasses() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Answer an iterator over all of the version info strings for this resource.
Lite - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
One of the conformance levels in the OWL test suite.
LITE_LANG - Static variable in class com.hp.hpl.jena.vocabulary.OWL
A resource, not officially sanctioned by WebOnt, that denotes the OWL-Lite sublanguage of OWL
Literal - Interface in com.hp.hpl.jena.rdf.model
An RDF Literal.
Literal - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:Literal in the daml namespace.
Literal() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the Alias for rdfs:Literal in the daml namespace.
Literal() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:Literal in the daml namespace.
Literal - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
Literal - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
literal - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
literalContent - Static variable in class com.hp.hpl.jena.assembler.JA
 
LiteralContent - Static variable in class com.hp.hpl.jena.assembler.JA
 
literalPropertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
LiteralRequiredException - Exception in com.hp.hpl.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 com.hp.hpl.jena.rdf.model.LiteralRequiredException
 
LiteralRequiredException(Node) - Constructor for exception com.hp.hpl.jena.rdf.model.LiteralRequiredException
 
load(Reader, String) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Load RDF/XML from a Reader.
load(InputStream, String) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Load RDF/XML from an InputStream.
load(InputStream) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Load RDF/XML from an InputStream, leaving relative URIs as relative.
load(Reader) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Load RDF/XML from a Reader, leaving relative URIs as relative.
load(Node) - Method in class com.hp.hpl.jena.rdf.arp.DOM2Model
Parse a DOM Node with the RDF/XML parser, loading the triples into the associated Model.
loadAll() - Method in class com.hp.hpl.jena.db.ModelRDB
Deprecated. Since Jena 2.0, this call is not recommended. Instead use the soon-to-be-released bulk-load functions.
loadArbitraryClasses(AssemblerGroup, Model) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.assembler.AssemblerHelp
Load all the classes which are objects of any (t, ja:assembler, S) statements in m.
loadClass - Static variable in class com.hp.hpl.jena.assembler.JA
 
loadClasses(AssemblerGroup, Model) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Deprecated. Use loadAssemblerClasses instead (since it's explicit in what kinds of classes it loads).
loadImport(OntModel, String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Add the given model from the given URI as an import to the given model.
loadImports(OntModel) - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.util.FileManager
Load a model from a file (local or remote).
loadModel(String, String) - Method in class com.hp.hpl.jena.util.FileManager
Load a model from a file (local or remote).
loadModel(String, String, String) - Method in class com.hp.hpl.jena.util.FileManager
Load a model from a file (local or remote).
loadModel(String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileManager.get().loadModel(urlStr)
loadModel(String, String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileManager.get().loadModel(urlStr, lang)
loadModel(String, String, String, String, String, String, String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Load a model or attached a persistent store.
loadModel(Model, String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileManager.get().readModel(model, urlStr) instead
loadModel(Model, String, String) - Static method in class com.hp.hpl.jena.util.ModelLoader
Deprecated. Use FileManager.get().readModel(model, urlStr, lang) instead
loadResourceFile(String) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Deprecated. Use loadRuleParserFromResourceFile
loadRuleParserFromResourceFile(String) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Open a resource file and read it all into a single string.
loadRules() - Static method in class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasoner
Return the RDFS rule set, loading it in if necessary
loadRules(String) - Static method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Answer the list of rules loaded from the given filename.
loadRules() - Static method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasoner
Return the rule set, loading it in if necessary
loadRules() - Static method in class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasoner
Return the rule set, loading it in if necessary
loadRules() - Static method in class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasoner
Return the rule set, loading it in if necessary
loadRules() - Static method in class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasoner
Return the RDFS rule set, loading it in if necessary
loadRules() - Static method in class com.hp.hpl.jena.reasoner.rulesys.RDFSForwardRuleReasoner
Return the RDFS rule set, loading it in if necessary
loadRules(String, Map) - 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) - Static method in class jena.RuleMap
Load a set of rule definitions including processing of comment lines and any initial prefix definition lines.
loadRulesLevel(String) - Static method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Return the RDFS rule set, loading it in if necessary.
loadURLFile(String) - Static method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Create and register a set of types specified in a user schema file.
loadWith - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a ModelSpec that specifies the URI(s) from which it is to be loaded when it has been created.
loadXSDSimpleTypes(TypeMapper) - Static method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Add all of the XSD pre-defined simple types to the given type mapper registry.
Locality - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
locationMapper - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
LocationMapper - Static variable in class com.hp.hpl.jena.assembler.JA
 
locationMapper - Static variable in class com.hp.hpl.jena.assembler.JA
 
LocationMapper - Class in com.hp.hpl.jena.util
Alternative locations for URIs.
LocationMapper() - Constructor for class com.hp.hpl.jena.util.LocationMapper
Create a LocationMapper with no mapping yet
LocationMapper(LocationMapper) - Constructor for class com.hp.hpl.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 com.hp.hpl.jena.util.LocationMapper
Create a LocationMapper from an existing model
LocationMapper(String) - Constructor for class com.hp.hpl.jena.util.LocationMapper
Create a LocationMapper from a config file
LocationMapping - Static variable in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
 
LocationMappingVocab - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from Vocabularies/location-mapping-rdfs.n3
LocationMappingVocab() - Constructor for class com.hp.hpl.jena.vocabulary.LocationMappingVocab
 
Locator - Interface in com.hp.hpl.jena.util
Interface to things that open streams by some string reference
LocatorClassLoader - Class in com.hp.hpl.jena.util
 
LocatorClassLoader(ClassLoader) - Constructor for class com.hp.hpl.jena.util.LocatorClassLoader
 
LocatorFile - Class in com.hp.hpl.jena.util
Location files in the filing system.
LocatorFile(String) - Constructor for class com.hp.hpl.jena.util.LocatorFile
 
locators() - Method in class com.hp.hpl.jena.util.FileManager
Return an iterator over all the handlers
LocatorURL - Class in com.hp.hpl.jena.util
Location files named by a URL
LocatorURL() - Constructor for class com.hp.hpl.jena.util.LocatorURL
 
Lock - Interface in com.hp.hpl.jena.shared
 
lock() - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Lock the PrefixMapping so that changes can no longer be made to it.
LockMRSW - Class in com.hp.hpl.jena.shared
Lock implemenetation using a Multiple Reader, Single Writer policy.
LockMRSW() - Constructor for class com.hp.hpl.jena.shared.LockMRSW
 
LockMutex - Class in com.hp.hpl.jena.shared
 
LockMutex() - Constructor for class com.hp.hpl.jena.shared.LockMutex
 
LockNone - Class in com.hp.hpl.jena.shared
 
LockNone() - Constructor for class com.hp.hpl.jena.shared.LockNone
 
logDerivation(Triple, Object) - Method in interface com.hp.hpl.jena.reasoner.rulesys.BackwardRuleInfGraphI
Log a dervivation record against the given triple.
logDerivation(Triple, Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Log a dervivation record against the given triple.
logDerivation(Triple, Object) - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Log a dervivation record against the given triple.
logDerivation(Triple, Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Log a dervivation record against the given triple.
LOGO - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
longObjectLength - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
lookUp(Node) - Method in class com.hp.hpl.jena.graph.query.Mapping
get the index of a node in the mapping; return -1 if the node is not mapped.
LPBackwardRuleInfGraph - Class in com.hp.hpl.jena.reasoner.rulesys
Inference graph for accessing the LP version of the backward chaining rule engine.
LPBackwardRuleInfGraph(Reasoner, LPRuleStore, Graph, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Constructor.
LPBackwardRuleReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
Reasoner implementation which augments or transforms an RDF graph according to a set of rules.
LPBackwardRuleReasoner(List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Constructor.
LPBackwardRuleReasoner(List, ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Constructor
lSetName - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
lSetPSet - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
lSetType - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
LT_DEFAULT - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
The special tag i-default.
LT_EXTRA - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
A tag with non-standard extra subtags.
LT_IANA - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
A tag in the IANA registry.
LT_IANA_DEPRECATED - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
A langauge tag that is deprecated in the IANA registry.
LT_ILLEGAL - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
An illegal tag.
LT_ISO3166 - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
The second subtag is from ISO3166 and identifies a country.
LT_ISO639 - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
The first subtag is from ISO639-1 or ISO639-2 and identifies a language,
LT_LOCAL_USE - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
A special ISO639-2 local use language tag.
LT_MULTIPLE - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
The special ISO639-2 language tag mul.
LT_PRIVATE_USE - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
An RFC3066 private use tag.
LT_UNDETERMINED - Static variable in interface com.hp.hpl.jena.rdf.arp.lang.LanguageTagCodes
The undetermined ISO639-2 lanaguge und.

M

m_preds - Variable in class com.hp.hpl.jena.ontology.OntTools.PredicatesFilter
 
MAFORMED_REQUEST - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
MAILER - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
main(String[]) - Static method in class com.hp.hpl.jena.datatypes.TypeMapper
 
main(String[]) - Static method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
 
main(String[]) - Static method in class com.hp.hpl.jena.rdf.arp.NTriple
Starts an RDF/XML to NTriple converter.
main(String[]) - Static method in class com.hp.hpl.jena.util.Tokenizer
 
main(String[]) - Static method in class com.hp.hpl.jena.util.URIref
For simple testing ...
main(String[]) - Static method in class jena.dbcreate
 
main(String[]) - Static method in class jena.dbdump
 
main(String[]) - Static method in class jena.dblist
 
main(String[]) - Static method in class jena.dbload
 
main(String[]) - Static method in class jena.dbquery
 
main(String[]) - Static method in class jena.dbremove
 
main(String[]) - Static method in class jena.juuid
 
main(String[]) - Static method in class jena.n3
 
main(String[]) - Static method in class jena.qtest
 
main(String[]) - Static method in class jena.query
 
main(String[]) - Static method in class jena.rdfcat
 
main(String[]) - Static method in class jena.rdfcompare
 
main(String[]) - Static method in class jena.rdfcopy
 
main(String[]) - Static method in class jena.rdfparse
Either start an RDF/XML to NTriple converter, or run test suite.
main(String[]) - Static method in class jena.rset
 
main(String[]) - Static method in class jena.RuleMap
General command line utility to process one RDF file into another by application of a set of forward chaining rules.
main(String[]) - Static method in class jena.schemagen
 
main(String[]) - Static method in class jena.schemagen_orig
 
main(String[]) - Static method in class jena.sparql
 
main(String[]) - Static method in class jena.turtle
Run the Turtle parser in debugging mode
main(String[]) - Static method in class jena.version
Print out jena version information and exit.
main2(String[]) - Static method in class jena.dbquery
 
mainEh(String[], ErrorHandler, ARPEventHandler) - Static method in class com.hp.hpl.jena.rdf.arp.NTriple
Starts an RDF/XML to NTriple converter, using an error handler, and an ARPHandler.
makeDirect(Node) - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return a property Node which represents the direct version of a transitively closed property.
makeDirect(String) - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return a URI string which represents the direct version of a transitively closed property URI Not clear what the right thing to do here is.
makeDoubleNode(double) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Construct a new double valued node
makeFunctorNode(String, Node[]) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Create a functor and wrap it up as a Literal node
makeFunctorNode(Functor) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Wrap a functor as a Literal node
makeGlobal() - Static method in class com.hp.hpl.jena.util.FileManager
Create a "standard" FileManager.
makeGlobal() - Static method in class com.hp.hpl.jena.util.LocationMapper
Make a location mapper from the path settings
makeGuards(Mapping, ExpressionSet) - Method in class com.hp.hpl.jena.graph.query.GuardArranger
 
MakeInstance - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Create or lookup an anonymous instance of a property value.
MakeInstance() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.MakeInstance
 
makeIntNode(int) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Construct a new integer valued node
makeList(Node[], Graph) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Construct an RDF list from the given array of nodes and assert it in the graph returning the head of the list.
makeLongNode(long) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Construct a new long valued node
maker - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a ModelSpec that specifies the resource which describes the maker.
MakerSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of MakerSpec resources.
MakeTemp - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Create a new anonymous node and bind it to the each argument
MakeTemp() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.MakeTemp
 
MALFORMED_KB_URI - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
MalformedURIException - Exception in com.hp.hpl.jena.rdf.arp
Deprecated. The code for RDF URI References and IRIs is in the process of being updated.
MalformedURIException() - Constructor for exception com.hp.hpl.jena.rdf.arp.MalformedURIException
Deprecated. Constructs a MalformedURIException with no specified detail message.
MalformedURIException(String) - Constructor for exception com.hp.hpl.jena.rdf.arp.MalformedURIException
Deprecated. Constructs a MalformedURIException with the specified detail message.
MalformedURIException(SAXParseException) - Constructor for exception com.hp.hpl.jena.rdf.arp.MalformedURIException
Deprecated.  
Manifest - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
The class of manifests
ManifestEntry - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
One entry in rdf:type list of entries
map1(Object) - Method in class com.hp.hpl.jena.reasoner.dig.DIGValueToNodeMapper
Return the node corresponding to the given element; either a literal node for ival and sval values, or a URI node for named elements.
map1(Object) - Method in class com.hp.hpl.jena.reasoner.dig.TripleObjectFiller
 
map1(Object) - Method in class com.hp.hpl.jena.reasoner.dig.TripleSubjectFiller
 
Map1 - Interface in com.hp.hpl.jena.util.iterator
Converts an Object to another Object.
map1(Object) - Method in interface com.hp.hpl.jena.util.iterator.Map1
Convert an object.
Map1Iterator - Class in com.hp.hpl.jena.util.iterator
An iterator that consumes an underlying iterator and maps its results before delivering them; supports remove if the underlying iterator does.
Map1Iterator(Map1, Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.Map1Iterator
Construct a list of the converted.
MapFilter - Interface in com.hp.hpl.jena.util.iterator
Combines the actions of Map and Filter, mapping unacceptable objects to null and acceptable ones to their mapped value.
MapFilterIterator - Class in com.hp.hpl.jena.util.iterator
A MapFilterIterator takes a MapFilter and an [Extended]Iterator and returns a new ExtendedIterator which delivers the sequence of all non-null elements MapFilter(X) for X from the base iterator.
MapFilterIterator(MapFilter, ExtendedIterator) - Constructor for class com.hp.hpl.jena.util.iterator.MapFilterIterator
Creates a sub-Iterator.
mapName - Static variable in class com.hp.hpl.jena.assembler.JA
 
Mapping - Class in com.hp.hpl.jena.graph.query
this class is used to record the mapping from [variable] Node's to the indexes they are bound to in a Query.
Mapping(Node[]) - Constructor for class com.hp.hpl.jena.graph.query.Mapping
Create a new mapping in which all variables are unbound and the variables of preDeclare will be allocated the first slots in the map in their natural order.
mapping - Static variable in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
 
mappy(Model, Object) - Static method in class com.hp.hpl.jena.util.ModelQueryUtil
 
mapToNode(Object) - Method in class com.hp.hpl.jena.reasoner.dig.DIGValueToNodeMapper
Return the node corresponding to the given element; either a literal node for ival and sval values, or a URI node for named elements.
mapURI(String) - Method in class com.hp.hpl.jena.util.FileManager
Apply the mapping of a filename or URI
mapWith(Map1) - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Answer an iterator of the elements of this list, to each of which the given map function has been applied.
mapWith(Map1) - Method in interface com.hp.hpl.jena.util.iterator.ExtendedIterator
return a new iterator where each element is the result of applying _map1_ to the corresponding element of _this_.
mapWith(Map1) - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
mapWith(Map1) - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
make a new iterator which is the elementwise _map1_ of the base iterator.
maskMap - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
table mapping xs type name to mask of legal values
match(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.Bind
Answer true after updating the domain to record the value this element binds.
match(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.Bound
Answer true iff the node x matches the previously-seen value at Donain[index].
match(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.Element
Answer true if this Element matches x given the bindings in d.
match(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.Fixed
Answer true iff we are matched against a node with the same value as ours.
match(Domain, Triple) - Method in class com.hp.hpl.jena.graph.query.Matcher
Answer true iff we match the triple t given the bindings in d, updating those bindings if appropriate; the bindings may be updated even if the match answers false.
match(Domain, Triple) - Method in class com.hp.hpl.jena.graph.query.Pattern
Answer true iff this pattern, given the values for variables as found in a given Domain, matches the given triple; update the Domain with any variable bindings.
match(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bind
 
match(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode.JustBound
 
match(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode
Answer true iff this QueryNode matches, in the context of the binding Domain d, the node x.
Matcher - Class in com.hp.hpl.jena.graph.query
A Matcher knows how to match itself against a concrete triple (the triple to be matched) and a domain (of bindings to check and extend).
Matcher() - Constructor for class com.hp.hpl.jena.graph.query.Matcher
 
matches(Node) - Method in class com.hp.hpl.jena.graph.Node
Answer true iff this node accepts the other one as a match.
matches(Node) - Method in class com.hp.hpl.jena.graph.Node_ANY
 
matches(Node) - Method in class com.hp.hpl.jena.graph.Node_Literal
 
matches(Triple) - Method in class com.hp.hpl.jena.graph.Triple
 
matches(Node, Node, Node) - Method in class com.hp.hpl.jena.graph.Triple
 
matchOrBind(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode.Any
 
matchOrBind(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bind
 
matchOrBind(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bound
 
matchOrBind(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode.Fixed
 
matchOrBind(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode.JustBound
 
matchOrBind(Domain, Node) - Method in class com.hp.hpl.jena.graph.query.QueryNode
Optimisation: the action to be performed when matching a just-bound variable or binding a newly-bound variable, or nothing for any other kind of QueryNode.
MAX - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
Max - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the third arg to the max of the first two args.
Max() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Max
 
MAX_CARDINALITY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes a restriction on a given property to have at most a certain number of values
MAX_CARDINALITY_Q() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes a qualified restriction on a given property to have at most a certain number of values
maxCardinality - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML maxCardinality property on Restrictions
maxCardinality() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML maxCardinality property on Restrictions
maxCardinality() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML maxCardinality property on Restrictions
maxCardinality - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of that a restriction has the given maximum cardinality on the restricted property
maxCardinality - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
maxCardinalityQ - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML maxCardinalityQ property on Restrictions
maxCardinalityQ() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML maxCardinalityQ property on Restrictions
maxCardinalityQ() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML maxCardinalityQ property on Restrictions
maxCardinalityQ - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of that a qualified restriction has the given maximum cardinality on the restricted property
MaxCardinalityQRestriction - Interface in com.hp.hpl.jena.ontology
Interface representing the ontology abstraction for a qualified maximum cardinality restriction.
MaxCardinalityRestriction - Interface in com.hp.hpl.jena.ontology
A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.
maximalLowerElements(Collection, Property, boolean) - Static method in class com.hp.hpl.jena.util.ResourceUtils
Answer the maximal lower elements of the given collection, given the partial ordering rel.
maximalLowerElements(Iterator, Property, boolean) - Static method in class com.hp.hpl.jena.util.ResourceUtils
Given a collection of resources, and a relation defining a partial order over those resources, answer the sub-collection that contains only those elements that appear in the maximal generator of the relation.
mediator - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A class of entity that mediates access to the resource and for whom the resource is intended or useful.
medium - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The material or physical carrier of the resource.
member - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
member - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
MemMakerSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of MemMakerSpec resources [subclass of MakerSpec].
memoryModel - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
MemoryModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
MESH - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Medical Subject Headings
MESSAGE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
The DIG attribute denoting the version message string of a reasoner
MIN - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
Min - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the third arg to the min of the first two args.
Min() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Min
 
MIN_CARDINALITY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes a restriction on a given property to have at least a certain number of values
MIN_CARDINALITY_Q() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes a qualified restriction on a given property to have at least a certain number of values
minCardinality - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML minCardinality property on Restrictions
minCardinality() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML minCardinality property on Restrictions
minCardinality() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML minCardinality property on Restrictions
minCardinality - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of that a restriction has the given minimum cardinality on the restricted property
minCardinality - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
minCardinalityQ - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML minCardinalityQ property on Restrictions
minCardinalityQ() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML minCardinalityQ property on Restrictions
minCardinalityQ() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML minCardinalityQ property on Restrictions
minCardinalityQ - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of that a qualified restriction has the given minimum cardinality on the restricted property
MinCardinalityQRestriction - Interface in com.hp.hpl.jena.ontology
Interface representing the ontology abstraction for a qualified minimum cardinality restriction.
MinCardinalityRestriction - Interface in com.hp.hpl.jena.ontology
A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.
minimal - Static variable in class com.hp.hpl.jena.assembler.JA
 
Minimal - Static variable in class com.hp.hpl.jena.rdf.model.ModelFactory
The minimal reification style; quadlets do not contribute to reified statements, and are visible to listStatements().
Minimal - Static variable in class com.hp.hpl.jena.shared.ReificationStyle
 
MiscellaneousTest - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
This manifest entry is used to describe test cases that do not fall into one of the categories.
MISSING_URI - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
Mode - Class in com.hp.hpl.jena.assembler
A Mode object controls whether persistent objects can be created or reused by an assembler.
Mode(boolean, boolean) - Constructor for class com.hp.hpl.jena.assembler.Mode
 
Model - Static variable in class com.hp.hpl.jena.assembler.JA
 
model - Static variable in class com.hp.hpl.jena.enhanced.BuiltinPersonalities
 
Model - Interface in com.hp.hpl.jena.rdf.model
An RDF Model.
ModelChangedListener - Interface in com.hp.hpl.jena.rdf.model
The interface for classes that listen for model-changed events.
ModelCon - Interface in com.hp.hpl.jena.rdf.model
Convenience methods which extend the Model interface.
ModelExpansion - Class in com.hp.hpl.jena.assembler
The ModelExpansion code expands a model M against a schema S, returning a new model which contains the statements of M any statements (A rdfs:subClassOf B) from S where neither A nor B is a bnode.
ModelExpansion() - Constructor for class com.hp.hpl.jena.assembler.ModelExpansion
 
ModelExtract - Class in com.hp.hpl.jena.rdf.model
ModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be extracted from other models with some boundary condition.
ModelExtract(StatementBoundary) - Constructor for class com.hp.hpl.jena.rdf.model.ModelExtract
Initialise this ModelExtract with a boundary condition.
ModelFactory - Class in com.hp.hpl.jena.rdf.model
ModelFactory provides methods for creating standard kinds of Model.
ModelFactoryBase - Class in com.hp.hpl.jena.rdf.model
Helper functions for ModelFactory - in here to keep from obtruding on the end-users.
ModelFactoryBase() - Constructor for class com.hp.hpl.jena.rdf.model.ModelFactoryBase
 
ModelGetter - Interface in com.hp.hpl.jena.rdf.model
A ModelGetter object can retrieve a Model given a URL for it.
ModelGraphInterface - Interface in com.hp.hpl.jena.rdf.model
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level.
ModelLoader - Class in com.hp.hpl.jena.util
A set of static convenience methods for getting models The loader will guess the language/type of the model using guessLang
ModelLoader() - Constructor for class com.hp.hpl.jena.util.ModelLoader
 
ModelLock - Interface in com.hp.hpl.jena.rdf.model
Deprecated. For naming compatibility - use Lock interface instead
ModelMaker - Interface in com.hp.hpl.jena.rdf.model
A ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-named models, removing models, and accessing a single "default" Model for this Maker.
modelName - Static variable in class com.hp.hpl.jena.assembler.JA
 
modelName - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a ModelSpec that specifies the model name.
ModelQueryUtil - Class in com.hp.hpl.jena.util
A utility for using the graph query interface from a Model.
ModelRDB - Class in com.hp.hpl.jena.db
A persistent relational database implemention of the RDF API.
ModelRDB(IDBConnection) - Constructor for class com.hp.hpl.jena.db.ModelRDB
Deprecated. Since Jena 2.0, this call is not recommended - in the short-term use ModelRDB.open or ModelRDB.createModel; in the longer-term use factory methods to construct persistent models.
ModelRDB(IDBConnection, String) - Constructor for class com.hp.hpl.jena.db.ModelRDB
Deprecated. Since Jena 2.0, this call is not recommended - in the short-term use ModelRDB.open or ModelRDB.createModel; in the longer-term use factory methods to construct persistent models.
ModelRDB(GraphPersonality, GraphRDB) - Constructor for class com.hp.hpl.jena.db.ModelRDB
A model which is stored persistently in a Relational DataBase Most applications should not call the constructor - use ModelRDB.createModel (to create a new model) or ModelRDB.open (to open an exising model).
ModelRDB(GraphRDB) - Constructor for class com.hp.hpl.jena.db.ModelRDB
 
ModelReader - Interface in com.hp.hpl.jena.rdf.model
A component interface used by ModelGetter for reading models.
modelSource - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
ModelSource - Static variable in class com.hp.hpl.jena.assembler.JA
 
ModelSource - Interface in com.hp.hpl.jena.rdf.model
The revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions.
ModelSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of ModelSpec resources.
modified - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Date on which the resource was changed.
MonitorGraph - Class in com.hp.hpl.jena.util
Graph wrapper which provides normal access to an underlying graph but also maintains a snapshot of the triples it was last known to contain.
MonitorGraph(Graph) - Constructor for class com.hp.hpl.jena.util.MonitorGraph
Constructor, wrap the given graph with a state monitor
MonitorModel - Class in com.hp.hpl.jena.util
Model wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain.
MonitorModel(Model) - Constructor for class com.hp.hpl.jena.util.MonitorModel
Create a monitor over the given underlying base model.
MONTH_MASK - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Mask to indicate whether month is present
MultiUnion - Class in com.hp.hpl.jena.graph.compose
A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph.
MultiUnion() - Constructor for class com.hp.hpl.jena.graph.compose.MultiUnion
Construct a union of exactly no sub graphs.
MultiUnion(Graph[]) - Constructor for class com.hp.hpl.jena.graph.compose.MultiUnion
Construct a union of all of the given graphs
MultiUnion(Iterator) - Constructor for class com.hp.hpl.jena.graph.compose.MultiUnion
Construct a union of all of the given graphs.
MultiUnion.MultiUnionStatisticsHandler - Class in com.hp.hpl.jena.graph.compose
 
MultiUnion.MultiUnionStatisticsHandler(MultiUnion) - Constructor for class com.hp.hpl.jena.graph.compose.MultiUnion.MultiUnionStatisticsHandler
 
mustMatch() - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bind
 
mustMatch() - Method in class com.hp.hpl.jena.graph.query.QueryNode.JustBound
 
mustMatch() - Method in class com.hp.hpl.jena.graph.query.QueryNode
Answer true iff this QueryNode must be used in a triple-match of its owning QueryTriple.

N

N - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
n3 - Class in jena
Read N3 files and print in a variery of formats.
n3() - Constructor for class jena.n3
 
name - Variable in class com.hp.hpl.jena.rdf.arp.lang.Iso3166
The name of the country (in English).
name - Variable in class com.hp.hpl.jena.rdf.arp.lang.Iso639
The name of the language in English.
NAME - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
name() - Method in class com.hp.hpl.jena.util.CharEncoding
Gives the canonical name for this charset.
name - Static variable in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
Range is a STRING, not a URI, to allow for any symbols
name - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
name - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
Optional name of this entry
NAME - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Name - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:Name
NamedGraphMap - Class in com.hp.hpl.jena.graph.query
a mapping from from names to Graphs.
namedHierarchyRoots(OntModel) - Static method in class com.hp.hpl.jena.ontology.OntTools
Answer a list of the named hierarchy roots of a given OntModel.
NamedModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
NamedTripleBunches - Class in com.hp.hpl.jena.graph.query
A NamedTripleBunches maps a [graph] name to a bunch of triples associated with that name.
NamedTripleBunches() - Constructor for class com.hp.hpl.jena.graph.query.NamedTripleBunches
Initialise an empty set of named bunches.
nameP - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Reasoner description property: name of the reasoner
namespace - Static variable in class com.hp.hpl.jena.assembler.JA
 
NAMESPACE() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the string that is the namespace prefix for this vocabulary
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.OWL
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
The namespace of the vocabulary as a resource
NAMESPACE_DAML - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
DAML namespace resource for the current release
NAMESPACE_DAML() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the DAML namespace resource for the current release
NAMESPACE_DAML() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the DAML namespace resource for the current release
NAMESPACE_DAML_2000_12_URI - Static variable in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
DAML namespace URI for the December 2000 release
NAMESPACE_DAML_2001_03_URI - Static variable in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
DAML namespace URI for the March 2001 release
NamespaceEndsWithNameCharException - Exception in com.hp.hpl.jena.shared
This exception is thrown when a putative namespace (for a PrefixMapping) ends with a name character, which we disallow because its an invitation to errors.
NamespaceEndsWithNameCharException(String) - Constructor for exception com.hp.hpl.jena.shared.NamespaceEndsWithNameCharException
 
NamespaceHandler - Interface in com.hp.hpl.jena.rdf.arp
The interface for being notified about namespace use in an RDF/XML document.
narrowType(XSDDatatype) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Set the mask for this date/time to be that appropriate for the given XSD subtype.
NCName - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:NCName
needsRerun(FBRuleInfGraph, Triple) - Method in interface com.hp.hpl.jena.reasoner.rulesys.RulePreprocessHook
Validate a triple add to see if it should reinvoke the hook.
NegativeEntailmentTest - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
This is a negative entailment test according to the OWL entailment rules.
NegativeEntailmentTest - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
These tests consist of one or more premise documents, and a consequent document.
negativeInteger - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:negativeInteger
NegativeParserTest - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
These tests consist of one input document.
NegativeSyntaxTest - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
A type of test specifically for syntax testing.
newHashing - Static variable in class com.hp.hpl.jena.graph.Factory
Deprecated. -- doesn't do anything anymore.
newIndex(Node) - Method in class com.hp.hpl.jena.graph.query.Mapping
allocate an index to the node v.
newInstance(Class, Node, Polymorphic) - Method in class com.hp.hpl.jena.enhanced.Personality
make a new instance of a type _interf_ based on the node _n_ and the polymorphic _that_; use the implementation wrapper for _interf_ in _types_.
newInstance(String, Model) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2Model
Deprecated. Use SAX2Model.create(String, Model)
newInstance(String, Model, String) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2Model
Deprecated. Use SAX2Model.create(String, Model, String)
newInstance(String) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
Deprecated. Use SAX2RDF.create(String).
newInstance(String, String) - Static method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
Deprecated. Use SAX2RDF.create(String,String).
NEWKB - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
next() - Method in interface com.hp.hpl.jena.rdf.model.NodeIterator
Return the next RDFNode of the iteration.
next() - Method in class com.hp.hpl.jena.util.iterator.ArrayIterator
 
next() - Method in class com.hp.hpl.jena.util.iterator.ConcatenatedIterator
Returns the next element in the interation.
next() - Method in class com.hp.hpl.jena.util.iterator.FilterIterator
Answer the next acceptable object from the base iterator.
next() - Method in class com.hp.hpl.jena.util.iterator.IteratorIterator
 
next() - Method in class com.hp.hpl.jena.util.iterator.LateBindingIterator
 
next() - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
next() - Method in class com.hp.hpl.jena.util.iterator.Map1Iterator
 
next() - Method in class com.hp.hpl.jena.util.iterator.MapFilterIterator
The next acceptable object in the iterator.
next() - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
default next: throw an exception.
next() - Method in class com.hp.hpl.jena.util.iterator.RandomOrderIterator
 
next() - Method in class com.hp.hpl.jena.util.iterator.SingletonIterator
Return the value
next() - Method in class com.hp.hpl.jena.util.iterator.UniqueExtendedIterator
 
next() - Method in class com.hp.hpl.jena.util.iterator.WrappedIterator
next: defer to the base iterator
nextNode() - Method in interface com.hp.hpl.jena.rdf.model.NodeIterator
Return the next RDFNode of the iteration.
nextNs() - Method in interface com.hp.hpl.jena.rdf.model.NsIterator
Return the next namespace name of the iteration.
nextResource() - Method in interface com.hp.hpl.jena.rdf.model.ResIterator
 
nextRS() - Method in interface com.hp.hpl.jena.rdf.model.RSIterator
return the next object, cast to a ReifedStatement
nextStatement() - Method in interface com.hp.hpl.jena.rdf.model.StmtIterator
Return the next Statement of the iteration.
nextToken() - Method in class com.hp.hpl.jena.util.Tokenizer
Return the next token.
nextTriple() - Method in interface com.hp.hpl.jena.graph.TripleIterator
Answer the next() element cast to Triple.
NiceIterator - Class in com.hp.hpl.jena.util.iterator
NiceIterator is the standard base class implementing ExtendedIterator.
NiceIterator() - Constructor for class com.hp.hpl.jena.util.iterator.NiceIterator
 
NICKNAME - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
NIL() - Method in interface com.hp.hpl.jena.ontology.Profile
The resource that denotes the end of the list
nil - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for the nil (empty) list.
nil() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for the nil (empty) list.
nil() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for the nil (empty) list.
nil - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
nil - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
NMTOKEN - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:NMTOKEN
NMTOKENS - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:NMTOKENS
NO_INDEX - Static variable in class com.hp.hpl.jena.graph.query.QueryNode
Fake index value to use when no index makes sense; we choose a value that will fail any array-bound check if it happens to be used anyway.
Node - Class in com.hp.hpl.jena.graph
A Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY.
node - Variable in class com.hp.hpl.jena.graph.query.QueryNode
The Node value on which this QueryNode is based.
Node.NotLiteral - Exception in com.hp.hpl.jena.graph
Exception thrown if a literal-access operation is attemted on a non-literal node.
Node.NotLiteral(Node) - Constructor for exception com.hp.hpl.jena.graph.Node.NotLiteral
 
Node_ANY - Class in com.hp.hpl.jena.graph
A Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query.
Node_Blank - Class in com.hp.hpl.jena.graph
RDF blank nodes, ie nodes with identity but without URIs.
Node_Concrete - Class in com.hp.hpl.jena.graph
This is the class of "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.
Node_Fluid - Class in com.hp.hpl.jena.graph
This is the subclass of "fluid" nodes, ie nodes that are "holes" in pattern matching.
Node_Literal - Class in com.hp.hpl.jena.graph
An RDF node holding a literal value.
Node_NULL - Class in com.hp.hpl.jena.graph
The Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code).
Node_RuleVariable - Class in com.hp.hpl.jena.reasoner.rulesys
A variation on the normal Node_Variable which support for value bindings.
Node_RuleVariable(String, int) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Constructor
Node_URI - Class in com.hp.hpl.jena.graph
RDF nodes with a global identity given by a URI.
Node_Variable - Class in com.hp.hpl.jena.graph
"variable" nodes; these are outside the RDF2003 specification, but are used internally for "placeholder" nodes where blank nodes would be wrong, most specifically in Query.
Node_Variable(String) - Constructor for class com.hp.hpl.jena.graph.Node_Variable
Initialise this Node_Variable from a string name, which becomes wrapped in a VariableName.
Node_Variable.VariableName - Class in com.hp.hpl.jena.graph
 
Node_Variable.VariableName(String) - Constructor for class com.hp.hpl.jena.graph.Node_Variable.VariableName
 
NodeCache - Class in com.hp.hpl.jena.graph
A NodeCache caches nodes according to their labels, to reduce store turnover at the expense of some additional computation.
NodeCache() - Constructor for class com.hp.hpl.jena.graph.NodeCache
 
nodeElement - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
nodeElementList - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
nodeElementURIs - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
nodeIdAttr - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
NodeIterator - Interface in com.hp.hpl.jena.rdf.model
An iterator which returns RDF nodes.
nodePersonality() - Method in class com.hp.hpl.jena.enhanced.GraphPersonality
 
NodePersonality - Class in com.hp.hpl.jena.enhanced
Personalities for nodes.
NodeVisitor - Interface in com.hp.hpl.jena.graph
The NodeVisitor interface is used by Node::visitWith so that an application can have type-dispatch on the class of a Node.
NOFILTER - Variable in class jena.rdfcat
Argument to leave import/seeAlso statements in place in flattened models
NOINCLUDE - Variable in class jena.rdfcat
Argument to turn include processing off
nonNegativeInteger - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:nonNegativeInteger
nonPositiveInteger - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:nonPositiveInteger
NoReaderForLangException - Exception in com.hp.hpl.jena.shared
Exception to throw when there is no reader with the specified language
NoReaderForLangException(String) - Constructor for exception com.hp.hpl.jena.shared.NoReaderForLangException
 
NoReasonerSuppliedException - Exception in com.hp.hpl.jena.shared
NoReasonerSuppliedException - the exception to throw if a reasoner (spec) was required, but none was given (eg in ModelSpecs).
NoReasonerSuppliedException() - Constructor for exception com.hp.hpl.jena.shared.NoReasonerSuppliedException
 
normalize(int[], int[]) - Static method in class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
If timezone present - normalize dateTime [E Adding durations to dateTimes] Public to allow reuse with type objects.
normalizedString - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:normalizedString
normalizeSubType(Object, RDFDatatype) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Normalization.
normalizeSubType(Object, RDFDatatype) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Normalization.
NoSuchReasonerException - Exception in com.hp.hpl.jena.shared
NoSuchReasonerException - the exception to throw when looking up a reasoner fails (in ModelSpec construction).
NoSuchReasonerException(String) - Constructor for exception com.hp.hpl.jena.shared.NoSuchReasonerException
Initialise the exception with the URI of the reasoner that isn't there.
NOT - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
NOTATION - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:NOTATION
NotBNode - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests the single argument to make sure it is not a blank node.
NotBNode() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.NotBNode
 
NotDType - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests wheter the first argument is not an instance of the datatype defined by the resource in the second argument.
NotDType() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.NotDType
 
NOTE - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
NotEqual - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Check that the two args are different.
NotEqual() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.NotEqual
 
NotFoundException - Exception in com.hp.hpl.jena.shared
Exception thrown when an attempt is made find something and it is not found.
NotFoundException(String) - Constructor for exception com.hp.hpl.jena.shared.NotFoundException
The entity name does not exist.
NotFunctor - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests the single argument to make sure it is not a Functor.
NotFunctor() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.NotFunctor
 
NOTHING() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the necessarily empty class.
Nothing - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for the bottom type (i.e. the super-type of no types).
Nothing() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for the bottom type (i.e. the super-type of no types).
Nothing() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for the bottom type (i.e. the super-type of no types).
Nothing - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
notifyAddArray(Graph, Triple[]) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when an array of triples has been added to the graph.
notifyAddGraph(Graph, Graph) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when another graph g has been used to specify the triples added to our attached graph.
notifyAddIterator(Graph, List) - Method in interface com.hp.hpl.jena.graph.GraphEventManager
Notify all attached listeners that an iterator [of triples] has been added to the graph; its content has been captured in the list triples.
notifyAddIterator(Graph, Iterator) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when an iterator [of triples] has been added to the graph
notifyAddList(Graph, List) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when a list [of triples] has been added to the graph.
notifyAddTriple(Graph, Triple) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when a single triple has been added to the graph.
notifyDeleteArray(Graph, Triple[]) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when an array of triples has been deleted from the graph.
notifyDeleteGraph(Graph, Graph) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method to call when another graph has been used to specify the triples deleted from our attached graph.
notifyDeleteIterator(Graph, List) - Method in interface com.hp.hpl.jena.graph.GraphEventManager
Notify all attached listeners that an iterator [of triples] has been removed from the graph; its content has been captured in the list triples.
notifyDeleteIterator(Graph, Iterator) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when an iterator [of triples] has been deleted from the graph.
notifyDeleteList(Graph, List) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when a list [of triples] has been deleted from the graph.
notifyDeleteTriple(Graph, Triple) - Method in interface com.hp.hpl.jena.graph.GraphListener
Method called when a single triple has been deleted from the graph.
notifyEvent(Graph, Object) - Method in interface com.hp.hpl.jena.graph.GraphListener
method to call for a general event
notifyEvent(Model, Object) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
notifyEvent(Model, Object) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
notifyEvent(Model, Object) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
notifyEvent(Model, Object) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
notifyEvent(Object) - Method in interface com.hp.hpl.jena.rdf.model.Model
Notify any listeners that the event e has occurred.
notifyEvent(Model, Object) - Method in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
 
NotLiteral - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Tests the single argument to make sure it is a literal.
NotLiteral() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.NotLiteral
 
NotOwlFeatureTest - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
This is a negative test.
notSpecial(String) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
NoValue - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Can be used in two arg form (X, P) or three arg form (X, P, V).
NoValue() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.NoValue
 
Now - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the first arg to the current date time in the current locale and timezone.
Now() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Now
 
NoWriterForLangException - Exception in com.hp.hpl.jena.shared
Exception to throw if there is no writer for the specified language.
NoWriterForLangException(String) - Constructor for exception com.hp.hpl.jena.shared.NoWriterForLangException
 
NPROPERTIES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
NS - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
Namespace for ontology metadata resources and properties
NS - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
The namespace of the vocabalary as a string ("http://purl.org/dc/elements/1.1/")
NS - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The namespace of the vocabalary as a string ("http://purl.org/dc/terms/")
NS - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
The namespace of the vocabalary as a string ("http://purl.org/dc/dcmitype/")
NS - Static variable in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
The namespace of the vocabalary as a string ("http://jena.hpl.hp.com/2004/08/location-mapping#")
NS - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/schemas/2003/03/ont-manager#")
NS - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/schemas/2003/03/ont-event#")
NS - Static variable in class com.hp.hpl.jena.vocabulary.OWL
The namespace of the vocabulary as a string ("http://www.w3.org/2002/07/owl#")
NS - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
The namespace of the vocabalary as a string ("http://www.w3.org/2002/03owlt/resultsOntology#")
NS - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
The namespace of the vocabalary as a string ("http://www.w3.org/2002/03owlt/testOntology#")
NS - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
The namespace of the vocabalary as a string ("http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#")
NS - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
The namespace of the vocabulary as a string
NS - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
The namespace of the vocabulary as a string
NS - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Deprecated. in order to transition to RDF-friendly version replaced by XSD.getURI()
NS - Static variable in class jena.schemagen
The namespace for the configuration model is "http://jena.hpl.hp.com/2003/04/schemagen#"
NsIterator - Interface in com.hp.hpl.jena.rdf.model
An iterator which returns namespace URI's.
NSPREFIXPROPBASE - Static variable in interface com.hp.hpl.jena.rdf.model.RDFWriter
 
NT_Document - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
NTriple - Class in com.hp.hpl.jena.rdf.arp
A command line interface into ARP.
NTriple() - Constructor for class com.hp.hpl.jena.rdf.arp.NTriple
 
NULL - Static variable in class com.hp.hpl.jena.graph.Node
The canonical NULL.
NullIterator - Class in com.hp.hpl.jena.util.iterator
An empty iterator.
NullIterator() - Constructor for class com.hp.hpl.jena.util.iterator.NullIterator
 
NullListener - Class in com.hp.hpl.jena.rdf.listeners
A listener that ignores everything you tell it; intended as a base class or an identity element.
NullListener() - Constructor for class com.hp.hpl.jena.rdf.listeners.NullListener
 
NUM - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 

O

O - Variable in class com.hp.hpl.jena.graph.query.Pattern
 
O - Static variable in class com.hp.hpl.jena.graph.query.Query
A query variable called "O".
O - Variable in class com.hp.hpl.jena.graph.query.QueryTriple
 
Object - Static variable in class com.hp.hpl.jena.assembler.JA
 
object - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
object - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
OBJECT_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class of properties whose range elements are individuals (not literals)
ObjectF - Interface in com.hp.hpl.jena.rdf.model
A factory for creating objects from RDF Literal strings.
ObjectListener - Class in com.hp.hpl.jena.rdf.listeners
Listener that funnels all the changes into add/removed(Object) x, ie, leaves discrimination to be done on the type of object added or removed.
ObjectListener() - Constructor for class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
objectMatches(Node) - Method in class com.hp.hpl.jena.graph.Triple
 
ObjectProperty - Interface in com.hp.hpl.jena.ontology
Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties).
ObjectProperty - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
ObjectProperty() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
ObjectProperty() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
ObjectProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
objectPropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource as an object property.
objectsFor(Node, Node) - Method in interface com.hp.hpl.jena.graph.query.QueryHandler
deliver an iterator over all the objects _o_ such that _(s, p, o)_ is in the underlying graph; nulls count as wildcards. .remove() is not defined on this iterator.
objectsFor(Node, Node) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
objectsFor(Graph, Node, Node) - Static method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
OK - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
oldTerms - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
ON_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that maps from a Profile.RESTRICTION() to a property that it is a restriction on.
ONE_OF() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that a class comprises exactly one of a given closed set individuals.
oneOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the oneOf property on DAML class expressions
oneOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the oneOf property on DAML class expressions
oneOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the oneOf property on DAML class expressions
oneOf - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a class expression being composed of a finite enumeration of identified individuals.
oneOf - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
OneToManyMap - Class in com.hp.hpl.jena.util
An extension to a standard map that supports one-to-many mappings: that is, there may be zero, one or many values corresponding to a given key.
OneToManyMap() - Constructor for class com.hp.hpl.jena.util.OneToManyMap
Construct a new empty one-to-many map
OneToManyMap(OneToManyMap) - Constructor for class com.hp.hpl.jena.util.OneToManyMap
Construct a new one-to-many map whose contents are initialised from the existing map.
OneToManyMap.Entry - Class in com.hp.hpl.jena.util
Helper class to implement the Map.Entry interface to enumerate entries in the map
onProperty(Property) - Method in interface com.hp.hpl.jena.ontology.Restriction
Answer true if this restriction is a property restriction on the given property.
onProperty - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML onProperty property on Restrictions
onProperty() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML onProperty property on Restrictions
onProperty() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML onProperty property on Restrictions
onProperty - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration that a restriction applies to a given property
onProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
OntClass - Interface in com.hp.hpl.jena.ontology
Interface that represents an ontology node characterising a class description.
OntDocManagerVocab - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from file:vocabularies/ont-manager.rdf
OntDocManagerVocab() - Constructor for class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
 
OntDocumentManager - Class in com.hp.hpl.jena.ontology
Provides services for managing ontology documents, including loading imported documents, and locally caching documents from resolvable URL's to improve load performance.
OntDocumentManager() - Constructor for class com.hp.hpl.jena.ontology.OntDocumentManager
Initialise a document manager by searching the default path for ontology metadata about known ontologies cached locally.
OntDocumentManager(String) - Constructor for class com.hp.hpl.jena.ontology.OntDocumentManager
Initialise a document manager by searching the given path for ontology metadata about known ontologies cached locally.
OntDocumentManager(FileManager, String) - Constructor for class com.hp.hpl.jena.ontology.OntDocumentManager
Initialise a document manager by with the given FileManager, and then searching the given path for ontology metadata about known ontologies cached locally.
OntDocumentManager(Model) - Constructor for class com.hp.hpl.jena.ontology.OntDocumentManager
Initialise a document manager with the given configuration model.
OntDocumentManager(FileManager, Model) - Constructor for class com.hp.hpl.jena.ontology.OntDocumentManager
Initialise a document manager with the given configuration model.
OntDocumentManager.DefaultReadHook - Class in com.hp.hpl.jena.ontology
The default implementation of OntDocumentManager.ReadHook makes no changes.
OntDocumentManager.DefaultReadHook() - Constructor for class com.hp.hpl.jena.ontology.OntDocumentManager.DefaultReadHook
 
OntDocumentManager.ReadFailureHandler - Interface in com.hp.hpl.jena.ontology
Interface defining a handler call-back in the case that the OntDocumentManager fails in an attempt to read the contents of a URL into a model.
OntDocumentManager.ReadHook - Interface in com.hp.hpl.jena.ontology
Interface denoting a handler class that can intervene in the process of reading a source document into a model.
OntEvent - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
A class representing observable events in an ontology model
OntEventsVocab - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from file:vocabularies/ont-event.rdf
OntEventsVocab() - Constructor for class com.hp.hpl.jena.vocabulary.OntEventsVocab
 
ontLanguage - Static variable in class com.hp.hpl.jena.assembler.JA
 
ontLanguage - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an OntModelSpec that gives the language URI string.
ontModel - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
OntModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
OntModel - Interface in com.hp.hpl.jena.ontology
An enhanced view of a Jena model that is known to contain ontology data, under a given ontology vocabulary (such as OWL).
ontModelSpec - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
OntModelSpec - Static variable in class com.hp.hpl.jena.assembler.JA
 
ontModelSpec - Static variable in class com.hp.hpl.jena.assembler.JA
 
OntModelSpec - Class in com.hp.hpl.jena.ontology
Encapsulates a description of the components of an ontology model, including the storage scheme, reasoner and language profile.
OntModelSpec(ModelMaker, OntDocumentManager, ReasonerFactory, String) - Constructor for class com.hp.hpl.jena.ontology.OntModelSpec
Construct a new ontology model specification with the given specification parameters
OntModelSpec(ModelMaker, ModelMaker, OntDocumentManager, ReasonerFactory, String) - Constructor for class com.hp.hpl.jena.ontology.OntModelSpec
Construct a new ontology model specification from the supplied components.
OntModelSpec(String, ModelMaker, ModelMaker, OntDocumentManager, ReasonerFactory, String) - Constructor for class com.hp.hpl.jena.ontology.OntModelSpec
Construct a new ontology model specification from the supplied components.
OntModelSpec(OntModelSpec) - Constructor for class com.hp.hpl.jena.ontology.OntModelSpec
Create one model spec as a copy of another.
OntModelSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of OntModelSpec resources [subclass of InfModelSpec].
Ontology - Interface in com.hp.hpl.jena.ontology
Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the document (including which other documents are imported by a document).
ONTOLOGY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class of ontology header elements.
Ontology - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML Ontology class
Ontology() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML Ontology class
Ontology() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML Ontology class
Ontology - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
ONTOLOGY_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the class that denotes an ontology property
ONTOLOGY_SPEC - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
rdf:type for ontology specification nodes in meta-data file
ontologyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource of type owl:Ontology or daml:Ontology, representing meta-data about the ontology.
OntologyException - Exception in com.hp.hpl.jena.ontology
Exception for generic errors that arise while processing ontologies
OntologyException(String) - Constructor for exception com.hp.hpl.jena.ontology.OntologyException
Construct an ontology exception with a given message.
OntologyProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
ontologyPropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of an ontology property.
OntologySpec - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
A class of node that specifies document metadata for the DocumentManager
OntProperty - Interface in com.hp.hpl.jena.ontology
Interface encapsulating a property in an ontology.
OntResource - Interface in com.hp.hpl.jena.ontology
Provides a common super-type for all of the abstractions in this ontology representation package.
OntTools - Class in com.hp.hpl.jena.ontology
Some general utilities and algorithms to support developers working with the general classes in the Jena ontology API.
OntTools() - Constructor for class com.hp.hpl.jena.ontology.OntTools
 
OntTools.DisjointSet - Class in com.hp.hpl.jena.ontology
A simple representation of disjoint sets
OntTools.DisjointSet(Resource) - Constructor for class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
OntTools.LCAIndex - Class in com.hp.hpl.jena.ontology
Simple data structure mapping RDF nodes to disjoint sets, and pairs of resources to their LCA.
OntTools.LCAIndex() - Constructor for class com.hp.hpl.jena.ontology.OntTools.LCAIndex
 
OntTools.Path - Class in com.hp.hpl.jena.ontology
A path is an application of List containing only Statement objects, and in which for all adjacent elements Si-1 and Si, where i > 0, it is true that: Si-1.getObject().equals( Si.getSubject() )
OntTools.Path() - Constructor for class com.hp.hpl.jena.ontology.OntTools.Path
 
OntTools.Path(OntTools.Path) - Constructor for class com.hp.hpl.jena.ontology.OntTools.Path
 
OntTools.PredicatesFilter - Class in com.hp.hpl.jena.ontology
A filter which accepts statements whose predicate matches one of a collection of predicates held by the filter object.
OntTools.PredicatesFilter(Collection) - Constructor for class com.hp.hpl.jena.ontology.OntTools.PredicatesFilter
Accept statements with any predicate from preds
OntTools.PredicatesFilter(Property[]) - Constructor for class com.hp.hpl.jena.ontology.OntTools.PredicatesFilter
Accept statements with any predicate from preds
OntTools.PredicatesFilter(Property) - Constructor for class com.hp.hpl.jena.ontology.OntTools.PredicatesFilter
Accept statements with predicate pred
open(Assembler, Resource, Mode) - Method in interface com.hp.hpl.jena.assembler.Assembler
The core operation: answer a new object constructed according to the object description hanging from root, using the assembler a for any sub-objects.
open(Assembler, Resource) - Method in interface com.hp.hpl.jena.assembler.Assembler
Answer open( a, root, Mode.DEFAULT ).
open(Resource) - Method in interface com.hp.hpl.jena.assembler.Assembler
Answer open( this, root, Mode.DEFAULT ).
open(IDBConnection) - Static method in class com.hp.hpl.jena.db.ModelRDB
Open the default model from an existing rdf database.
open(IDBConnection, String) - Static method in class com.hp.hpl.jena.db.ModelRDB
Open an existing rdf database.
open(String) - Method in class com.hp.hpl.jena.util.FileManager
Open a file using the locators of this FileManager
open(String) - Method in interface com.hp.hpl.jena.util.Locator
 
open(String) - Method in class com.hp.hpl.jena.util.LocatorClassLoader
 
open(String) - Method in class com.hp.hpl.jena.util.LocatorFile
 
open(String) - Method in class com.hp.hpl.jena.util.LocatorURL
 
openGraph() - Method in interface com.hp.hpl.jena.graph.GraphMaker
Answer the default graph of this GraphMaker, if it has one.
openGraph(String, boolean) - Method in interface com.hp.hpl.jena.graph.GraphMaker
Find an existing graph that this factory knows about under the given name.
openGraph(String) - Method in interface com.hp.hpl.jena.graph.GraphMaker
Equivalent to openGraph( name, false )
openModel(Resource) - Method in interface com.hp.hpl.jena.assembler.Assembler
Answer (Model) open( this, root, Mode.DEFAULT ), unless the result cannot be or is not a Model, in which case throw an exception.
openModel(Resource, Mode) - Method in interface com.hp.hpl.jena.assembler.Assembler
Answer (Model) open( this, root, mode ), unless the result cannot be or is not a Model, in which case throw an exception.
openModel(String, boolean) - Method in interface com.hp.hpl.jena.rdf.model.ModelMaker
Find an existing Model that this factory knows about under the given name.
openModel(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelSource
Answer a model.
openModelIfPresent(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelSource
Answer the model named by string in this ModelSource, if it [still] has one, or null if there isn't one.
openNoMap(String) - Method in class com.hp.hpl.jena.util.FileManager
Open a file using the locators of this FileManager but without location mapping
openNoMapOrNull(String) - Method in class com.hp.hpl.jena.util.FileManager
Open a file using the locators of this FileManager but without location mapping.
openResourceFile(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Answer a BufferedReader than reads from the named resource file as UTF-8, possibly throwing WrappedIOExceptions.
openResourceFileAsStream(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Open an resource file for reading.
operator() - Method in interface com.hp.hpl.jena.ontology.BooleanClassDescription
Answer the property that is used to construct this boolean expression, for example Profile.UNION_OF().
OPTIMIZE_ALL_REIFICATIONS_AND_HIDE_NOTHING - Static variable in class com.hp.hpl.jena.db.GraphRDB
Optimize all triples representing part or all of a reified statement; this is the recommended option.
OPTIMIZE_AND_HIDE_FULL_AND_PARTIAL_REIFICATIONS - Static variable in class com.hp.hpl.jena.db.GraphRDB
Optimize and hide any triples representing part or all of a reified statement.
OPTIMIZE_AND_HIDE_ONLY_FULL_REIFICATIONS - Static variable in class com.hp.hpl.jena.db.GraphRDB
Optimize and hide only fully reified statements added via the Reifier interface, use only for backward-compatability with Jena1.
OR - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ORG - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Orgname - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
ORGPROPERTIES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Orgunit - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Other - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
OUT_LANG - Variable in class jena.rdfcat
Argument to set the output language
output - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
A web page presenting the output of the test run, including system-specific additional details.
outputDocument - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
A test case output document
OWL - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from file:vocabularies/owl.owl
OWL() - Constructor for class com.hp.hpl.jena.vocabulary.OWL
 
OWL_DL_LANG - Static variable in class com.hp.hpl.jena.ontology.ProfileRegistry
The URI that maps to the language profile for OWL-DL
OWL_DL_MEM - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL DL models that are stored in memory and do no additional entailment reasoning
OWL_DL_MEM_RDFS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL DL models that are stored in memory and use the RDFS inferencer for additional entailments
OWL_DL_MEM_RULE_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL DL models that are stored in memory and use the OWL rules inference engine for additional entailments
OWL_DL_MEM_TRANS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL DL models that are stored in memory and use the transitive inferencer for additional entailments
OWL_LANG - Static variable in class com.hp.hpl.jena.ontology.ProfileRegistry
The URI that maps to the language profile for OWL-Full
OWL_LITE_LANG - Static variable in class com.hp.hpl.jena.ontology.ProfileRegistry
The URI that maps to the language profile for OWL-Lite
OWL_LITE_MEM - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL Lite models that are stored in memory and do no entailment additional reasoning
OWL_LITE_MEM_RDFS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL Lite models that are stored in memory and use the RDFS inferencer for additional entailments
OWL_LITE_MEM_RULES_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL Lite models that are stored in memory and use the OWL rules inference engine for additional entailments
OWL_LITE_MEM_TRANS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL Lite models that are stored in memory and use the transitive inferencer for additional entailments
OWL_MEM - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL models that are stored in memory and do no additional entailment reasoning
OWL_MEM_MICRO_RULE_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL models that are stored in memory and use the micro OWL rules inference engine for additional entailments
OWL_MEM_MINI_RULE_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL models that are stored in memory and use the mini OWL rules inference engine for additional entailments
OWL_MEM_RDFS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL models that are stored in memory and use the RDFS inferencer for additional entailments
OWL_MEM_RULE_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL models that are stored in memory and use the OWL rules inference engine for additional entailments
OWL_MEM_TRANS_INF - Static variable in class com.hp.hpl.jena.ontology.OntModelSpec
A specification for OWL models that are stored in memory and use the transitive inferencer for additional entailments
OWLFBRuleReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
A hybrid forward/backward implementation of the OWL closure rules.
OWLFBRuleReasoner(ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasoner
Constructor
OWLFBRuleReasonerFactory - Class in com.hp.hpl.jena.reasoner.rulesys
Factory class for creating blank instances of the OWL Reasoner.
OWLFBRuleReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
 
OWLforOWLTest - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
Illustrative of the use of OWL to describe OWL Full.
OWLMicroReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
Reasoner configuration for the OWL micro reasoner.
OWLMicroReasoner(ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasoner
Constructor
OWLMicroReasonerFactory - Class in com.hp.hpl.jena.reasoner.rulesys
Reasoner factory for the OWL micro configuration.
OWLMicroReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasonerFactory
 
OWLMiniReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
Reasoner configuration for the OWL mini reasoner.
OWLMiniReasoner(ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasoner
Constructor
OWLMiniReasonerFactory - Class in com.hp.hpl.jena.reasoner.rulesys
Reasoner factory for the OWL mini configuration.
OWLMiniReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasonerFactory
 
OWLResults - Class in com.hp.hpl.jena.vocabulary
The vocabulary used by WebOnt to encode results of test runs.
OWLResults() - Constructor for class com.hp.hpl.jena.vocabulary.OWLResults
 
OWLSyntaxChecker - Interface in com.hp.hpl.jena.ontology
This interface is currently part of SPI, not the API.
OWLTest - Class in com.hp.hpl.jena.vocabulary
The vocabulary used by the WebOnt working group to define test manifests.
OWLTest() - Constructor for class com.hp.hpl.jena.vocabulary.OWLTest
 

P

P - Variable in class com.hp.hpl.jena.graph.query.Pattern
 
P - Static variable in class com.hp.hpl.jena.graph.query.Query
A query variable called "P".
P - Variable in class com.hp.hpl.jena.graph.query.QueryTriple
 
PARENTS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
parse(String) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Parse a lexical form of this datatype to a value
parse(String) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Parse a lexical form of this datatype to a value
parse(String) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Parse a lexical form of this datatype to a value
parse(String, String) - Static method in class jena.turtle
 
parse(String, InputStream) - Static method in class jena.turtle
 
parseCollection - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseDebug(String, Reader) - Static method in class jena.turtle
 
ParseException - Exception in com.hp.hpl.jena.rdf.arp
An exception during the RDF processing of ARP.
ParseException(int, Location, Exception) - Constructor for exception com.hp.hpl.jena.rdf.arp.ParseException
 
parseLiteral - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseOther - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseResource - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseRule() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule.Parser
Parse a rule, terminated by a "]" or "." character.
parseRule(String) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Parse a string as a rule.
parseRules(Rule.Parser) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Run a pre-bound rule parser to extract it's rules
parseRules(String) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Parse a string as a list a rules.
parseTypeCollectionPropertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseTypeLiteralPropertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseTypeOtherPropertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseTypeResourcePropertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
parseValidated(String) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Parse a validated lexical form.
partition(List, Property) - Static method in class com.hp.hpl.jena.util.ResourceUtils
Answer a list of lists, which is a partition of the given input list of resources.
PassingRun - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
A TestRun where the system's behavior is sufficient for passing the test.
PATH_DELIMITER - Static variable in class com.hp.hpl.jena.util.FileManager
Delimiter between path entries : because URI scheme names use : we only allow ;
Pattern - Class in com.hp.hpl.jena.graph.query
A Pattern represents a matching triple; it is composed of S, P, and O Elements.
Pattern(Element, Element, Element) - Constructor for class com.hp.hpl.jena.graph.query.Pattern
 
PatternCompiler - Interface in com.hp.hpl.jena.graph.query
A PatternCompiler is some class that knows how to handle fixed Node values, binding and bound occurences of variables, and wildcards.
PatternLiteral - Interface in com.hp.hpl.jena.graph.query
PatternLiteral - an interface for pattern literals recognised by Rewrite.
PatternStage - Class in com.hp.hpl.jena.graph.query
A PatternStage is a Stage that handles some bunch of related patterns; those patterns are encoded as Triples.
PatternStage(Graph, Mapping, ExpressionSet, Triple[]) - Constructor for class com.hp.hpl.jena.graph.query.PatternStage
 
patternStage(Mapping, ExpressionSet, Triple[]) - Method in interface com.hp.hpl.jena.graph.query.QueryHandler
produce a single Stage which will probe the underlying graph for triples matching p and inject all the resulting bindings into the processing stream (see Stage for details) _map_ is the variable binding map to use and update.
patternStage(Mapping, ExpressionSet, Triple[]) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
PatternStageBase - Class in com.hp.hpl.jena.graph.query
PatternStageBase contains the features that are common to the traditional PatternStage engine and the Faster engine.
PatternStageBase(QueryNodeFactory, Graph, Mapping, ExpressionSet, Triple[]) - Constructor for class com.hp.hpl.jena.graph.query.PatternStageBase
 
PatternStageBase.Work - Class in com.hp.hpl.jena.graph.query
 
PatternStageBase.Work(Pipe, Pipe, StageElement) - Constructor for class com.hp.hpl.jena.graph.query.PatternStageBase.Work
 
PatternStageCompiler - Class in com.hp.hpl.jena.graph.query
PatternStageCompiler serves two purposes: it contains the standard algorithm for compiling patterns-as-triples to patterns-as-Pattern(s), and it has the standard implementation of PatternCompiler in terms of ordinary Elements.
PatternStageCompiler() - Constructor for class com.hp.hpl.jena.graph.query.PatternStageCompiler
no state, so the constructor is boring.
Pcode - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
PELLET_PROFILE - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
DIG profile for Pellet
performAdd(Triple) - Method in class com.hp.hpl.jena.db.GraphRDB
 
performAdd(Triple) - Method in class com.hp.hpl.jena.graph.compose.Delta
Add the triple to the graph, ie add it to the additions, remove it from the removals.
performAdd(Triple) - Method in class com.hp.hpl.jena.graph.compose.Difference
Add a triple to the difference: add it to the left operand, and remove it from the right operand.
performAdd(Triple) - Method in class com.hp.hpl.jena.graph.compose.DisjointUnion
 
performAdd(Triple) - Method in class com.hp.hpl.jena.graph.compose.Intersection
 
performAdd(Triple) - Method in class com.hp.hpl.jena.graph.compose.MultiUnion
Add the given triple to the union model; the actual component model to be updated will be the designated (or default) updateable graph.
performAdd(Triple) - Method in class com.hp.hpl.jena.graph.compose.Union
To add a triple to the union, add it to the left operand; this is asymmetric.
performAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Add one triple to the data graph, run any rules triggered by the new data item, recursively adding any generated triples.
performAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Add one triple to the data graph, mark the graph not-prepared, but don't run prepare() just yet.
performAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Add one triple to the data graph, run any rules triggered by the new data item, recursively adding any generated triples.
performAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Add one triple to the data graph, run any rules triggered by the new data item, recursively adding any generated triples.
performAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Add one triple to the data graph, run any rules triggered by the new data item, recursively adding any generated triples.
performAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.RETERuleInfGraph
Add one triple to the data graph, run any rules triggered by the new data item, recursively adding any generated triples.
performAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Add one triple to the data graph, run any rules triggered by the new data item, recursively adding any generated triples.
performDelete(Triple) - Method in class com.hp.hpl.jena.db.GraphRDB
 
performDelete(Triple) - Method in class com.hp.hpl.jena.graph.compose.Delta
Remove the triple, ie, remove it from the adds, add it to the removals.
performDelete(Triple) - Method in class com.hp.hpl.jena.graph.compose.Difference
Remove a triple from the difference: remove it from the left operand.
performDelete(Triple) - Method in class com.hp.hpl.jena.graph.compose.DisjointUnion
 
performDelete(Triple) - Method in class com.hp.hpl.jena.graph.compose.Intersection
 
performDelete(Triple) - Method in class com.hp.hpl.jena.graph.compose.MultiUnion
Delete the given triple from the union model; the actual component model to be updated will be the designated (or default) updateable graph.
performDelete(Triple) - Method in class com.hp.hpl.jena.graph.compose.Union
To remove a triple, remove it from both operands.
performDelete(Triple) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Removes the triple t (if possible) from the set belonging to this graph.
performDelete(Triple) - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Delete one triple from the data graph, mark the graph not-prepared, but don't run prepare() just yet.
performDelete(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Removes the triple t (if possible) from the set belonging to this graph.
performDelete(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Removes the triple t (if possible) from the set belonging to this graph.
performDelete(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Removes the triple t (if possible) from the set belonging to this graph.
performDelete(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.RETERuleInfGraph
Removes the triple t (if possible) from the set belonging to this graph.
performDelete(Triple) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Removes the triple t (if possible) from the set belonging to this graph.
Period - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A specification of the limits of a time interval.
permitCreateNew(Resource, String) - Method in class com.hp.hpl.jena.assembler.Mode
Answer true if the object root with the given name can be created if it does not already exist.
permitUseExisting(Resource, String) - Method in class com.hp.hpl.jena.assembler.Mode
Answer true if the existing object root with the given name can be reused.
Personality - Class in com.hp.hpl.jena.enhanced
Defines a set of permitted mappings from [interface] Class objects to Implementation factories that can generate instances of the facet represented by the Class.
Personality(Personality) - Constructor for class com.hp.hpl.jena.enhanced.Personality
initialise this personality with the bindings from _other_
PersonalityConfigException - Exception in com.hp.hpl.jena.enhanced
Exception denoting that a personality is misconfigured in some way.
PersonalityConfigException() - Constructor for exception com.hp.hpl.jena.enhanced.PersonalityConfigException
Creates a new instance of PersonalityConfigException without detail message.
PersonalityConfigException(String) - Constructor for exception com.hp.hpl.jena.enhanced.PersonalityConfigException
Constructs an instance of PersonalityConfigException with the specified detail message.
PHOTO - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
PhysicalObject - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
An inanimate, three-dimensional object or substance.
Pipe - Interface in com.hp.hpl.jena.graph.query
A Pipe is anything that can be used to get and put Domain objects; it can be closed, and it can be tested for whether more elements are available.
PlainModelSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of PlainModelSpec resources [subclass of ModelSpec].
Pobox - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Point - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The DCMI Point identifies a point in space using its geographic coordinates.
policyPath - Static variable in class com.hp.hpl.jena.assembler.JA
 
policyPath - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a document manager that gives its policy path string.
Polyadic - Class in com.hp.hpl.jena.graph.compose
A base class for composition graphs that are composed from zero or more sub-graphs (thus providing a basis for polyadic composition operators).
Polyadic() - Constructor for class com.hp.hpl.jena.graph.compose.Polyadic
Construct a composition of exactly no sub graphs.
Polyadic(Graph[]) - Constructor for class com.hp.hpl.jena.graph.compose.Polyadic
Construct a composition of all of the given graphs
Polyadic(Iterator) - Constructor for class com.hp.hpl.jena.graph.compose.Polyadic
Construct a composition of all of the given graphs.
PolyadicPrefixMappingImpl - Class in com.hp.hpl.jena.graph.compose
 
PolyadicPrefixMappingImpl(Polyadic) - Constructor for class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
 
Polymorphic - Class in com.hp.hpl.jena.enhanced
Abstract base class for all polymorphic RDF objects, especially enhanced node and enhanced graph.
PositiveEntailmentTest - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
This is a positive entailment test according to the OWL entailment rules.
PositiveEntailmentTest - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
These tests are specified by one or more premise documents (in RDF/XML or N-Triples) together with a single conclusion document.
positiveInteger - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:positiveInteger
PositiveParserTest - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
These tests consist of one (or more) input documents in RDF/XML as revised.
PositiveSyntaxTest - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
A type of test specifically for syntax testing.
predicate - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
predicate - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
predicateMatches(Node) - Method in class com.hp.hpl.jena.graph.Triple
 
predicatesFor(Node, Node) - Method in interface com.hp.hpl.jena.graph.query.QueryHandler
Answer an iterator over all the predicates p such that (s, p, o) is in the underlying graph. .remove() is not defined on this iterator.
predicatesFor(Node, Node) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
predicatesFor(Graph, Node, Node) - Static method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
prefix - Static variable in class com.hp.hpl.jena.assembler.JA
 
prefix - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
 
PREFIX - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
Represents the standard prefix for this namespace
prefix - Static variable in class com.hp.hpl.jena.vocabulary.LocationMappingVocab
Range is a STRING, not a URI, to allow for any symbols
prefix - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
The prefix string that is used when writing qnames in the ontology's namespace
Prefix - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
prefixMapping - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
PrefixMapping - Static variable in class com.hp.hpl.jena.assembler.JA
 
prefixMapping - Static variable in class com.hp.hpl.jena.assembler.JA
 
PrefixMapping - Interface in com.hp.hpl.jena.shared
Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
PrefixMapping.Factory - Class in com.hp.hpl.jena.shared
Factory class to create an unspecified kind of PrefixMapping.
PrefixMapping.Factory() - Constructor for class com.hp.hpl.jena.shared.PrefixMapping.Factory
 
PrefixMapping.IllegalPrefixException - Exception in com.hp.hpl.jena.shared
Exception to throw when the prefix argument to setNsPrefix is illegal for some reason.
PrefixMapping.IllegalPrefixException(String) - Constructor for exception com.hp.hpl.jena.shared.PrefixMapping.IllegalPrefixException
 
PrefixMapping.JenaLockedException - Exception in com.hp.hpl.jena.shared
Exception to throw when trying to update a locked PrefixMapping.
PrefixMapping.JenaLockedException(PrefixMapping) - Constructor for exception com.hp.hpl.jena.shared.PrefixMapping.JenaLockedException
 
prefixURI - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
prefixValue - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
premiseDocument - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
A premise document of an entailment.
prepare(VariableIndexes) - Method in class com.hp.hpl.jena.graph.query.Dyadic
 
prepare(VariableIndexes) - Method in class com.hp.hpl.jena.graph.query.Expression.BoolConstant
 
prepare(VariableIndexes) - Method in class com.hp.hpl.jena.graph.query.Expression.Fixed
 
prepare(VariableIndexes) - Method in interface com.hp.hpl.jena.graph.query.Expression
Answer a Valuator which, when run with a set of index-to-value bindings, evaluates this expression in the light of the given variable-to-index bindings [ie as though the variables were bound to the corresponding values]
prepare(VariableIndexes) - Method in class com.hp.hpl.jena.graph.query.ExpressionSet
Answer a ValuatorSet which contains exactly the valuators for each Expression in this ExpressionSet, prepared against the VariableIndexes vi.
prepare() - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Perform any initial processing and caching.
prepare() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Perform any initial processing and caching.
prepare() - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Perform any initial processing and caching.
prepare() - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Perform any initial processing and caching.
prepare() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Perform any initial processing and caching.
prepare() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Perform any initial processing and caching.
prepare() - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Perform any initial processing and caching.
prepare() - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Perform any initial processing and caching.
prepareBindings(Query, Node[]) - Method in interface com.hp.hpl.jena.graph.query.QueryHandler
prepare a plan for generating bindings given the query _q_ and the result variables _variables_.
prepareBindings(Query, Node[]) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
prepareTree(Graph) - Method in interface com.hp.hpl.jena.graph.query.QueryHandler
deliver a plan for executing the tree-match query defined by _pattern_.
prepareTree(Graph) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
Print - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Print its argument list as a side effect
Print() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Print
 
print(Node[], int, RuleContext) - Method in class com.hp.hpl.jena.reasoner.rulesys.builtins.Print
Print a node list to stdout
print(Node) - Static method in class com.hp.hpl.jena.util.PrintUtil
Return a simplified print string for a Node.
print(RDFNode) - Static method in class com.hp.hpl.jena.util.PrintUtil
Return a simplified print string for an RDFNode.
print(Triple) - Static method in class com.hp.hpl.jena.util.PrintUtil
Return a simplified print string for a Triple
print(TriplePattern) - Static method in class com.hp.hpl.jena.util.PrintUtil
Return a simplified print string for a TriplePattern
print(Statement) - Static method in class com.hp.hpl.jena.util.PrintUtil
Return a simplified print string for a statment
print(Object) - Static method in class com.hp.hpl.jena.util.PrintUtil
Default print which just uses tostring
printIndent(PrintWriter, int) - Static method in class com.hp.hpl.jena.util.PrintUtil
Print an n-space indent to the given output stream
printLPProfile() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Print a profile of LP rules used since the last reset.
printOut(Iterator) - Static method in class com.hp.hpl.jena.util.PrintUtil
Print all the Triple values from a find iterator.
printStackTrace() - Method in error com.hp.hpl.jena.rdf.model.RDFError
Deprecated.  
printStackTrace(PrintStream) - Method in error com.hp.hpl.jena.rdf.model.RDFError
Deprecated.  
printStackTrace(PrintWriter) - Method in error com.hp.hpl.jena.rdf.model.RDFError
Deprecated.  
printStackTrace(PrintStream) - Method in exception com.hp.hpl.jena.shared.JenaException
 
printStackTrace(PrintWriter) - Method in exception com.hp.hpl.jena.shared.JenaException
 
printTrace(PrintWriter, boolean) - Method in interface com.hp.hpl.jena.reasoner.Derivation
Print a deep traceback of this derivation back to axioms and source assertions.
printTrace(PrintWriter, boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.RuleDerivation
Print a deep traceback of this derivation back to axioms and source assertions.
PrintUtil - Class in com.hp.hpl.jena.util
A collection of small utilites for pretty printing nodes, triples and associated things.
PrintUtil() - Constructor for class com.hp.hpl.jena.util.PrintUtil
 
PRIOR_VERSION() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that documents that one ontology is a prior version of another.
priorVersion - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a prior version of a given ontology.
priorVersion - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
PROCESS_IMPORTS - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
Defines boolean policy choice of loading the imports closure
processBuiltin(ClauseEntry, Rule, BindingEnvironment) - Method in interface com.hp.hpl.jena.reasoner.rulesys.BackwardRuleInfGraphI
Process a call to a builtin predicate
processBuiltin(ClauseEntry, Rule, BindingEnvironment) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Process a call to a builtin predicate
processBuiltin(ClauseEntry, Rule, BindingEnvironment) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Process a call to a builtin predicate
processConfig(Model) - Method in class com.hp.hpl.jena.util.LocationMapper
 
processImports - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
If true, this property denotes that the document manager should process the imports closure of documents
PRODID - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Product - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the third arg to the product of the first two args.
Product() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Product
 
Profile - Interface in com.hp.hpl.jena.ontology
Interface that encapsulates the elements of a general vocabulary corresponding to a particular ontology language.
ProfileException - Exception in com.hp.hpl.jena.ontology
Exception that is raised when an ontology operation is attempted that is not present in the language profile for the current ontology model.
ProfileException(String, Profile) - Constructor for exception com.hp.hpl.jena.ontology.ProfileException
 
ProfileRegistry - Class in com.hp.hpl.jena.ontology
Provides a means to map between the URI's that represent ontology languages and their language profiles.
promote() - Method in exception com.hp.hpl.jena.rdf.arp.ParseException
Intended for use within an RDFErrorHandler.
PROPderivationLogging - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to configure the derivation logging behaviour of a reasoner.
PROPenableCMPScan - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to switch on/off scanning of data for container membership properties in RDFS preprocessing.
PROPenableFunctorFiltering - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to switch on/off filtering of functors from returned results in the generic rule engine.
PROPenableOWLTranslation - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to switch on/off OWL schema translation on a generic rule reasoner.
PROPenableTGCCaching - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to switch on/off use of the dedicated subclass/subproperty caching in a generic rule reasoner.
property(String) - Static method in class com.hp.hpl.jena.assembler.JA
 
PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the general class of properties.
Property - Interface in com.hp.hpl.jena.rdf.model
An RDF Property.
Property - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:Property in the daml namespace.
Property() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:Property in the daml namespace.
Property() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:Property in the daml namespace.
Property - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
Property - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
propertyAttr - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
propertyAttributeURIs - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
propertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource as a plain property.
propertyElementURIs - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
propertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
propertyEltList - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
PropertyNotFoundException - Exception in com.hp.hpl.jena.shared
Exception to throw if something does not have the specified property.
PropertyNotFoundException(Property) - Constructor for exception com.hp.hpl.jena.shared.PropertyNotFoundException
 
proposed - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
 
PROPruleMode - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to set the mode of a generic rule reasoner.
PROPruleSet - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to attach a file a rules to a generic rule reasoner.
PROPsetRDFSLevel - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to switch to different RDFS processing levles.
PROPtraceOn - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to configure the tracing behaviour of a reasoner.
PropURI - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Base URI used for configuration properties for rule reasoners
pSetName - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
pSetTable - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
pSetType - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
PUBLIC_URI - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
Represents the public URI of an ontology; also used to derive the namespace
publicURI - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
The public URI that is used to refer to the ontology document
publisher - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
publisher - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
An entity responsible for making the resource available
put(Object, Node) - Method in class com.hp.hpl.jena.graph.NodeCache
Record in the cache the designated Node, using the given label (which must be .equals() to the Node's label).
put(Domain) - Method in class com.hp.hpl.jena.graph.query.BufferPipe
 
put(String, Graph) - Method in class com.hp.hpl.jena.graph.query.NamedGraphMap
Add a named graph to the map and return this map.
put(Domain) - Method in interface com.hp.hpl.jena.graph.query.Pipe
Put a domain element into the pipe for later extraction.
put(Triple) - Method in class com.hp.hpl.jena.graph.TripleCache
Cache the triple t by storing it in the slot with the its reduced hash.
put(Object, Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Associates the given value with the given key.
putAll(Map) - Method in class com.hp.hpl.jena.util.OneToManyMap
Put all entries from one map into this map.

Q

Q_StringMatch - Static variable in interface com.hp.hpl.jena.graph.query.ExpressionFunctionURIs
Function identifier for RDQL-style string-match operation.
QName - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:QName
qnameFor(String) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
 
qnameFor(String) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Answer a qname with the expansion of the given uri, or null if no such qname can be constructed using the mapping's prefixes.
qtest - Class in jena
 
qtest() - Constructor for class jena.qtest
 
QualifiedRestriction - Interface in com.hp.hpl.jena.ontology
Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.
Query - Class in com.hp.hpl.jena.graph.query
The class of graph queries, plus some machinery (which should move) for implementing them.
Query() - Constructor for class com.hp.hpl.jena.graph.query.Query
Initialiser for Query; makes an empty Query [no matches, no constraints]
Query(Graph) - Constructor for class com.hp.hpl.jena.graph.query.Query
Initialiser for Query; makes a Query with its matches taken from pattern.
query(Selector) - Method in interface com.hp.hpl.jena.rdf.model.Model
Create a new model containing the statements matching a query.
query - Class in jena
 
query() - Constructor for class jena.query
 
Query.UnboundVariableException - Exception in com.hp.hpl.jena.graph.query
Exception thrown when a query variable is discovered to be unbound.
Query.UnboundVariableException(Node) - Constructor for exception com.hp.hpl.jena.graph.query.Query.UnboundVariableException
 
queryBindingsWith(Model, Model, Resource[]) - Static method in class com.hp.hpl.jena.util.ModelQueryUtil
 
QueryEvaluationTest - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
A type of test specifically for query evaluation testing.
queryFor(BindingQueryPlan, List, Class) - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer the iterator over the resources from the graph that satisfy the given query, followed by the answers to the alternative queries (if specified).
queryHandler() - Method in class com.hp.hpl.jena.db.GraphRDB
 
queryHandler() - Method in class com.hp.hpl.jena.graph.compose.MultiUnion
 
queryHandler() - Method in interface com.hp.hpl.jena.graph.Graph
returns this Graph's query handler
QueryHandler - Interface in com.hp.hpl.jena.graph.query
a QueryHandler handles queries on behalf of a graph.
queryHandler() - Method in interface com.hp.hpl.jena.rdf.model.ModelGraphInterface
Answer the QueryHandler of the Graph this Model is presenting.
QueryMapper - Class in com.hp.hpl.jena.util
Utility class for ModelQueryUtil which converts a query represented by a model with jqv: variables into a .graph.query.Query object.
QueryMapper(Model, Resource[]) - Constructor for class com.hp.hpl.jena.util.QueryMapper
 
QueryNode - Class in com.hp.hpl.jena.graph.query
A QueryNode is a wrapped node that has been processed against some variable-binding map to discover (a) what kind of node it is and (b) what index in the binding map it has.
QueryNode.Any - Class in com.hp.hpl.jena.graph.query
 
QueryNode.Any() - Constructor for class com.hp.hpl.jena.graph.query.QueryNode.Any
 
QueryNode.Bind - Class in com.hp.hpl.jena.graph.query
 
QueryNode.Bind(Node, int) - Constructor for class com.hp.hpl.jena.graph.query.QueryNode.Bind
 
QueryNode.Bound - Class in com.hp.hpl.jena.graph.query
 
QueryNode.Bound(Node, int) - Constructor for class com.hp.hpl.jena.graph.query.QueryNode.Bound
 
QueryNode.Fixed - Class in com.hp.hpl.jena.graph.query
 
QueryNode.Fixed(Node) - Constructor for class com.hp.hpl.jena.graph.query.QueryNode.Fixed
 
QueryNode.JustBound - Class in com.hp.hpl.jena.graph.query
 
QueryNode.JustBound(Node, int) - Constructor for class com.hp.hpl.jena.graph.query.QueryNode.JustBound
 
QueryNode.MustNotMatchException - Exception in com.hp.hpl.jena.graph.query
Internal exception to throw if, against all chance, something that shouldn't be involved in a match is.
QueryNode.MustNotMatchException(String) - Constructor for exception com.hp.hpl.jena.graph.query.QueryNode.MustNotMatchException
 
QueryNodeFactory - Interface in com.hp.hpl.jena.graph.query
 
QueryNodeFactoryBase - Class in com.hp.hpl.jena.graph.query
A base-level implementation of the QueryNodeFactory that uses the QueryNode/QueryTriple classes directly.
QueryNodeFactoryBase() - Constructor for class com.hp.hpl.jena.graph.query.QueryNodeFactoryBase
 
QueryStageException - Exception in com.hp.hpl.jena.shared
Exception thrown when an earlier query stage has throw an exception.
QueryStageException(Throwable) - Constructor for exception com.hp.hpl.jena.shared.QueryStageException
 
querySyntax - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Syntax of the query
QueryTriple - Class in com.hp.hpl.jena.graph.query
A QueryTriple is a composite of three QueryNodes derived from a single source triple.
QueryTriple(QueryNode, QueryNode, QueryNode) - Constructor for class com.hp.hpl.jena.graph.query.QueryTriple
 
QueryTriple.SimpleApplyer - Class in com.hp.hpl.jena.graph.query
 
quotedContent - Static variable in class com.hp.hpl.jena.assembler.JA
 
Quotient - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the third arg to the ratio of the first two args.
Quotient() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Quotient
 

R

RACER_17_PROFILE - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
DIG profile for 1.7
RANCESTORS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
RandomOrderGraph - Class in com.hp.hpl.jena.shared
Wraps a graph and randomizes the order of find results.
RandomOrderGraph(int, Graph) - Constructor for class com.hp.hpl.jena.shared.RandomOrderGraph
 
RandomOrderGraph(Graph) - Constructor for class com.hp.hpl.jena.shared.RandomOrderGraph
 
RandomOrderIterator - Class in com.hp.hpl.jena.util.iterator
RandomOrderIterator - Reorders the elements returned by an Iterator.
RandomOrderIterator(int, Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.RandomOrderIterator
Wrap the base iterator, randomizing with a buffer of length sz.
RANGE() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes the range of a property
RANGE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
range - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:range in daml namespace
range() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:range in daml namespace
range() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:range in daml namespace
range - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
range - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
RANGEINT - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
RANGESTRING - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
RATOM - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
RB_VALIDATION - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used to switch on validation in owl ruleset
RB_VALIDATION_REPORT - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property used for validation reports in owl ruleset
RBNamespace - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
A namespace used for Rubrik specific properties
RCHILDREN - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
RDBMakerSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of RDBMakerSpec resources [subclass of MakerSpec].
rdbModel - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
RDBModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
RDBModelSource - Static variable in class com.hp.hpl.jena.assembler.JA
 
RDBModelSpec - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The class of RDBModelSpec resources [subclass of PlainModelSpec]
RDESCENDANTS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
RDF - Class in com.hp.hpl.jena.vocabulary
The standard RDF vocabulary.
RDF() - Constructor for class com.hp.hpl.jena.vocabulary.RDF
 
RDF - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
RDF.Nodes - Class in com.hp.hpl.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.Nodes() - Constructor for class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
RDF_XML_Document - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
rdfcat - Class in jena
An RDF utility that takes its name from the Unix utility cat, and is used to generate serialisations of the contents of zero or more input model serialisations.
rdfcat() - Constructor for class jena.rdfcat
 
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 com.hp.hpl.jena.datatypes
Interface on a datatype representation.
RDFError - Error in com.hp.hpl.jena.rdf.model
Deprecated. No longer used.
RDFError(Exception) - Constructor for error com.hp.hpl.jena.rdf.model.RDFError
Deprecated.  
RDFError(String) - Constructor for error com.hp.hpl.jena.rdf.model.RDFError
Deprecated.  
RDFErrorHandler - Interface in com.hp.hpl.jena.rdf.model
A generic error handler.
rdfId - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
RDFList - Interface in com.hp.hpl.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 com.hp.hpl.jena.rdf.model
Interface that encapsulates a function to apply to every element in a list.
RDFList.ReduceFn - Interface in com.hp.hpl.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 com.hp.hpl.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
 
RDFRDBException - Exception in com.hp.hpl.jena.db
Used to signal most errors with RDB access.
RDFRDBException(String) - Constructor for exception com.hp.hpl.jena.db.RDFRDBException
Construct an exception with given error message
RDFRDBException(String, Exception) - Constructor for exception com.hp.hpl.jena.db.RDFRDBException
Construct an exception with given error message
RDFReader - Interface in com.hp.hpl.jena.rdf.model
An RDFReader reads a serialized represenation of RDF, e.g.
RDFReaderF - Interface in com.hp.hpl.jena.rdf.model
An RDFReader factory inferface.
RDFS - Class in com.hp.hpl.jena.vocabulary
RDFS vocabulary items
RDFS() - Constructor for class com.hp.hpl.jena.vocabulary.RDFS
 
RDFS.Nodes - Class in com.hp.hpl.jena.vocabulary
The RDFS vocabulary, expressed for the SPI layer in terms of .graph Nodes.
RDFS.Nodes() - Constructor for class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
RDFS_DEFAULT - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Constant for PROPsetRDFSLevel - default behaviour
RDFS_FULL - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Constant for PROPsetRDFSLevel - fullest implementation supported.
RDFS_LANG - Static variable in class com.hp.hpl.jena.ontology.ProfileRegistry
The URI that maps to the language profile for RDFS
RDFS_MEM - Static variable in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Constant for PROPsetRDFSLevel - simplified, higher performance rules.
RDFSFBRuleReasoner - Class in com.hp.hpl.jena.reasoner.rulesys
A backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter.
RDFSFBRuleReasoner(ReasonerFactory) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasoner
Constructor
RDFSFBRuleReasonerFactory - Class in com.hp.hpl.jena.reasoner.rulesys
Factory class for creating blank instances of the hybrid rule RDFS reasoner.
RDFSFBRuleReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
 
RDFSForwardRuleReasoner - Class in com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.RDFSForwardRuleReasoner
Constructor
RDFSRuleInfGraph - Class in com.hp.hpl.jena.reasoner.rulesys
Customization of the generic rule inference graph for RDFS inference.
RDFSRuleInfGraph(Reasoner, List, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleInfGraph
Constructor.
RDFSRuleInfGraph(Reasoner, List, Graph, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleInfGraph
Constructor.
RDFSRuleReasoner - Class in com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Constructor
RDFSRuleReasoner(ReasonerFactory, Resource) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Constructor
RDFSRuleReasonerFactory - Class in com.hp.hpl.jena.reasoner.rulesys
Factory class for creating blank instances of the hybrid rule RDFS reasoner with TGC support.
RDFSRuleReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasonerFactory
 
RDFSyntax - Class in com.hp.hpl.jena.vocabulary
This class includes fragment IDs from the RDF Syntax WD, to identify grammar rules etc.
RDFSyntax() - Constructor for class com.hp.hpl.jena.vocabulary.RDFSyntax
 
RDFTest - Class in com.hp.hpl.jena.vocabulary
The vocabulary used by the RDFCore working group to define test manifests.
RDFTest() - Constructor for class com.hp.hpl.jena.vocabulary.RDFTest
 
RDFVisitor - Interface in com.hp.hpl.jena.rdf.model
 
RDFWriter - Interface in com.hp.hpl.jena.rdf.model
RDFWriter is an interface to RDF serializers.
RDFWriterF - Interface in com.hp.hpl.jena.rdf.model
An RDFReader factory inferface.
RDFXMLWriterI - Interface in com.hp.hpl.jena.xmloutput
This interface only adds documentation to RDFWriter.
rdql - Static variable in interface com.hp.hpl.jena.graph.query.PatternLiteral
 
reachableClosure(Resource) - Static method in class com.hp.hpl.jena.util.ResourceUtils
Answer a model that contains all of the resources reachable from a given resource by any property, transitively.
read(Model, String) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
Reads from url, using url as base, adding triples to model.
read(Model, Reader, String) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
Reads from reader, using base URI xmlbase, adding triples to model.
read(Graph, Reader, String) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
Reads from reader, using base URI xmlbase, adding triples to graph.
read(Model, InputStream, String) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
Reads from inputStream, using base URI xmlbase, adding triples to model.
read(Graph, InputStream, String) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
Reads from inputStream, using base URI xmlbase, adding triples to graph.
read(String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add the RDF statements from an XML document.
read(InputStream, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add statements from an RDF/XML serialization.
read(InputStream, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add RDF statements represented in language lang to the model.
read(Reader, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Using this method is often a mistake.
read(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Add statements from a serializion in language lang to the model.
read(Reader, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Using this method is often a mistake.
read(String, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Read into this model the RDF at url, using baseURI as the base URI if it is non-null.
READ - Static variable in interface com.hp.hpl.jena.rdf.model.ModelLock
Deprecated. Descriptive name for lock requests - read lock
read(Model, Reader, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFReader
It is usually a mistake to use this method.
read(Model, InputStream, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFReader
Read serialized RDF from an InputStream and add the statements to a Model.
read(Model, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFReader
Read serialized RDF from a url and add the statements to a model.
READ - Static variable in interface com.hp.hpl.jena.shared.Lock
Descriptive name for lock requests - read lock
readerFromURL(String) - Static method in class com.hp.hpl.jena.util.FileUtils
 
readModel(Model, String) - Method in interface com.hp.hpl.jena.rdf.model.ModelReader
Read the contents of URL into toRead and answer toRead,
readModel(Model, String) - Method in class com.hp.hpl.jena.util.FileManager
Read a file of RDF into a model.
readModel(Model, String, String) - Method in class com.hp.hpl.jena.util.FileManager
Read a file of RDF into a model.
readModel(Model, String, String, String) - Method in class com.hp.hpl.jena.util.FileManager
Read a file of RDF into a model.
readWholeFileAsUTF8(InputStream) - Method in class com.hp.hpl.jena.util.FileManager
Slurp up a whole file
readWholeFileAsUTF8(String) - Method in class com.hp.hpl.jena.util.FileManager
Slurp up a whole file: map filename as necessary
readWholeFileAsUTF8(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Read a whole file as UTF-8
readWholeFileAsUTF8(InputStream) - Static method in class com.hp.hpl.jena.util.FileUtils
Read a whole stream as UTF-8
reasoner - Static variable in class com.hp.hpl.jena.assembler.JA
 
Reasoner - Interface in com.hp.hpl.jena.reasoner
The minimal interface to which all reasoners (or reasoner adaptors) conform.
reasoner - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a ReasonerSpec that gives the resource who's URI is that of the reasoner to use.
reasonerClass - Static variable in class com.hp.hpl.jena.assembler.JA
 
ReasonerClass - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
The RDF class to which all Reasoners belong
ReasonerException - Exception in com.hp.hpl.jena.reasoner
Exception signalling some generic problem with the reasoning subsystem.
ReasonerException(String) - Constructor for exception com.hp.hpl.jena.reasoner.ReasonerException
Constructor.
ReasonerException(String, Throwable) - Constructor for exception com.hp.hpl.jena.reasoner.ReasonerException
Constructor.
reasonerFactory - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
ReasonerFactory - Static variable in class com.hp.hpl.jena.assembler.JA
 
reasonerFactory - Static variable in class com.hp.hpl.jena.assembler.JA
 
ReasonerFactory - Interface in com.hp.hpl.jena.reasoner
The interface through which a reasoner (inference engine) can be instantiated.
ReasonerRegistry - Class in com.hp.hpl.jena.reasoner
A global registry of known reasoner modules.
reasonerURL - Static variable in class com.hp.hpl.jena.assembler.JA
 
ReasonerVocabulary - Class in com.hp.hpl.jena.vocabulary
A collection of RDF terms used in driving or configuring some of the builtin reasoners.
ReasonerVocabulary() - Constructor for class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
 
reasonsWith - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of an InfModelSpec that specifies the ReasonerSpec to use.
rebind() - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Cause the inference model to reconsult the underlying data to take into account changes.
rebind(Graph) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Replace the underlying data graph for this inference graph and start any inferences over again.
rebind() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Cause the inference graph to reconsult the underlying graph to take into account changes.
rebind(Graph) - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Replace the underlying data graph for this inference graph and start any inferences over again.
rebind(Graph) - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Replace the underlying data graph for this inference graph and start any inferences over again.
rebind() - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Cause the inference graph to reconsult the underlying graph to take into account changes.
rebind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Replace the underlying data graph for this inference graph and start any inferences over again.
rebind() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Cause the inference graph to reconsult the underlying graph to take into account changes.
rebind() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Cause the inference graph to reconsult the underlying graph to take into account changes.
rebind(Graph) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Replace the underlying data graph for this inference graph and start any inferences over again.
rebind() - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Cause the inference graph to reconsult the underlying graph to take into account changes.
rebindAll() - Method in class com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Rule.Parser
Return a trace of the recently seen tokens, for use in error reporting
recording(ClosableIterator, Set) - Static method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.RDFList.ReduceFn
Apply a function to the given RDF node.
references - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource references, cites, or otherwise points to the referenced resource.
Regex - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
 
Regex() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Regex
 
Region - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
register(GraphListener) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Model
Register a listener for model-changed events on this model.
register(ReasonerFactory) - Method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Register a Reasoner.
register(String, ReasonerFactory) - Method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Register a Reasoner - simple case with no RDF description.
register(String, Builtin) - Method in class com.hp.hpl.jena.reasoner.rulesys.BuiltinRegistry
Register an implementation for a given builtin functor.
register(Builtin) - Method in class com.hp.hpl.jena.reasoner.rulesys.BuiltinRegistry
Register an implementation for a given builtin using its default name.
registerDatatype(RDFDatatype) - Method in class com.hp.hpl.jena.datatypes.TypeMapper
Register a new datatype
registerPrefix(String, String) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule.Parser
Register a new namespace prefix with the parser
registerPrefix(String, String) - Static method in class com.hp.hpl.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) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule.Parser
Register a set of prefix to namespace mappings with the parser
registerPrefixMap(Map) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.ProfileRegistry
Add a language profile with the given URI key
reificationBehavior() - Method in class com.hp.hpl.jena.db.GraphRDB
Return the reification behavior (GraphRDB) for this graph
reificationMode - Static variable in class com.hp.hpl.jena.assembler.JA
 
ReificationMode - Static variable in class com.hp.hpl.jena.assembler.JA
 
reificationMode - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a MakerSpec that gives the reification mode for all its models.
ReificationStyle - Class in com.hp.hpl.jena.shared
Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.
ReificationStyle(boolean, boolean) - Constructor for class com.hp.hpl.jena.shared.ReificationStyle
 
ReifiedStatement - Interface in com.hp.hpl.jena.rdf.model
A ReifiedStatement represents a Statement as a Resource.
Reifier - Interface in com.hp.hpl.jena.graph
This interface represents the type of things that can hold reified triples for a Jena Graph.
Reifier.Util - Class in com.hp.hpl.jena.graph
 
Reifier.Util() - Constructor for class com.hp.hpl.jena.graph.Reifier.Util
 
reifierSize() - Method in class com.hp.hpl.jena.db.GraphRDB
 
reifierTriples(TripleMatch) - Method in class com.hp.hpl.jena.db.GraphRDB
 
reifTable - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
reifyAs(Node, Triple) - Method in interface com.hp.hpl.jena.graph.Reifier
note the triple _t_ as reified using _n_ as its representing node.
reifyAs(Node, Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
reject(ClosableIterator) - Static method in class com.hp.hpl.jena.graph.compose.CompositionBase
Answer a Filter that will reject any element that is a member of iterator i.
rejected - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
 
rejecting(ExtendedIterator, Set) - Static method in class com.hp.hpl.jena.graph.compose.CompositionBase
Answer an iterator over the elements of iterator i that are not in the set seen.
rejecting(ExtendedIterator, Graph) - Static method in class com.hp.hpl.jena.graph.compose.CompositionBase
Answer an iterator over the elements of i that are not in the graph seen.
RELATED - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
related - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of one ontology individual being related to another by some named predicate.
RELATED_INDIVIDUALS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
relation - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
relation - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
A reference to a related resource.
RelationScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of resource relation encoding schemes and/or formats
release() - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Release this connection back to the connection pool.
release(DIGConnection) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnectionPool
 
RELEASEKB - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
remap(String) - Method in class com.hp.hpl.jena.util.FileManager
Deprecated. Use mapURI
remove() - Method in class com.hp.hpl.jena.db.GraphRDB
Remove this Graph entirely from the database.
remove() - Method in class com.hp.hpl.jena.db.ModelRDB
Remove all traces of this particular Model from the database.
remove(Node, Node, Node) - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Remove all triples that would be delivered by find(s, p, o)
remove(Node, Node, Node) - Static method in class com.hp.hpl.jena.graph.GraphEvents
 
remove(Node, Triple) - Method in interface com.hp.hpl.jena.graph.Reifier
remove any existing binding for _n_; hasNode(n) will return false and getTriple(n) will return null.
remove(Triple) - Method in interface com.hp.hpl.jena.graph.Reifier
remove all bindings which map to this triple.
remove() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Alt
Remove a value from the container.
remove(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Bag
Remove a value from the container.
remove(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Container
Remove a value from the container.
remove(Statement[]) - Method in interface com.hp.hpl.jena.rdf.model.Model
Remove all the statements from the Model, using the bulk update interface.
remove(List) - Method in interface com.hp.hpl.jena.rdf.model.Model
Remove all the statements in the list from this model, using the bulk update interface.
remove(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Model
Removes a statement.
remove(Resource, Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
remove the statement (s, p, o) from this model and answer this model.
remove(StmtIterator) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Remove all the Statements returned by an iterator.
remove(Model) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Remove all the Statements in a given model, including reified statements
remove(Model, boolean) - Method in interface com.hp.hpl.jena.rdf.model.ModelCon
Remove from this model all the statements found in the given model.
remove() - Method in interface com.hp.hpl.jena.rdf.model.NodeIterator
Unsupported Operation.
remove(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Remove the given value from this list.
remove(int) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Remove the member at the specified index.
remove() - Method in interface com.hp.hpl.jena.rdf.model.Statement
Remove this statement from its associated model.
remove(Node, Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
remove(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
Remove - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Remove the body clause given by index arguments from the database.
Remove() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Remove
 
remove(Triple) - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleContext
Remove a triple from the deduction graph (and the original graph if relevant).
remove(Locator) - Method in class com.hp.hpl.jena.util.FileManager
Remove a locator
remove() - Method in class com.hp.hpl.jena.util.iterator.ArrayIterator
Not supported.
remove() - Method in class com.hp.hpl.jena.util.iterator.ConcatenatedIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class com.hp.hpl.jena.util.iterator.FilterIterator
Remove the current member from the underlying iterator.
remove() - Method in class com.hp.hpl.jena.util.iterator.IteratorIterator
remove's the element from the underlying Iterator in which it is a member.
remove() - Method in class com.hp.hpl.jena.util.iterator.LateBindingIterator
 
remove() - Method in class com.hp.hpl.jena.util.iterator.LazyIterator
 
remove() - Method in class com.hp.hpl.jena.util.iterator.MapFilterIterator
remove's the member from the underlying Iterator; hasNext() may not be called between calls to next() and remove().
remove() - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
default remove: we have no elements, so we can't remove any.
remove() - Method in class com.hp.hpl.jena.util.iterator.RandomOrderIterator
 
remove() - Method in class com.hp.hpl.jena.util.iterator.WrappedIterator
if .remove() is allowed, delegate to the base iterator's .remove; otherwise, throw an UnsupportedOperationException.
remove(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Remove all of the associations for the given key.
remove(Object, Object) - Method in class com.hp.hpl.jena.util.OneToManyMap
Remove the specific association between the given key and value.
removeAll() - Method in interface com.hp.hpl.jena.graph.BulkUpdateHandler
Remove all the statements from a graph.
removeAll - Static variable in class com.hp.hpl.jena.graph.GraphEvents
 
removeAll() - Method in interface com.hp.hpl.jena.rdf.model.Model
Remove all the statements from this model.
removeAll(Resource, Property, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Model
Remove all the statements matching (s, p, o) from this model.
removeAll() - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Deprecated. Replaced by RDFList.removeList()
removeAll(Property) - Method in interface com.hp.hpl.jena.rdf.model.Resource
Delete all the statements with predicate p for this resource from its associated model.
removeAllReifications(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Model
Remove all reifications (ie implicit reification quads) of _s_.
removeAllValuesFrom(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.util.LocationMapper
 
removeAltPrefix(String) - Method in class com.hp.hpl.jena.util.LocationMapper
 
removeBackwardCompatibleWith(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.util.FileManager
 
removeCardinality(int) - Method in interface com.hp.hpl.jena.ontology.CardinalityRestriction
Remove the statement that this restriction has the given cardinality for the restricted property.
removeCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.CardinalityQRestriction
Remove the statement that this restriction has the given cardinality for the restricted property.
removeComment(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that the given string is a comment on this resource.
removeComment(Literal) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that the given string is a comment on this resource.
removed(Object) - Method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Remove the statement that this resource is defined by the given resource.
removeDifferentFrom(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that this resource is different the given resource.
removeDisjointWith(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Remove the statement that this class and the given class are disjoint.
removeDistinctMember(Resource) - Method in interface com.hp.hpl.jena.ontology.AllDifferent
Remove the given resource from the list of distinct individuals.
removeDomain(Resource) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Remove the given class from the stated domain(s) of this property.
removedStatement(Statement) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
removedStatement(Statement) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
removedStatement(Statement) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
removedStatement(Statement) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
Override this to listen to all incoming removed statements
removedStatement(Statement) - Method in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Method to call when a single statement has been removed from the attached model.
removedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
removedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
removedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
removedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.ChangedListener
 
removedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
removedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
removedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
removedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.NullListener
 
removedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
removedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
removedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
removedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.ObjectListener
 
removedStatements(Statement[]) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
removedStatements(List) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
removedStatements(StmtIterator) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
removedStatements(Model) - Method in class com.hp.hpl.jena.rdf.listeners.StatementListener
 
removedStatements(Statement[]) - Method in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Method to call when an array of statements has been removed from the attached model.
removedStatements(List) - Method in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
Method to call when a list of statements has been deleted from the attached model.
removedStatements(StmtIterator) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ModelChangedListener
Method to call when a model has been used to remove statements from our attached model.
removeEquiv(List, Property, Resource) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Remove the statement that this class and the given class are equivalent.
removeEquivalentProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Remove the statement that this property and the given property are equivalent.
removeGraph(Graph) - Method in class com.hp.hpl.jena.graph.compose.Polyadic
Remove the given graph from this composition.
removeGraph(String) - Method in interface com.hp.hpl.jena.graph.GraphMaker
Remove the association between the name and the graph. create will now be able to create a graph with that name, and open will no longer be able to find it.
removeHasClassQ(OntClass) - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.ontology.HasValueRestriction
Remove the statement that this restriction requires the restricted property to have the given value.
removeHead() - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Remove the value from the head of the list.
removeIgnoreImport(String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Remove the given URI from the set of URI's we ignore in imports statements
removeImport(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Remove the statement that this ontology imports the ontology represented by the given resource.
removeIncompatibleWith(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Remove the statement that the given ontology is incompatible with this ontology.
removeInverseProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Remove the statement that this property is the inverse of the given property.
removeLabel(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that the given string is a label for this resource.
removeLabel(Literal) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that the given string is a label for this resource.
removeList() - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Remove all of the components of this list from the model.
removeLoadedImport(String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Record that this model no longer imports the document with the given URI.
removeMaxCardinality(int) - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityRestriction
Remove the statement that this restriction has the given maximum cardinality for the restricted property.
removeMaxCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityQRestriction
Remove the statement that this restriction has the given maximum qualified cardinality for the restricted property.
removeMinCardinality(int) - Method in interface com.hp.hpl.jena.ontology.MinCardinalityRestriction
Remove the statement that this restriction has the given minimum cardinality for the restricted property.
removeMinCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.MinCardinalityQRestriction
Remove the statement that this restriction has the given minimum qualified cardinality for the restricted property.
removeModel(String) - Method in interface com.hp.hpl.jena.rdf.model.ModelMaker
Remove the association between the name and the Model. create will now be able to create a Model with that name, and open will no longer be able to find it.
removeNext() - Method in interface com.hp.hpl.jena.util.iterator.ExtendedIterator
Answer the next object, and remove it.
removeNext() - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
Answer the next object, and remove it.
removeNsPrefix(String) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
 
removeNsPrefix(String) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Remove any existing maplet with the given prefix name and answer this mapping.
removeOneOf(Literal) - Method in interface com.hp.hpl.jena.ontology.DataRange
Remove the statement that this enumeration includes lit among its members.
removeOneOf(Resource) - Method in interface com.hp.hpl.jena.ontology.EnumeratedClass
Remove the statement that this enumeration includes res among its members.
removeOnProperty(Property) - Method in interface com.hp.hpl.jena.ontology.Restriction
Remove the given property as the property that this restriction applies to.
removeOntClass(Resource) - Method in interface com.hp.hpl.jena.ontology.Individual
Attempt to remove this individual as a member of the given ontology class.
removeOperand(Resource) - Method in interface com.hp.hpl.jena.ontology.BooleanClassDescription
Remove the given resource from the operands of this class expression.
removePrefix(String) - Static method in class com.hp.hpl.jena.util.PrintUtil
Remove a registered prefix from the table of known short forms
removePrefixMap(Map) - Static method in class com.hp.hpl.jena.util.PrintUtil
Remove a set of prefix mappings from the table of known short forms
removePreprocessingHook(RulePreprocessHook) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Remove a preprocessing hook. defining an operation that
removePriorVersion(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Remove the statement that the given ontology is a prior version of this ontology.
removeProperties() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Delete all the properties for this resource from the associated model.
removeProperty(Property, RDFNode) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the specific property-value pair from this resource.
removeRange(Resource) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Remove the given class from the stated range(s) of this property.
removeRDFType(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that this resource is of the given RDF type.
removeReification(ReifiedStatement) - Method in interface com.hp.hpl.jena.rdf.model.Model
Remove a particular reificiation.
removeReification() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Remove an instance of a relation from the cache.
removeSameAs(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that this resource is the same as the given resource.
removeSeeAlso(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement indicating the given resource as a source of additional information about this resource.
removeSomeValuesFrom(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntClass
Remove the given class from the sub-classes of this class.
removeSubModel(Model) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModel
Remove the given model as one of the sub-models of the enclosed ontology union model.
removeSubProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Remove the given property from the sub-properties of this property.
removeSuperClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Remove the given class from the super-classes of this class.
removeSuperProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Remove the given property from the super-properties of this property.
removeVersionInfo(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Remove the statement that the given string provides version information about this resource.
renameResource(Resource, String) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.rdf.model.RDFList
Replace the value at the i'th position in the list with the given value.
replaces - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource supplants, displaces, or supersedes the referenced resource.
requires - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The described resource requires the referenced resource to support its function, delivery, or coherence of content.
reset(boolean) - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.rdf.model.InfModel
Reset any internal caches.
reset() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Reset any internal caches.
reset() - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Reset any internal caches.
reset() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Flush out all cached results.
reset() - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Flush out all cached results.
resetCache() - Method in class com.hp.hpl.jena.util.FileManager
Reset the model cache
resetKB() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Clear the old contents of the DIG knowledge base
resetLPProfile(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Reset the LP engine profile.
ResIterator - Interface in com.hp.hpl.jena.rdf.model
An iterator which returns RDF Resources.
Resource - Interface in com.hp.hpl.jena.rdf.model
An RDF Resource.
Resource - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
Resource - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
resourceAttr - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
ResourceF - Interface in com.hp.hpl.jena.rdf.model
Create an application specific resource instance.
ResourceFactory - Class in com.hp.hpl.jena.rdf.model
A Factory class for creating resources.
ResourceFactory.Interface - Interface in com.hp.hpl.jena.rdf.model
the interface to resource factory objects.
resourcePropertyElt - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
ResourceRequiredException - Exception in com.hp.hpl.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 com.hp.hpl.jena.rdf.model.ResourceRequiredException
 
ResourceRequiredException(Node) - Constructor for exception com.hp.hpl.jena.rdf.model.ResourceRequiredException
 
ResourceUtils - Class in com.hp.hpl.jena.util
General utility methods that operate on RDF resources, but which are not specific to a given model.
ResourceUtils() - Constructor for class com.hp.hpl.jena.util.ResourceUtils
 
RESPONSE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
REST() - Method in interface com.hp.hpl.jena.ontology.Profile
The property that denotes the tail of a list
rest - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML rest property on Lists
rest() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML rest property on Lists
rest() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML rest property on Lists
rest - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
rest - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
RESTRICTION() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML Restriction class
Restriction() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML Restriction class
Restriction() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML Restriction class
Restriction - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
restrictionDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a resource being a Restriction
result - Static variable in class com.hp.hpl.jena.vocabulary.TestManifest
The test statusThe expected outcome
ResultBinding - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
ResultSet - Class in com.hp.hpl.jena.vocabulary
ResultSet vocabulary class for namespace http://jena.hpl.hp.com/2003/03/result-set#
ResultSet() - Constructor for class com.hp.hpl.jena.vocabulary.ResultSet
 
ResultSet - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
ResultSolution - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
resultVariable - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
RETERuleInfGraph - Class in com.hp.hpl.jena.reasoner.rulesys
RETE implementation of the forward rule infernce graph.
RETERuleInfGraph(Reasoner, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RETERuleInfGraph
Constructor.
RETERuleInfGraph(Reasoner, List, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RETERuleInfGraph
Constructor.
RETERuleInfGraph(Reasoner, List, Graph, Graph) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.RETERuleInfGraph
Constructor.
REUSE - Static variable in class com.hp.hpl.jena.assembler.Mode
Mode that requires that objects should already exist; new objects cannot be created.
reuseThreads - Static variable in class com.hp.hpl.jena.graph.query.PatternStageBase
 
REV - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Rewrite - Class in com.hp.hpl.jena.graph.query
Rewrite - class which does expression rewrites for Query
Rewrite() - Constructor for class com.hp.hpl.jena.graph.query.Rewrite
 
Rewrite.DyadicLiteral - Class in com.hp.hpl.jena.graph.query
 
Rewrite.DyadicLiteral(Expression, String, String) - Constructor for class com.hp.hpl.jena.graph.query.Rewrite.DyadicLiteral
 
rewriteStringMatch(Expression) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
RFC1766 - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Internet RFC 1766 'Tags for the identification of Language' specifies a two letter code taken from ISO 639, followed optionally by a two letter country code taken from ISO 3166.
RFC3066 - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Internet RFC 3066 'Tags for the Identification of Languages' specifies a primary subtag which is a two-letter code taken from ISO 639 part 1 or a three-letter code taken from ISO 639 part 2, followed optionally by a two-letter country code taken from ISO 3166.
rights - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
rights - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
Information about rights held in and over the resource.
ROLE - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
ROLE_FILLERS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
ROLE_SET - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
rootModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
RPARENTS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
rsConvenient - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The resource representing reification mode Convenient.
rset - Class in jena
 
rset() - Constructor for class jena.rset
 
RSIterator - Interface in com.hp.hpl.jena.rdf.model
An RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's and which has a next-method with that return type.
rsMinimal - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The resource representing reification mode Minimal.
RSS - Class in com.hp.hpl.jena.vocabulary
The standard RSS vocavulary.
RSS() - Constructor for class com.hp.hpl.jena.vocabulary.RSS
 
rsStandard - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The resource representing reification mode Standard.
rule - Static variable in class com.hp.hpl.jena.assembler.JA
 
Rule - Class in com.hp.hpl.jena.reasoner.rulesys
Representation of a generic inference rule.
Rule(List, List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Rule
Constructor
Rule(String, List, List) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Rule
Constructor
Rule(String, ClauseEntry[], ClauseEntry[]) - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Rule
Constructor
Rule.Parser - Class in com.hp.hpl.jena.reasoner.rulesys
Inner class which provides minimalist parsing support based on tokenisation with depth 1 lookahead.
Rule.ParserException - Exception in com.hp.hpl.jena.reasoner.rulesys
Inner class.
Rule.ParserException(String, Rule.Parser) - Constructor for exception com.hp.hpl.jena.reasoner.rulesys.Rule.ParserException
constructor
RULE_FILE - Static variable in class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasoner
The location of the OWL rule definitions on the class path
RULE_FILE - Static variable in class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasoner
The location of the OWL rule definitions on the class path
RULE_FILE - Static variable in class com.hp.hpl.jena.reasoner.rulesys.RDFSForwardRuleReasoner
The location of the OWL rule definitions on the class path
RuleContext - Interface in com.hp.hpl.jena.reasoner.rulesys
Interface used to convey context information from a rule engine to the stack of procedural builtins.
RuleDerivation - Class in com.hp.hpl.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, InfGraph) - Constructor for class com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys
Implementors of this interface can be used as proprocessing passes during intialization of (hybrid) rule systems.
RuleReasoner - Interface in com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.assembler.JA
 
ruleSet - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
RuleSet - Static variable in class com.hp.hpl.jena.assembler.JA
 
RuleSet - Class in com.hp.hpl.jena.assembler
A RuleSet wraps a list of rules.
ruleSet - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a reasoner spec that specifies in-line rule-sets.
ruleSet - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property of a GRR config with object a node with rule set properties.
RulesetNotFoundException - Exception in com.hp.hpl.jena.shared
RulesetNotFoundException - exception to throw when a Ruleset is not found (eg when handing reasoner specifications)
RulesetNotFoundException(String) - Constructor for exception com.hp.hpl.jena.shared.RulesetNotFoundException
 
ruleSetURL - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a reasoner spec that specifies a rule-set URL.
ruleSetURL - Static variable in class com.hp.hpl.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 com.hp.hpl.jena.assembler.JA
 
rulesFromURL(String) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Answer the list of rules parsed from the given URL.
rulesParserFromReader(BufferedReader) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Processes the source reader stripping off comment lines and noting prefix definitions (@prefix) and rule inclusion commands (@include).
rulesStringFromReader(BufferedReader) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Deprecated. Use rulesParserFromReader
run() - Method in class com.hp.hpl.jena.graph.query.PatternStageBase.Work
 
run(Domain) - Method in class com.hp.hpl.jena.graph.query.StageElement.FindTriples
 
run(Domain) - Method in class com.hp.hpl.jena.graph.query.StageElement.PutBindings
 
run(Domain) - Method in class com.hp.hpl.jena.graph.query.StageElement
 
run(Domain) - Method in class com.hp.hpl.jena.graph.query.StageElement.RunValuatorSet
 
run(FBRuleInfGraph, Finder, Graph) - Method in interface com.hp.hpl.jena.reasoner.rulesys.RulePreprocessHook
Invoke the preprocessing hook.

S

S - Variable in class com.hp.hpl.jena.graph.query.Pattern
 
S - Static variable in class com.hp.hpl.jena.graph.query.Query
A query variable called "S".
S - Variable in class com.hp.hpl.jena.graph.query.QueryTriple
 
safeEvalAsBodyClause(RuleContext) - Method in class com.hp.hpl.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 com.hp.hpl.jena.graph.GraphEvents
 
SAME_AS() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one resource represents the same ontology object as another.
SAME_INDIVIDUAL_AS() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one resource represents the same individual as another.
sameApply(Expression, Expression) - Static method in class com.hp.hpl.jena.graph.query.Expression.Util
 
sameArgs(Expression, Expression) - Static method in class com.hp.hpl.jena.graph.query.Expression.Util
 
sameAs(Node, Node, Node) - Method in class com.hp.hpl.jena.graph.Triple
Answer true iff this triple has subject s, predicate p, and object o.
sameAs(Object) - Method in interface com.hp.hpl.jena.reasoner.rulesys.ClauseEntry
Compare clause entries, taking into account variable indices.
sameAs(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Compare Functors, taking into account variable indices.
sameAs(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Compare clause entries, taking into account variable indices.
sameAs(Object) - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Compare triple patterns, taking into account variable indices.
sameAs - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing a declaration that one resource is the same as another.
sameAs - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
sameClassAs - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML sameClassAs property on Classes
sameClassAs() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML sameClassAs property on Classes
sameClassAs() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML sameClassAs property on Classes
sameIndividualAs - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML sameIndividualAs property on instances
sameIndividualAs() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML sameIndividualAs property on instances
sameIndividualAs() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML sameIndividualAs property on instances
sameIndividualAs - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of one ontology individual being the same as another
sameListAs(RDFList) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Compare two nodes, taking into account variable indices.
samePrefixMappingAs(PrefixMapping) - Method in interface com.hp.hpl.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.
samePropertyAs - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML samePropertyAs property on Properties
samePropertyAs() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML samePropertyAs property on Properties
samePropertyAs() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML samePropertyAs property on Properties
sameValueAs(Object) - Method in class com.hp.hpl.jena.graph.Node
Test that two nodes are semantically equivalent.
sameValueAs(Object) - Method in class com.hp.hpl.jena.graph.Node_Literal
Test that two nodes are semantically equivalent.
sameValueAs(Literal) - Method in interface com.hp.hpl.jena.rdf.model.Literal
Test that two literals are semantically equivalent.
sameValueAs(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Test that two nodes are semantically equivalent.
SATISFIABLE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
SAX2Model - Class in com.hp.hpl.jena.rdf.arp
Use arbitrary SAX input to Jena.
SAX2RDF - Class in com.hp.hpl.jena.rdf.arp
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_orig - Class in jena
The original version of a program to read in an RDF schema and generate a corresponding Jena constant schema class.
schemagen_orig() - Constructor for class jena.schemagen_orig
 
schemaURL - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of a reasoner spec that specifies a schema to load
schemaURL - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Property of a reasoner that specifies the URL of a schema to load.
sectionListExpand - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
sectionReification - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
SEE_ALSO() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes seeAlso annotation on an ontology element
seeAlso - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:seeAlso in daml namespace
seeAlso() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:seeAlso in daml namespace
seeAlso() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:seeAlso in daml namespace
seeAlso - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
seeAlso - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
Selector - Interface in com.hp.hpl.jena.rdf.model
A Statement selector.
selects(Statement) - Method in class com.hp.hpl.jena.rdf.model.SimpleSelector
This method is designed to be over ridden by subclasses to define application specific constraints on the statements selected.
sendDigVerb(Document, DIGProfile) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Send a verb to the attached DIG reasoner and answer the result.
Seq - Interface in com.hp.hpl.jena.rdf.model
RDF Sequence container.
Seq - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
Seq - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
SeqIndexBoundsException - Exception in com.hp.hpl.jena.rdf.model
Exception to throw when the index of a sequence is not in range.
SeqIndexBoundsException(int, int) - Constructor for exception com.hp.hpl.jena.rdf.model.SeqIndexBoundsException
 
serialiseDocument(Document, Writer) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Serialise the given document to the given output writer.
Service - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
A service is a system that provides one or more functions of value to the end-user.
set(int, RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, boolean) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, long) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, char) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, float) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, double) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, String) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
set(int, Object) - Method in interface com.hp.hpl.jena.rdf.model.Seq
Set the value at a given index in the sequence.
setAllValuesFrom(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
setBackward(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Set the rule to be run backwards.
setBackwardCompatibleWith(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Assert that this ontology is backward compatible with the given ontology.
setBaseGraph(Graph) - Method in class com.hp.hpl.jena.graph.compose.Polyadic
Set the designated updateable graph for this composition.
setBaseModelMaker(ModelMaker) - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Set the model maker used for base models.
setBlack() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
setCacheModels(boolean) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Set the policy flag that indicates whether loaded models are cached by URI
setCaching(boolean, boolean) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Set the closure caching flags.
setCaching(boolean) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Enable/disabling caching of the Triples representing the relationships.
setCardinality(int) - Method in interface com.hp.hpl.jena.ontology.CardinalityRestriction
Assert that this restriction restricts the property to have the given cardinality.
setCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.CardinalityQRestriction
Assert that this restriction restricts the property to have the given cardinality.
setComment(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Assert that the given string is the comment on this resource.
setDatabaseProperties(Model) - Method in class com.hp.hpl.jena.db.DBConnection
 
setDatabaseProperties(Model) - Method in interface com.hp.hpl.jena.db.IDBConnection
Sets database-specific properties.
setDatabaseType(String) - Method in class com.hp.hpl.jena.db.DBConnection
 
setDatabaseType(String) - Method in interface com.hp.hpl.jena.db.IDBConnection
Set the database type manually.
setDefault(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(boolean) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(long) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(char) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(float) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(double) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(String) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(String, String) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefault(Object) - Method in interface com.hp.hpl.jena.rdf.model.Alt
Set the default value of this container.
setDefaultErrorMode() - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getOptions().setDefaultErrorMode()
setDefaultErrorMode() - Method in class com.hp.hpl.jena.rdf.arp.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 com.hp.hpl.jena.rdf.model.ModelFactory
Each Model created by ModelFactory has a default set of prefix mappings.
setDefaultValue(Object) - Method in class com.hp.hpl.jena.util.iterator.ConcatenatedIterator
Set the default value for this iteration, which will be a value that is guaranteed to be returned as a member of the iteration.
setDerivationLogging(boolean) - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Switch on/off drivation logging.
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Switch on/off drivation logging
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Switch on/off drivation logging - not supported with DIG reasoner
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Not available.
setDerivationLogging(boolean) - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Switch on/off drivation logging
setDerivationLogging(boolean) - Method in interface com.hp.hpl.jena.reasoner.Reasoner
Switch on/off drivation logging.
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Set to true to enable derivation caching
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Switch on/off drivation logging.
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Set to true to enable derivation caching
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Switch on/off drivation logging.
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Set to true to enable derivation caching
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Switch on/off drivation logging.
setDerivationLogging(boolean) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Switch on/off drivation logging.
setDifferentFrom(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Assert that the given resource and this resource are distinct.
setDisjointWith(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Assert that this class is disjoint with the given class.
setDistinctMembers(RDFList) - Method in interface com.hp.hpl.jena.ontology.AllDifferent
Assert that the list of distinct individuals in this AllDifferent declaration is the given list.
setDocumentManager(OntDocumentManager) - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Set the document manager in this specification
setDoDuplicateCheck(boolean) - Method in class com.hp.hpl.jena.db.GraphRDB
Set the value of DoDuplicateCheck.
setDoDuplicateCheck(boolean) - Method in class com.hp.hpl.jena.db.ModelRDB
Set the value of DoDuplicateCheck.
setDoFastpath(boolean) - Method in class com.hp.hpl.jena.db.GraphRDB
Set the value of DoFastpath.
setDoFastpath(boolean) - Method in class com.hp.hpl.jena.db.ModelRDB
Set the value of DoFastpath.
setDoImplicitJoin(boolean) - Method in class com.hp.hpl.jena.db.GraphRDB
Set the value of DoImplicitJoin.
setDoImplicitJoin(boolean) - Method in class com.hp.hpl.jena.db.ModelRDB
Set the value of DoImplicitJoin.
setDomain(IndexValues) - Method in class com.hp.hpl.jena.graph.query.Expression.Valof
 
setDomain(Resource) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Assert that the given resource represents the class of individuals that form the domain of this property.
setDriver(IRDBDriver) - Method in class com.hp.hpl.jena.db.DBConnection
 
setDriver(IRDBDriver) - Method in interface com.hp.hpl.jena.db.IDBConnection
Set the IRDBDriver to use for this connection.
setDynamicImports(boolean) - Method in interface com.hp.hpl.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.
setElement(int, Node) - Method in class com.hp.hpl.jena.graph.query.Domain
 
setEmbedding(boolean) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getOptions().setEmbedding(embed)
setEmbedding(boolean) - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
Sets whether the XML document is only RDF, or contains RDF embedded in other XML.
setEquivalentClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Assert that the given class is equivalent to this class.
setEquivalentProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Assert that the given property is equivalent to this property.
setErrorHandler(ErrorHandler) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getHandlers().setErrorHandler(eh)
setErrorHandler(ErrorHandler) - Method in class com.hp.hpl.jena.rdf.arp.ARPHandlers
Sets the error handler, for both XML and RDF parse errors.
setErrorHandler(RDFErrorHandler) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
Change the error handler.
setErrorHandler(RDFErrorHandler) - Method in class com.hp.hpl.jena.rdf.arp.SAX2Model
Change the error handler.
setErrorHandler(RDFErrorHandler) - Method in interface com.hp.hpl.jena.rdf.model.RDFReader
Set an error handler for the reader
setErrorHandler(RDFErrorHandler) - Method in interface com.hp.hpl.jena.rdf.model.RDFWriter
Set an error handler.
setErrorMode(int, int) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getOptions().setErrorMode(errno,mode)
setErrorMode(int, int) - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
Sets or gets the error handling mode for a specific error condition.
setExtendedHandler(ExtendedHandler) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getHandlers().setExtendedHandler(eh)
setExtendedHandler(ExtendedHandler) - Method in class com.hp.hpl.jena.rdf.arp.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.
setFileManager() - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Set to true to cause functor-valued literals to be dropped from rule output.
setFunctorFiltering(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Set to true to cause functor-valued literals to be dropped from rule output.
setGlobalFileManager(FileManager) - Static method in class com.hp.hpl.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 com.hp.hpl.jena.util.LocationMapper
Set the global lcoation mapper.
setHandlersWith(ARPHandlers) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Copies the handlers from the argument to be used by this instance.
setHandlersWith(ARPHandlers) - Method in interface com.hp.hpl.jena.rdf.arp.ARPConfig
Copies the handlers from the argument to be used by this instance.
setHandlersWith(ARPHandlers) - Method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
Copys handlers used for processing ARP events.
setHasClassQ(OntClass) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.HasValueRestriction
Assert that this restriction restricts the property to have the given value.
setHead(RDFNode) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.Functor
Set the Builtin that implements this functor.
setImport(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Assert that this ontology imports only the given ontology.
setImportModelGetter(ModelGetter) - Method in class com.hp.hpl.jena.ontology.OntModelSpec
 
setImportModelMaker(ModelMaker) - Method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.Ontology
Assert that this ontology is incompatible with the given ontology.
setIndex(int) - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Changes the variable's index.
setInstance(ResourceFactory.Interface) - Static method in class com.hp.hpl.jena.rdf.model.ResourceFactory
set the current factory object.
setInverseOf(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Assert that this property is the inverse of the given property.
setIsDefinedBy(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Assert that the given resource provides a source of definitions about this resource.
setLabel(String, String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Assert that the given string is the value of the label for this resource.
setLanguage(String) - Method in class com.hp.hpl.jena.ontology.OntModelSpec
Set the URI of the ontology to use for models that conform to this specification.
setLaxErrorMode() - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getOptions().setLaxErrorMode()
setLaxErrorMode() - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
As many errors as possible are ignored.
setLCA(Resource, Resource, Resource) - Method in class com.hp.hpl.jena.ontology.OntTools.LCAIndex
 
setLocationMapper(LocationMapper) - Method in class com.hp.hpl.jena.util.FileManager
Set the location mapping
setMapper(LocationMapper) - Method in class com.hp.hpl.jena.util.FileManager
Deprecated. Use setLocationMapper
setMaxCardinality(int) - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityRestriction
Assert that this restriction restricts the property to have the given maximum cardinality.
setMaxCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.MaxCardinalityQRestriction
Assert that this restriction restricts the property to have the given maximum cardinality.
setMetadataSearchPath(String, boolean) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Change the search path for loading ontology metadata to the given path.
setMinCardinality(int) - Method in interface com.hp.hpl.jena.ontology.MinCardinalityRestriction
Assert that this restriction restricts the property to have the given minimum cardinality.
setMinCardinalityQ(int) - Method in interface com.hp.hpl.jena.ontology.MinCardinalityQRestriction
Assert that this restriction restricts the property to have the given minimum cardinality.
setMode(GenericRuleReasoner.RuleMode) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Set the direction of rule inference desired.
setModelCaching(boolean) - Method in class com.hp.hpl.jena.util.FileManager
Change the state of model cache : does not clear the cache
setNamespaceHandler(NamespaceHandler) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getHandlers().setNamespaceHandler(nh)
setNamespaceHandler(NamespaceHandler) - Method in class com.hp.hpl.jena.rdf.arp.ARPHandlers
Sets the NamespaceHandler that provides the callback mechanism for XML namespace declarations.
setNodeCache(Cache) - Method in class com.hp.hpl.jena.enhanced.EnhGraph
Set the cache controller object for this graph
setNsPrefix(String, String) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
 
setNsPrefix(String, String) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Specify the prefix name for a URI prefix string.
setNsPrefixes(PrefixMapping) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
Add the bindings of other to our own.
setNsPrefixes(Map) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
Add the bindings in the map to our own.
setNsPrefixes(PrefixMapping) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Copies the prefixes from other into this.
setNsPrefixes(Map) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Copies the prefix mapping from other into this.
setNumVars(int) - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Set the number of distinct variables for this rule.
setOldLiteralCompare(boolean) - Static method in class com.hp.hpl.jena.rdf.model.JenaConfig
Deprecated. this functionality is temporary
setOneOf(RDFList) - Method in interface com.hp.hpl.jena.ontology.DataRange
Assert that this data range is exactly the enumeration of the given individuals.
setOneOf(RDFList) - Method in interface com.hp.hpl.jena.ontology.EnumeratedClass
Assert that this class is exactly the enumeration of the given individuals.
setOnProperty(Property) - Method in interface com.hp.hpl.jena.ontology.Restriction
Assert that the property that this restriction applies to is the given property.
setOntClass(Resource) - Method in interface com.hp.hpl.jena.ontology.Individual
Set the ontology class for this individual, replacing any existing class membership.
setOperand(Resource) - Method in interface com.hp.hpl.jena.ontology.ComplementClass
Set the class that the class represented by this class expression is a complement of.
setOperands(RDFList) - Method in interface com.hp.hpl.jena.ontology.BooleanClassDescription
Assert that the operands for this boolean class expression are the classes in the given list.
setOptionsWith(ARPOptions) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Copies the options from the argument to be used by this instance.
setOptionsWith(ARPOptions) - Method in interface com.hp.hpl.jena.rdf.arp.ARPConfig
Copies the options from the argument to be used by this instance.
setOptionsWith(ARPOptions) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
 
setOptionsWith(ARPOptions) - Method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
 
setOWLTranslation(boolean) - Method in class com.hp.hpl.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 class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Set a configuration parameter for the reasoner.
setParameter(Property, Object) - Method in interface com.hp.hpl.jena.reasoner.Reasoner
Set a configuration parameter for the reasoner.
setParameter(Property, Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Set a configuration paramter for the reasoner.
setParameter(Property, Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Set a configuration parameter for the reasoner.
setParameter(Property, Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Set a configuration paramter for the reasoner.
setParameter(Property, Object) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Set a configuration paramter for the reasoner.
setParent(OntTools.DisjointSet) - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
setPriorVersion(Resource) - Method in interface com.hp.hpl.jena.ontology.Ontology
Assert that this ontology is a new version of the given ontology.
setProcessImports(boolean) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Set the policy flag for processing imports of loaded ontologies.
setProfile(DIGProfile) - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Set the profile specifying the variable parts of the DIG profile that are being used in this instance.
setProperty(String, Object) - Method in class com.hp.hpl.jena.rdf.arp.JenaReader
Change a property of the RDF or XML parser.
setProperty(String, Object) - Method in class com.hp.hpl.jena.rdf.arp.SAX2Model
Change a property of the RDF or XML parser.
setProperty(String, Object) - Method in interface com.hp.hpl.jena.rdf.model.RDFReader
Set the value of a reader property.
setProperty(String, Object) - Method in interface com.hp.hpl.jena.rdf.model.RDFWriter
Set a property to control the behaviour of this writer.
setProperty(String, Object) - Method in interface com.hp.hpl.jena.xmloutput.RDFXMLWriterI
Sets properties on this writer.
setPropertyValue(Property, RDFNode) - Method in interface com.hp.hpl.jena.ontology.OntResource
Set the value of the given property of this ontology resource to the given value, encoded as an RDFNode.
setQueryFullReified(boolean) - Method in class com.hp.hpl.jena.db.GraphRDB
Set the value of QueryFullReified.
setQueryFullReified(boolean) - Method in class com.hp.hpl.jena.db.ModelRDB
Set the value of QueryFullReified.
setQueryOnlyAsserted(boolean) - Method in class com.hp.hpl.jena.db.GraphRDB
Set the value of QueryOnlyAsserted.
setQueryOnlyAsserted(boolean) - Method in class com.hp.hpl.jena.db.ModelRDB
Set the value of QueryOnlyAsserted.
setQueryOnlyReified(boolean) - Method in class com.hp.hpl.jena.db.GraphRDB
Set the value of QueryOnlyReified.
setQueryOnlyReified(boolean) - Method in class com.hp.hpl.jena.db.ModelRDB
Set the value of QueryOnlyReified.
setRange(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.ontology.OntResource
Set the RDF type (i.e. the class) for this resource, replacing any existing rdf:type property.
setReaderClassName(String, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFReaderF
set the class name for the RDFReader for a langauge
setReadFailureHandler(OntDocumentManager.ReadFailureHandler) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Set the handler for read failures, overwriting any existing value.
setReadHook(OntDocumentManager.ReadHook) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Replace the existing ReadHook with the given value.
setReasoner(Reasoner) - Method in class com.hp.hpl.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 com.hp.hpl.jena.ontology.OntModelSpec
Set the factory object that will be used to generate the reasoner object for this model specification.
setReasonerURL(String) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Set the URL of the external reasoner with which this connection communicates.
setRule(Rule) - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleContext
Sets the rule.
setRules(List) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Set (or change) the rule set that this reasoner should execute.
setRules(List) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Set (or change) the rule set that this reasoner should execute.
setRules(List) - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleReasoner
Set the rules used by this reasoner.
setRuleStore(Object) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Attach a compiled rule set to this inference graph.
setSameAs(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Assert equivalence between the given resource and this resource.
setSeeAlso(Resource) - Method in interface com.hp.hpl.jena.ontology.OntResource
Assert that the given resource provides additional information about the definition of this resource
setSomeValuesFrom(Resource) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getHandlers().setStatementHandler(sh)
setStatementHandler(StatementHandler) - Method in class com.hp.hpl.jena.rdf.arp.ARPHandlers
Sets the StatementHandler that provides the callback mechanism for each triple in the file.
setStdLocators(FileManager) - Static method in class com.hp.hpl.jena.util.FileManager
Force a file handler to have the default configuration.
setStrict(boolean) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getOptions().setStrictErrorMode()
setStrictErrorMode(int) - Method in class com.hp.hpl.jena.rdf.arp.ARP
Deprecated. Use ARP.getOptions().setStrictErrorMode(nonErrorMode)
setStrictErrorMode() - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
This sets strict conformance to the W3C Recommendations.
setStrictErrorMode(int) - Method in class com.hp.hpl.jena.rdf.arp.ARPOptions
This method detects and prohibits errors according to the W3C Recommendations.
setStrictMode(boolean) - Method in interface com.hp.hpl.jena.ontology.OntModel
Set the checking mode to strict or non-strict.
setSubClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Assert that this class is super-class of the given class.
setSubProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Assert that this property is super-property of the given property.
setSuperClass(Resource) - Method in interface com.hp.hpl.jena.ontology.OntClass
Assert that this class is sub-class of the given class.
setSuperProperty(Property) - Method in interface com.hp.hpl.jena.ontology.OntProperty
Assert that this property is sub-property of the given property.
setTabled(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Set a predicate to be tabled/memoized by the LP engine.
setTabled(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Set a predicate to be tabled/memoized by the LP engine.
setTail(RDFList) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Set the state of the trace flag.
setTraceOn(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Set the state of the trace flag.
setTraceOn(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Set the state of the trace flag.
setTraceOn(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Set the state of the trace flag.
setTraceOn(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Set the state of the trace flag.
setTraceOn(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Set the state of the trace flag.
setTransitiveClosureCaching(boolean) - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
Set to true to enable caching of subclass/subproperty lattices in a specialized cache rather than using the rule systems.
setTripleSorter(TripleSorter) - Method in class com.hp.hpl.jena.graph.query.Query
 
setUsed() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
setUseDeclaredPrefixes(boolean) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Prefix management via the ODM is very likely to be removed from Jena 2.4 onwards
setUserData(Object) - Method in interface com.hp.hpl.jena.rdf.arp.AResource
The user data allows the RDF application to store one Object with each blank node during parsing.
setUseTGCCache() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Instantiate the optional caches for the subclass/suproperty lattices.
setValue(Object) - Method in class com.hp.hpl.jena.util.OneToManyMap.Entry
Set the value, which writes through to the map.
setVersionInfo(String) - Method in interface com.hp.hpl.jena.ontology.OntResource
Assert that the given string is the value of the version info for this resource.
setWriterClassName(String, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFWriterF
set the class name for the RDFWriter for a langauge
shortForm(String) - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
Compress the URI using the prefix mapping.
shortForm(String) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Compress the URI using the prefix mappings if possible.
shouldLogDerivations() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return true if derivation logging is enabled.
shouldLogDerivations() - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Return true if derivation logging is enabled.
shouldTrace() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Return true if tracing should be acted on - i.e. if traceOn is true and we are past the bootstrap phase.
shouldTrace() - Method in interface com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI
Return true if tracing should be acted on - i.e. if traceOn is true and we are past the bootstrap phase.
silentAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleInfGraph
Assert a new triple in the deduction graph, bypassing any processing machinery.
silentAdd(Triple) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleInfGraph
Assert a new triple in the deduction graph, bypassing any processing machinery.
silentAdd(Triple) - Method in interface com.hp.hpl.jena.reasoner.rulesys.RuleContext
Assert a new triple in the deduction graph, bypassing any processing machinery.
silentAdd(Triple) - Method in interface com.hp.hpl.jena.reasoner.rulesys.SilentAddI
Assert a new triple in the deduction graph, bypassing any processing machinery.
SilentAddI - Interface in com.hp.hpl.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 com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasoner
Constant: used to indicate minimal RDFS processing level
simpleBind(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Binds a value to the brule version of the variable.
simplePrintString(Triple) - Static method in class com.hp.hpl.jena.reasoner.TriplePattern
Simplified printable name for a triple
simplePrintString(Node) - Static method in class com.hp.hpl.jena.reasoner.TriplePattern
Simplified printable name for a node
SimpleQueryEngine - Class in com.hp.hpl.jena.graph.query
SimpleQueryEngine
SimpleQueryEngine(NamedTripleBunches, TripleSorter, ExpressionSet) - Constructor for class com.hp.hpl.jena.graph.query.SimpleQueryEngine
 
SimpleQueryEngine.Cons - Class in com.hp.hpl.jena.graph.query
 
SimpleQueryHandler - Class in com.hp.hpl.jena.graph.query
A SimpleQueryHandler is a more-or-less straightforward implementation of QueryHandler suitable for use on graphs with no special query engines.
SimpleQueryHandler(Graph) - Constructor for class com.hp.hpl.jena.graph.query.SimpleQueryHandler
make an instance, remember the graph
SimpleQueryPlan - Class in com.hp.hpl.jena.graph.query
SimpleQueryPlan is an implementation of QueryPlan which uses the engine defined in Query to do the work.
SimpleQueryPlan(Graph, Query, Node[]) - Constructor for class com.hp.hpl.jena.graph.query.SimpleQueryPlan
 
SimpleSelector - Class in com.hp.hpl.jena.rdf.model
A general selector class for use when querying models.
SimpleSelector() - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, RDFNode) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, boolean) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, long) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, char) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, float) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, double) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, String) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, String, String) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleSelector(Resource, Property, Object) - Constructor for class com.hp.hpl.jena.rdf.model.SimpleSelector
Create a selector.
SimpleTreeQueryPlan - Class in com.hp.hpl.jena.graph.query
Incomplete class.
SimpleTreeQueryPlan(Graph, Graph) - Constructor for class com.hp.hpl.jena.graph.query.SimpleTreeQueryPlan
 
SimpleTripleSorter - Class in com.hp.hpl.jena.graph.query
A TripleSorter for "optimising" queries.
SimpleTripleSorter() - Constructor for class com.hp.hpl.jena.graph.query.SimpleTripleSorter
A public SimpleTripleSorter needs no arguments (we imagine more sophisticated ones might).
singleModelRoot(Model) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the single resource in singleRoot of type ja:Model.
SinglePrefixMapping - Static variable in class com.hp.hpl.jena.assembler.JA
 
singleRoot(Model, Resource) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer the single resource in singleRoot of type type.
SingletonIterator - Class in com.hp.hpl.jena.util.iterator
A ClosableIterator that contains only one element
SingletonIterator(Object) - Constructor for class com.hp.hpl.jena.util.iterator.SingletonIterator
Constructor
size() - Method in interface com.hp.hpl.jena.graph.Graph
For a concrete graph this returns the number of triples in the graph.
size() - Method in class com.hp.hpl.jena.graph.NodeCache
 
size() - Method in class com.hp.hpl.jena.graph.query.Domain
 
size() - Method in class com.hp.hpl.jena.graph.query.Mapping
Answer the number of names currently held in the map
size() - Method in interface com.hp.hpl.jena.graph.Reifier
Answer the number of exposed reification quadlets held in this reifier.
SIZE - Static variable in class com.hp.hpl.jena.graph.TripleCache
The size of the cache array. 1000 gets 80% hits when running the Jena test suite and all the slots get used. 10000 gets about 83% and *almost* all the slots get used.
size() - Method in interface com.hp.hpl.jena.rdf.model.Container
return the number values in the container.
size() - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.RDFList
Answer the number of elements in the list.
size() - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier
 
size() - Method in class com.hp.hpl.jena.reasoner.StandardValidityReport
Return a count of the number of warning or error reports generated by the validation.
size() - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer the number of key-value mappings in the map
size - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
 
size - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
sizeAccurate() - Method in interface com.hp.hpl.jena.graph.Capabilities
Answer true iff Graph::size() is accurate.
sizeAccurate() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfCapabilities
 
SlotValuator - Class in com.hp.hpl.jena.graph.query
A SlotValuator evaluates to a specific slot in the index values bindings.
SlotValuator(int) - Constructor for class com.hp.hpl.jena.graph.query.SlotValuator
Initialise this SlotValuator with the index to use for lookup.
snapshot(List, List) - Method in class com.hp.hpl.jena.util.MonitorGraph
Compute the differences between the current monitored graph and the last snapshot.
snapshot(List, List) - Method in class com.hp.hpl.jena.util.MonitorModel
Compute the differences between the current monitored graph and the last snapshot.
snapshot() - Method in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.DCTypes
Software is a computer program in source or compiled form which may be available for installation non-transiently on another machine.
solution - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
SOME - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
SOME_VALUES_FROM() - Method in interface com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWL
 
SomeValuesFromRestriction - Interface in com.hp.hpl.jena.ontology
A property restriction that requires the named property to have at least one range instance belonging to the given class.
sort(Triple[]) - Method in class com.hp.hpl.jena.graph.query.SimpleTripleSorter
Sort the triple array so that more-bound triples come before less-bound triples.
sort(Triple[]) - Method in interface com.hp.hpl.jena.graph.query.TripleSorter
Sort the array triples and return the reorganised array.
SORT_STRING - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
Sound - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
A sound is a resource whose content is primarily intended to be rendered as audio.
SOUND - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
source - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
source - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
A reference to a resource from which the present resource is derived.
SOURCE - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
SourceScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of source encoding schemes and/or formats
sparql - Class in jena
 
sparql() - Constructor for class jena.sparql
 
spatial - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Spatial characteristics of the intellectual content of the resoure.
SpatialScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of geographic place encoding schemes and/or formats
Stage - Class in com.hp.hpl.jena.graph.query
a processing stage in the query pipeline.
Stage() - Constructor for class com.hp.hpl.jena.graph.query.Stage
 
StageElement - Class in com.hp.hpl.jena.graph.query
Class used internally by PatternStage to express the notion of "the runnable next component in this stage".
StageElement() - Constructor for class com.hp.hpl.jena.graph.query.StageElement
 
StageElement.FindTriples - Class in com.hp.hpl.jena.graph.query
A FindTriples runs match-and-next over all the triples returned by its finder.
StageElement.FindTriples(Stage, Matcher, Applyer, StageElement) - Constructor for class com.hp.hpl.jena.graph.query.StageElement.FindTriples
 
StageElement.PutBindings - Class in com.hp.hpl.jena.graph.query
A PutBindings is created with a domain sink and, whenever it is run, puts a copy of the current domain down the sink.
StageElement.PutBindings(Pipe) - Constructor for class com.hp.hpl.jena.graph.query.StageElement.PutBindings
 
StageElement.RunValuatorSet - Class in com.hp.hpl.jena.graph.query
A RunValuatorSet is created with a ValuatorSet and a next StageElement; whenever it is run, it evaluates the ValuatorSet and only if that answers true does it run the next StageElement.
StageElement.RunValuatorSet(ValuatorSet, StageElement) - Constructor for class com.hp.hpl.jena.graph.query.StageElement.RunValuatorSet
 
standard - Static variable in class com.hp.hpl.jena.assembler.JA
 
Standard - Static variable in class com.hp.hpl.jena.rdf.model.ModelFactory
The standard reification style; quadlets contribute to reified statements, and are visible to listStatements().
Standard - Static variable in interface com.hp.hpl.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 com.hp.hpl.jena.shared.ReificationStyle
 
StandardValidityReport - Class in com.hp.hpl.jena.reasoner
Default implementation of ValidityReport which simply stores a list of precomputed Report records.
StandardValidityReport() - Constructor for class com.hp.hpl.jena.reasoner.StandardValidityReport
 
startPrefixMapping(String, String) - Method in interface com.hp.hpl.jena.rdf.arp.NamespaceHandler
A namespace prefix is being defined..
startPrefixMapping(String, String) - Method in class com.hp.hpl.jena.rdf.arp.SAX2Model
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class com.hp.hpl.jena.rdf.arp.SAX2RDF
Begin the scope of a prefix-URI Namespace mapping.
startRDF() - Method in interface com.hp.hpl.jena.rdf.arp.ExtendedHandler
Called when the <rdf:RDF> tag is seen.
startRead - Static variable in class com.hp.hpl.jena.graph.GraphEvents
 
startsWith(Expression, String, String) - Static method in class com.hp.hpl.jena.graph.query.Rewrite
 
statement(AResource, AResource, AResource) - Method in interface com.hp.hpl.jena.rdf.arp.StatementHandler
A triple in the file.
statement(AResource, AResource, ALiteral) - Method in interface com.hp.hpl.jena.rdf.arp.StatementHandler
A triple in the file.
Statement - Interface in com.hp.hpl.jena.rdf.model
An RDF Statement.
Statement - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
Statement - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
Statement.Util - Class in com.hp.hpl.jena.rdf.model
Utility constants -- in a nested class for namespace reasons.
Statement.Util() - Constructor for class com.hp.hpl.jena.rdf.model.Statement.Util
 
StatementBoundary - Interface in com.hp.hpl.jena.rdf.model
An interface for expressing search boundaries in terms of bounding statements.
StatementBoundaryBase - Class in com.hp.hpl.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 com.hp.hpl.jena.rdf.model.StatementBoundaryBase
 
StatementHandler - Interface in com.hp.hpl.jena.rdf.arp
The callback from a reader to an RDF application.
StatementListener - Class in com.hp.hpl.jena.rdf.listeners
A listener that filters all its listening down to the single-statement level.
StatementListener() - Constructor for class com.hp.hpl.jena.rdf.listeners.StatementListener
 
StatementTripleBoundary - Class in com.hp.hpl.jena.rdf.model
StatementTripleBoundary - a StatementBoundary that just wraps a TripleBoundary.
StatementTripleBoundary(TripleBoundary) - Constructor for class com.hp.hpl.jena.rdf.model.StatementTripleBoundary
Initialise this StatementTripleBoundary with the TripleBoundary tb.
status - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
Indicates the status of the test within a process, such as the RDF Core WG process.
stillOpen - Variable in class com.hp.hpl.jena.graph.query.Stage
 
StmtIterator - Interface in com.hp.hpl.jena.rdf.model
An iterator which returns RDF Statements.
stmtTable - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
stopAt(Triple) - Method in interface com.hp.hpl.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 com.hp.hpl.jena.rdf.model.StatementBoundary
Answer true if this statement is a boundary of the search.
stopAt(Statement) - Method in class com.hp.hpl.jena.rdf.model.StatementBoundaryBase
Method to over-ride to define what stops the boundary search; default definition is !
stopAt(Statement) - Method in class com.hp.hpl.jena.rdf.model.StatementTripleBoundary
Answer whatever the triple-boundary answers for the triple of s.
stopAtAnonObject - Static variable in interface com.hp.hpl.jena.graph.TripleBoundary
A TripleBoundary that stops at triples with anonymous objects.
stopNowhere - Static variable in interface com.hp.hpl.jena.graph.TripleBoundary
A TripleBoundary without limits - stopAt always returns false.
StrConcat - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Builtin which concatenates a set of strings.
StrConcat() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.StrConcat
 
Street - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
strict - Static variable in class com.hp.hpl.jena.assembler.JA
 
strictMode() - Method in interface com.hp.hpl.jena.ontology.OntModel
Answer true if this model is currently in strict checking mode.
STRINGEQUALS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
STRINGMAX - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
STRINGMIN - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
STRINGRANGE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
styleAsJMS(ReificationStyle) - Static method in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. Answer the Node which corresponds to the supplied reification style.
styleRDB(ReificationStyle) - Static method in class com.hp.hpl.jena.db.GraphRDB
Answer the integer representing the RDB reifier style given the Reifier style.
styleRDB(int) - Static method in class com.hp.hpl.jena.db.GraphRDB
Answer the reification style corresponding to the DB behaviour integer.
SUB_CLASS_OF() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one class is a sub-class of another.
SUB_PROPERTY_OF() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one property is a sub-property of another.
subClassOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
The normal subClassOf property
subClassOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
The normal subClassOf property
subClassOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:subClassOf in daml namespace
subClassOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:subClassOf in daml namespace
subClassOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:subClassOf in daml namespace
subClassOf - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of one class being the sub-class of another.
subClassOf - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
subClassOf - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
subject - Variable in class com.hp.hpl.jena.assembler.ConnectionDescription
 
subject - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
subject - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
The topic of the content of the resource.
subject - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
subject - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
subjectMatches(Node) - Method in class com.hp.hpl.jena.graph.Triple
 
SubjectScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of subject encoding schemes and/or formats
subjectsFor(Node, Node) - Method in interface com.hp.hpl.jena.graph.query.QueryHandler
deliver an iterator over all the subjects _s_ such that _(s, p, o)_ is in the underlying graph; nulls count as wildcards. .remove() is not defined on this iterator.
subjectsFor(Node, Node) - Method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
subjectsFor(Graph, Node, Node) - Static method in class com.hp.hpl.jena.graph.query.SimpleQueryHandler
 
subModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
subPropertyOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
The normal subPropertyOf property
subPropertyOf - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
The normal subPropertyOf property
subPropertyOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdfs:subPropertyOf in daml namespace
subPropertyOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdfs:subPropertyOf in daml namespace
subPropertyOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdfs:subPropertyOf in daml namespace
subPropertyOf - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being the sub-property of another property
subPropertyOf - Static variable in class com.hp.hpl.jena.vocabulary.RDFS.Nodes
 
subPropertyOf - Static variable in class com.hp.hpl.jena.vocabulary.RDFS
 
SUBSUMES - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
subsumes(TriplePattern) - Method in class com.hp.hpl.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 com.hp.hpl.jena.vocabulary.VCARD
 
Sum - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Bind the third arg to the sum of the first two args.
Sum() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Sum
 
supportedDatatype - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
The subject test is valid only when the object datatype is included in the datatype theory.
supports(Class) - Method in class com.hp.hpl.jena.enhanced.Polymorphic
return _true_ iff this polymorphic object supports the specified interface.
SUPPORTS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
The DIG element denoting the capabilities of the reasoner
supportsAsk() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGIdentifier
Answer an iterator over the ASK verbs that this reasoner supports.
supportsLanguage() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGIdentifier
Answer an iterator over the language elements that this reasoner supports.
supportsP - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Reasoner description property: a schema property supported by the reasoner
supportsProperty(Property) - Method in class com.hp.hpl.jena.reasoner.dig.DIGReasoner
Determine whether the given property is recognized and treated specially by this reasoner.
supportsProperty(Property) - Method in interface com.hp.hpl.jena.reasoner.Reasoner
Determine whether the given property is recognized and treated specially by this reasoner.
supportsProperty(Property) - Method in class com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner
Determine whether the given property is recognized and treated specially by this reasoner.
supportsProperty(Property) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Determine whether the given property is recognized and treated specially by this reasoner.
supportsProperty(Property) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Determine whether the given property is recognized and treated specially by this reasoner.
supportsProperty(Property) - Method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Determine whether the given property is recognized and treated specially by this reasoner.
supportsSetOperations() - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine whether this model supports set operations.
supportsTell() - Method in interface com.hp.hpl.jena.reasoner.dig.DIGIdentifier
Answer an iterator over the TELL verbs that this reasoner supports.
supportsTransactions() - Method in interface com.hp.hpl.jena.rdf.model.Model
Determine whether this model supports transactions.
SVAL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
SYMMETRIC_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class of properties that are symmetric.
SymmetricProperty - Interface in com.hp.hpl.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 com.hp.hpl.jena.vocabulary.OWL
 
symmetricPropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being symmetric
SYNONYMS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
syntacticLevelTestFrom - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
Syntactic tests.
SyntaxError - Exception in com.hp.hpl.jena.shared
Exception to throw when a syntax error is detected in some input.
SyntaxError(String) - Constructor for exception com.hp.hpl.jena.shared.SyntaxError
 
syntaxTerms - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
system - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
The complete system instance on which the test was run, conceptually including software and hardware components.
systemGraphName - Static variable in class com.hp.hpl.jena.vocabulary.DB
 

T

Table - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Arrange that the given predicate is tabled by the backchaining engine.
Table() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Table
 
TableAll - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Arrange that all backchaining goals should be tabled (aka memoized) by the LP engine.
TableAll() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.TableAll
 
tableNamePrefix - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
tableOfContents - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A list of subunits of the content of the resource.
tablePredicate(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
Register an RDF predicate as one whose presence in a goal should force the goal to be tabled.
tablePredicate(Node) - Method in class com.hp.hpl.jena.reasoner.rulesys.LPBackwardRuleReasoner
Register an RDF predicate as one whose presence in a goal should force the goal to be tabled.
tagType() - Method in class com.hp.hpl.jena.rdf.arp.lang.LanguageTag
The properties of this LanguageTag, expressed as a bitwise or of fields from LanguageTagCodes.
TEL - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
TELL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
The DIG element denoting the tell capabilities of the reasoner
TELLS - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
TELTYPES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
tempFileName(String, String) - Static method in class com.hp.hpl.jena.util.FileUtils
create a temporary file that will be deleted on exit, and do something sensible with any IO exceptions - namely, throw them up wrapped in a JenaException.
temporal - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Temporal characteristics of the intellectual content of the resource.
TemporalScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of encoding schemes for the coverage qualifier "temporal"
terminologyCode - Variable in class com.hp.hpl.jena.rdf.arp.lang.Iso639
The ISO639-2 three character Terminology Code.
test(Statement) - Method in interface com.hp.hpl.jena.rdf.model.Selector
Determine whether a Statement should be selected.
test(Statement) - Method in class com.hp.hpl.jena.rdf.model.SimpleSelector
Test whether a statement should be included in a selection.
test - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
The test in question, such as an otest:PositiveEntailmentTest.
Test - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
 
TestBadSyntax - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Syntax tests which expect a parse failure
testGlobalProperty(Node) - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
A convenience version of getGlobalProperty which can only return a boolean result.
testGlobalProperty(Node) - Method in interface com.hp.hpl.jena.reasoner.InfGraph
A convenience version of getGlobalProperty which can only return a boolean result.
TestManifest - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from test-manifest.n3
TestManifest() - Constructor for class com.hp.hpl.jena.vocabulary.TestManifest
 
TestManifestX - Class in com.hp.hpl.jena.vocabulary
Vocabulary definitions from test-manifest-x.n3
TestManifestX() - Constructor for class com.hp.hpl.jena.vocabulary.TestManifestX
 
TestQuery - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
The class of test that are Query tests (query, data, results)
TestRun - Static variable in class com.hp.hpl.jena.vocabulary.OWLResults
An event where some system attempts to pass some test.
TestSerialization - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Query serialization tests
TestSurpressed - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Query test not to be run
TestSyntax - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Syntax tests (query)
Text - Static variable in class com.hp.hpl.jena.vocabulary.DCTypes
A text is a resource whose content is primarily words for reading.
textIndex - Static variable in class com.hp.hpl.jena.vocabulary.TestManifestX
Whether to create a text index
textinput - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
TGN - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
The Getty Thesaurus of Geographic Names
theFunctorDatatype - Static variable in class com.hp.hpl.jena.reasoner.rulesys.Functor.FunctorDatatype
 
theInstance() - Static method in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Answer the singleton instance of the factory.
theInstance() - Static method in class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasonerFactory
Return the single global instance of this factory
theInstance() - Static method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasonerFactory
Return the single global instance of this factory
theInstance() - Static method in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
Return the single global instance of this factory
theInstance() - Static method in class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasonerFactory
Return the single global instance of this factory
theInstance() - Static method in class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasonerFactory
Return the single global instance of this factory
theInstance() - Static method in class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
Return the single global instance of this factory
theInstance() - Static method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasonerFactory
Return the single global instance of this factory
theInstance() - Static method in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
Return the single global instance of this factory
theRegistry() - Static method in class com.hp.hpl.jena.reasoner.ReasonerRegistry
Return the single global instance of the registry
theRegistry - Static variable in class com.hp.hpl.jena.reasoner.rulesys.BuiltinRegistry
The single global static registry
THING() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class all individuals.
Thing - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for the top type (i.e. the super-type of all types).
Thing() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for the top type (i.e. the super-type of all types).
Thing() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for the top type (i.e. the super-type of all types).
Thing - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
This - Static variable in class com.hp.hpl.jena.assembler.JA
 
time - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:time
TIME_MASK - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Mask to indicate whether time is present
timeLexicalForm() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return the lexical form of the time component.
title - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
title - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
A name given to the resource.
title - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
TITLE - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
toClass - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML toClass property on Restrictions
toClass() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML toClass property on Restrictions
toClass() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML toClass property on Restrictions
toFilename(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Turn a file: URL or file name into a plain file name
token - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:token
Tokenizer - Class in com.hp.hpl.jena.util
A tokenizer, similar to java's StringTokenizer but allows for quoted character strings which can include other separators.
Tokenizer(String, String, String, boolean) - Constructor for class com.hp.hpl.jena.util.Tokenizer
Constructor.
TOLD_VALUES - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
toList() - Method in interface com.hp.hpl.jena.util.iterator.ExtendedIterator
Answer a list of the [remaining] elements of this iterator, in order, consuming this iterator.
toList() - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
Answer a list of the elements in order, consuming this iterator.
toModel() - Method in class com.hp.hpl.jena.util.LocationMapper
 
toModel(Model) - Method in class com.hp.hpl.jena.util.LocationMapper
 
TOP - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
toQueryGraph(Model) - Method in class com.hp.hpl.jena.util.QueryMapper
 
toQueryNode(RDFNode) - Method in class com.hp.hpl.jena.util.QueryMapper
 
toQueryTriple(Statement) - Method in class com.hp.hpl.jena.util.QueryMapper
 
toQueryVariables(Resource[]) - Method in class com.hp.hpl.jena.util.QueryMapper
 
toSet() - Method in interface com.hp.hpl.jena.util.iterator.ExtendedIterator
Answer a set of the [remaining] elements of this iterator, in order, consuming this iterator.
toSet() - Method in class com.hp.hpl.jena.util.iterator.NiceIterator
Answer a list of the elements in order, consuming this iterator.
toShortString() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
toShortString() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Print a short description of the rule, just its name if it has one, otherwise the whole rule description.
toString() - Method in class com.hp.hpl.jena.assembler.ConnectionDescription
Answer a descriptive string for this connection object, including whether or not it has already had its connection opened.
toString() - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Display format
toString() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Return legal serialized form.
toString() - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Serializer
toString() - Method in class com.hp.hpl.jena.graph.compose.PolyadicPrefixMappingImpl
Answer a readable (we hope) representation of this prefix mapping.
toString() - Method in class com.hp.hpl.jena.graph.GraphEvents
 
toString() - Method in class com.hp.hpl.jena.graph.Node
Answer a human-readable representation of this Node.
toString(boolean) - Method in class com.hp.hpl.jena.graph.Node
Answer a human-readable representation of this Node where literals are quoted according to quoting but URIs are not compressed.
toString(PrefixMapping) - Method in class com.hp.hpl.jena.graph.Node
Answer a human-readable representation of the Node, quoting literals and compressing URIs.
toString(PrefixMapping, boolean) - Method in class com.hp.hpl.jena.graph.Node
Answer a human readable representation of this Node, quoting literals if specified, and compressing URIs using the prefix mapping supplied.
toString() - Method in class com.hp.hpl.jena.graph.Node_ANY
 
toString(PrefixMapping, boolean) - Method in class com.hp.hpl.jena.graph.Node_ANY
 
toString(PrefixMapping, boolean) - Method in class com.hp.hpl.jena.graph.Node_Literal
 
toString() - Method in class com.hp.hpl.jena.graph.Node_NULL
 
toString(PrefixMapping, boolean) - Method in class com.hp.hpl.jena.graph.Node_URI
Answer a String representing the node, taking into account the PrefixMapping.
toString() - Method in class com.hp.hpl.jena.graph.Node_Variable
 
toString() - Method in class com.hp.hpl.jena.graph.Node_Variable.VariableName
 
toString() - Method in class com.hp.hpl.jena.graph.query.Bind
 
toString() - Method in class com.hp.hpl.jena.graph.query.Bound
 
toString() - Method in class com.hp.hpl.jena.graph.query.Domain
 
toString() - Method in class com.hp.hpl.jena.graph.query.Dyadic
 
toString() - Method in class com.hp.hpl.jena.graph.query.Element
 
toString() - Method in class com.hp.hpl.jena.graph.query.Expression.Fixed
 
toString() - Method in class com.hp.hpl.jena.graph.query.ExpressionSet
Answer a string representing this ExpressionSet for human consumption.
toString() - Method in class com.hp.hpl.jena.graph.query.Fixed
 
toString() - Method in class com.hp.hpl.jena.graph.query.Mapping
 
toString() - Method in class com.hp.hpl.jena.graph.query.Pattern
 
toString() - Method in class com.hp.hpl.jena.graph.query.QueryNode.Any
 
toString() - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bind
 
toString() - Method in class com.hp.hpl.jena.graph.query.QueryNode.Bound
 
toString() - Method in class com.hp.hpl.jena.graph.query.QueryNode.Fixed
 
toString() - Method in class com.hp.hpl.jena.graph.query.QueryNode.JustBound
 
toString() - Method in class com.hp.hpl.jena.graph.query.QueryNode
Return a handy string representation for debugging purposes.
toString() - Method in class com.hp.hpl.jena.graph.query.QueryTriple
 
toString() - Method in class com.hp.hpl.jena.graph.Triple
return a human-readable string "subject @predicate object" describing the triple
toString(PrefixMapping) - Method in class com.hp.hpl.jena.graph.Triple
 
toString() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
toString() - Method in interface com.hp.hpl.jena.rdf.arp.ALiteral
The string value of the literal.
toString() - Method in class com.hp.hpl.jena.rdf.model.AnonId
return a string representation of the id
toString() - Method in interface com.hp.hpl.jena.rdf.model.RDFNode
Answer a String representation of the node.
toString() - Method in interface com.hp.hpl.jena.rdf.model.Resource
Return a string representation of the resource.
toString() - Method in interface com.hp.hpl.jena.reasoner.Derivation
Return a short-form description of this derivation.
toString() - Method in class com.hp.hpl.jena.reasoner.rulesys.Functor
Printable string describing the functor
toString() - Method in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner.RuleMode
 
toString() - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
printable form
toString() - Method in class com.hp.hpl.jena.reasoner.rulesys.Rule
Printable string describing the rule
toString() - Method in class com.hp.hpl.jena.reasoner.rulesys.RuleDerivation
Return a short-form description of this derivation.
toString() - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Printable string
toString() - Method in class com.hp.hpl.jena.reasoner.ValidityReport.Report
Printable form of the report
toString() - Method in class com.hp.hpl.jena.shared.ReificationStyle
Answer a human-readable representation of this reification style.
toString() - Method in class com.hp.hpl.jena.util.LocationMapper
 
toString() - Method in class com.hp.hpl.jena.util.OneToManyMap
Answer a string representation of this map.
toURL(String) - Static method in class com.hp.hpl.jena.util.FileUtils
Turn a plain filename into a "file:" URL
TransactionHandler - Interface in com.hp.hpl.jena.graph
Preliminary interface for graphs supporting transactions.
transactionsSupported() - Method in interface com.hp.hpl.jena.graph.TransactionHandler
Does this handler support transactions at all?
transactionsSupported() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph.InfTransactionHandler
 
TRANSITIVE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
TRANSITIVE_PROPERTY() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the resource that represents the class of properties that apply transitively.
TransitiveEngine - Class in com.hp.hpl.jena.reasoner.transitiveReasoner
Uses two transitive graph caches to store a subclass and a subproperty lattice and use them within a larger inference graph.
TransitiveEngine(TransitiveGraphCache, TransitiveGraphCache) - Constructor for class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Constructor.
TransitiveEngine(TransitiveEngine) - Constructor for class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveEngine
Constructor.
TransitiveGraphCache - Class in com.hp.hpl.jena.reasoner.transitiveReasoner
Datastructure used to represent a closed transitive reflexive relation.
TransitiveGraphCache(Node, Node) - Constructor for class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Constructor - create a new cache to hold the given relation information.
TransitiveInfGraph - Class in com.hp.hpl.jena.reasoner.transitiveReasoner
Implementation of InfGraph used by the TransitiveReasoner.
TransitiveInfGraph(Graph, TransitiveReasoner) - Constructor for class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveInfGraph
Constructor.
TransitiveProperty - Interface in com.hp.hpl.jena.ontology
Interface that denotes a property that is transitive i.e. one in which if x p y holds, and y p z holds, then x p z must also hold.
TransitiveProperty - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML TransitiveProperty class
TransitiveProperty() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML TransitiveProperty class
TransitiveProperty() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML TransitiveProperty class
TransitiveProperty - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
transitivePropertyDeclaration - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a property as being transitive.
TransitiveReasoner - Class in com.hp.hpl.jena.reasoner.transitiveReasoner
A simple "reasoner" used to help with API development.
TransitiveReasoner() - Constructor for class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasoner
Constructor
TransitiveReasonerFactory - Class in com.hp.hpl.jena.reasoner.transitiveReasoner
Factory class for creating blank instances of the transitive reasoner.
TransitiveReasonerFactory() - Constructor for class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
 
translateKbToDig() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Answer an XML document that contains the DIG translation of the local graph, wrapped as a tell verb
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGIteratedQueryTranslator
Not needed in this class - delegated to the specific query handlers
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGIteratedQueryTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllConceptsTranslator
 
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllConceptsTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllIndividualsTranslator
 
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllIndividualsTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllRolesTranslator
 
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllRolesTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAncestorsTranslator
Answer a query that will generate the class hierachy for a concept
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAncestorsTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDifferentFromTranslator
Answer a query that will test difference between two individuals
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDifferentFromTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDisjointTranslator
Answer a query that will test disjointness between two classes
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDisjointTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryEquivalentsTranslator
Answer a query that will generate the class hierachy for a concept
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryEquivalentsTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstancesTranslator
Answer a query that will list the instances of a concept
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstancesTranslator
Answer a query that will list the instances of a given concept, optionally defined as a class expression in the premises.
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstanceTranslator
Answer a query that will test whether an invidividual is a member of a given named class
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstanceTranslator
Answer a query that will test whether an invidividual is a member of a given named class or class expression (defined by the premises)
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
 
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsEquivalentTranslator
Answer a query that will generate a query to see if two concepts are equivalent
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsEquivalentTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
 
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
 
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryParentsTranslator
Answer a query that will generate the direct class hierarchy (one level up or down) for a node
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRelatedIndividualsTranslator
Answer a query that will list the role fillers for an individual-role pair
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRelatedIndividualsTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleAncestorsTranslator
Answer a query that will generate the class hierachy for a concept
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleAncestorsTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillersTranslator
Answer a query that will list the role fillers for an individual-role pair
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillersTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillerTranslator
Answer a query that will list the role fillers for an individual-role pair
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillerTranslator
 
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleParentsTranslator
Answer a query that will generate the direct class hierarchy (one level up or down) for a node
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQuerySubsumesTranslator
Answer a query that will test subsumption between two classes
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQuerySubsumesTranslator
Answer a query that will test subsumption between two classes, given that either one or both may be defined as an expression given the premises
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Answer an XML document that presents the translation of the query into DIG query language.
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Answer an XML document that presents the translation of the query into DIG query language, given that either the subject or object may be expressions defined by the statements in the premises model.
translatePattern(TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTypesTranslator
Answer a query that will list the instances of a concept
translatePattern(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTypesTranslator
 
translateResponse(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Answer an extended iterator over the triples that result from translatig the given DIG response to RDF.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGIteratedQueryTranslator
Not needed in this class - delegated to the specific query handlers
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllConceptsTranslator
 
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllIndividualsTranslator
 
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAllRolesTranslator
 
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryAncestorsTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDifferentFromTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryDisjointTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryEquivalentsTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstancesTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryInstanceTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsConceptTranslator
 
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsEquivalentTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsIndividualTranslator
 
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsRoleTranslator
 
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRelatedIndividualsTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleAncestorsTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillersTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryRoleFillerTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQuerySubsumesTranslator
Answer an iterator of triples that match the original find query.
translateResponseHook(Document, TriplePattern, DIGAdapter) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTypesTranslator
Answer an iterator of triples that match the original find query.
TreeQueryPlan - Interface in com.hp.hpl.jena.graph.query
 
trigger(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryIsEquivalentTranslator
 
trigger(TriplePattern, DIGAdapter, Model) - Method in class com.hp.hpl.jena.reasoner.dig.DIGQueryTranslator
Answer true if this translator applies to the given triple pattern.
trimPlus(String) - Static method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Helper function to return the substring of a validated number string omitting any leading + sign.
Triple - Class in com.hp.hpl.jena.graph
Triples are the basis for RDF statements; they have a subject, predicate, and object field (all nodes) and express the notion that the relationship named by the predicate holds between the subject and the object.
Triple(Node, Node, Node) - Constructor for class com.hp.hpl.jena.graph.Triple
 
Triple.Field - Class in com.hp.hpl.jena.graph
A Field is a selector from Triples; it allows selectors to be passed around as if they were functions, hooray.
Triple.Field() - Constructor for class com.hp.hpl.jena.graph.Triple.Field
 
TripleBoundary - Interface in com.hp.hpl.jena.graph
An interface for expressing a stopping condition on triples, such as in sub-graph extraction.
TripleCache - Class in com.hp.hpl.jena.graph
TripleCache caches triples according to their SPO members, to reduce store turnover at the expense of some added computation.
TripleCache() - Constructor for class com.hp.hpl.jena.graph.TripleCache
 
TripleIterator - Interface in com.hp.hpl.jena.graph
An extended iterator that can return its next element as a Triple.
TripleMatch - Interface in com.hp.hpl.jena.graph
Interface for triple matching; may become obsolete.
TripleMatchFilter - Class in com.hp.hpl.jena.graph
A class to turn a triple (treated as a pattern) into a Filter.
TripleMatchFilter(Triple) - Constructor for class com.hp.hpl.jena.graph.TripleMatchFilter
Creates new TripleMatchFilter
TripleMatchIterator - Class in com.hp.hpl.jena.graph
An iterator that selects triples from an underlying iterators of triples It used to take TripleMatch's, but those are obsolete.
TripleMatchIterator(Triple, Iterator) - Constructor for class com.hp.hpl.jena.graph.TripleMatchIterator
 
TripleObjectFiller - Class in com.hp.hpl.jena.reasoner.dig
Mapper to create triples from a given predicate and subject
TripleObjectFiller(Resource, Property) - Constructor for class com.hp.hpl.jena.reasoner.dig.TripleObjectFiller
Construct a mapper to create triples from the given predicate and subject, with an object supplied by the iterator being mapped.
TripleObjectFiller(Node, Node) - Constructor for class com.hp.hpl.jena.reasoner.dig.TripleObjectFiller
Construct a mapper to create triples from the given predicate and subject, with an object supplied by the iterator being mapped.
TriplePattern - Class in com.hp.hpl.jena.reasoner
Datastructure which defines a triple pattern as used in simple rules and in find interfaces.
TriplePattern(Node, Node, Node) - Constructor for class com.hp.hpl.jena.reasoner.TriplePattern
Constructor - builds a pattern from three nodes, use Node_RuleVariables as variables, use a variable with an empty name as a wildcard, can also use null as a wildcard.
TriplePattern(TripleMatch) - Constructor for class com.hp.hpl.jena.reasoner.TriplePattern
Constructor - builds a pattern from a standard triple match.
TriplePattern(Triple) - Constructor for class com.hp.hpl.jena.reasoner.TriplePattern
Constructor - builds a dgenerate pattern from a simple triple.
TripleSorter - Interface in com.hp.hpl.jena.graph.query
Interface for things that can sort triples (for optimising queries).
TripleSubjectFiller - Class in com.hp.hpl.jena.reasoner.dig
Mapper to create triples from a given predicate and object
TripleSubjectFiller(Resource, Resource) - Constructor for class com.hp.hpl.jena.reasoner.dig.TripleSubjectFiller
Construct a mapper to create triples from the given predicate and object, with a subject supplied by the iterator being mapped.
TripleSubjectFiller(Node, Node) - Constructor for class com.hp.hpl.jena.reasoner.dig.TripleSubjectFiller
Construct a mapper to create triples from the given predicate and object, with a subject supplied by the iterator being mapped.
True - Static variable in class com.hp.hpl.jena.assembler.JA
 
TRUE - Static variable in interface com.hp.hpl.jena.graph.query.Expression
An Expression which always evaluates to true.
TRUE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
TrueTest - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
The conclusions follow from the empty premises.
turtle - Class in jena
 
turtle() - Constructor for class jena.turtle
 
twoCharCode - Variable in class com.hp.hpl.jena.rdf.arp.lang.Iso639
The ISO639-1 two character code.
type - Variable in class com.hp.hpl.jena.reasoner.ValidityReport.Report
The type of the error discovered, the range of errors types is reasoner-dependent.
type - Variable in exception com.hp.hpl.jena.shared.BadDescriptionMultipleRootsException
 
type - Variable in exception com.hp.hpl.jena.shared.BadDescriptionNoRootException
 
type - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdf:type in daml namespace
type() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdf:type in daml namespace
type() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdf:type in daml namespace
type - Static variable in class com.hp.hpl.jena.vocabulary.DC_10
 
type - Static variable in class com.hp.hpl.jena.vocabulary.DC_11
The nature or genre of the content of the resource.
type - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
type - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
typeCreatedBy - Static variable in class com.hp.hpl.jena.vocabulary.JenaModelSpec
Deprecated. The property of some subclass of jms:ModelSpec that specifies the name of the Java class that implements that ModelSpec.
TypedStream - Class in com.hp.hpl.jena.util
 
TypedStream(InputStream) - Constructor for class com.hp.hpl.jena.util.TypedStream
 
TypedStream(InputStream, String) - Constructor for class com.hp.hpl.jena.util.TypedStream
 
TypedStream(InputStream, String, String) - Constructor for class com.hp.hpl.jena.util.TypedStream
 
TypeMapper - Class in com.hp.hpl.jena.datatypes
The TypeMapper provides a global registry of known datatypes.
TypeMapper() - Constructor for class com.hp.hpl.jena.datatypes.TypeMapper
 
TYPES - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
TypeScheme - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A set of resource type encoding schemes and/or formats
TZ - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
TZTYPES - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 

U

UDC - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Universal Decimal Classification
UID - Static variable in class com.hp.hpl.jena.vocabulary.VCARD
 
unabbreviate - Static variable in class jena.rdfcat
Map from abbreviated names to full names.
UnambiguousProperty - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML UnambiguousProperty class
UnambiguousProperty() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML UnambiguousProperty class
UnambiguousProperty() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML UnambiguousProperty class
unbind() - Method in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
Set the variable to be unbound (in the brule sense)
Unbound - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Predicate used to check if a variable has not been bound.
Unbound() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.Unbound
 
undefined - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
undefined - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
union(Graph) - Method in class com.hp.hpl.jena.graph.compose.Dyadic
 
Union - Class in com.hp.hpl.jena.graph.compose
A class representing the dynamic union of two graphs.
Union(Graph, Graph) - Constructor for class com.hp.hpl.jena.graph.compose.Union
 
union(Set, Set) - Static method in class com.hp.hpl.jena.graph.query.Util
Answer a new set which is the union of the two argument sets.
union(OntTools.DisjointSet) - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
The union of two sets
union(Model) - Method in interface com.hp.hpl.jena.rdf.model.Model
Create a new, independant, model containing all the statements in this model together with all of those in another given model.
UNION_OF() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes that one class is formed from the union (disjunction) of a set of others.
UnionClass - Interface in com.hp.hpl.jena.ontology
Class description that is formed from the union of a list of a class descriptions.
unionModel - Static variable in interface com.hp.hpl.jena.assembler.Assembler
 
UnionModel - Static variable in class com.hp.hpl.jena.assembler.JA
 
unionOf - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the unionOf property on class expressions
unionOf() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the unionOf property on class expressions
unionOf() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the unionOf property on class expressions
unionOf - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of a class expression being a union of class descriptions.
unionOf - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
UniqueExtendedIterator - Class in com.hp.hpl.jena.util.iterator
A variant on the closable/extended iterator that filters out duplicate values.
UniqueExtendedIterator(Iterator) - Constructor for class com.hp.hpl.jena.util.iterator.UniqueExtendedIterator
Constructor.
UniqueProperty - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF resource for DAML UniqueProperty class
UniqueProperty() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF resource for DAML UniqueProperty class
UniqueProperty() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF resource for DAML UniqueProperty class
UNKNOWN_ASK_OPERATION - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
UNKNOWN_OR_STALE_KB_URI - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
UNKNOWN_REQUEST - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
UNKNOWN_TELL_OPERATION - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
UnknownPropertyException - Exception in com.hp.hpl.jena.shared
Exception to throw when Jena is presented with an unknown property of some kind.
UnknownPropertyException(String) - Constructor for exception com.hp.hpl.jena.shared.UnknownPropertyException
 
unloadImport(OntModel, String) - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Remove from the given model the import denoted by the given URI.
unparse(Object) - Method in class com.hp.hpl.jena.datatypes.BaseDatatype
Convert a value of this datatype out to lexical form.
unparse(Object) - Method in interface com.hp.hpl.jena.datatypes.RDFDatatype
Convert a value of this datatype out to lexical form.
unparse(Object) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDbase64Binary
Convert a value of this datatype out to lexical form.
unparse(Object) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Convert a value of this datatype out to lexical form.
unparse(Object) - Method in class com.hp.hpl.jena.datatypes.xsd.XSDhexBinary
Convert a value of this datatype out to lexical form.
unregister(GraphListener) - Method in interface com.hp.hpl.jena.graph.GraphEventManager
If listener is attached to this manager, detach it, otherwise do nothing.
unregister(ModelChangedListener) - Method in interface com.hp.hpl.jena.rdf.model.Model
Unregister a listener from model-changed events on this model.
unsignedByte - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:unsignedByte
unsignedInt - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:unsignedInt
unsignedLong - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:unsignedLong
unsignedShort - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:unsignedShort
UNSUPPORTED_ASK_OPERATION - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
UNSUPPORTED_OPERATION - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
UNSUPPORTED_TELL_OPERATION - Static variable in exception com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
 
UnsupportedPolymorphismException - Exception in com.hp.hpl.jena.enhanced
Exception to throw if an enhanced graph does not support polymorphism to a specific class.
UnsupportedPolymorphismException(EnhNode, Class) - Constructor for exception com.hp.hpl.jena.enhanced.UnsupportedPolymorphismException
Initialise this exception with the node that couldn't be polymorphed and the class it couldn't be polymorphed to.
UpdateDeniedException - Exception in com.hp.hpl.jena.shared
Superclass of exceptions thrown when attempting to add/delete on a readonly graph/model.
UpdateDeniedException(String) - Constructor for exception com.hp.hpl.jena.shared.UpdateDeniedException
 
UpdateDeniedException(String, Triple) - Constructor for exception com.hp.hpl.jena.shared.UpdateDeniedException
 
updateParameter(Resource, Property, Object) - Static method in class com.hp.hpl.jena.reasoner.rulesys.Util
Replace the value for a given parameter on the resource by a new value.
uploadKB() - Method in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Upload the entire contents of the local knowledge base (OWL/DAML model) to the DIG reasoner, using a single large TELL verb.
uri - Static variable in class com.hp.hpl.jena.assembler.JA
 
URI - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
URI - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.OWLMicroReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.OWLMiniReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleReasonerFactory
Static URI for this reasoner type
URI - Static variable in class com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveReasonerFactory
Static URI for this reasoner type
uri - Static variable in class com.hp.hpl.jena.vocabulary.DB
 
URI - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
A URI Uniform Resource Identifier
UriConcat - Class in com.hp.hpl.jena.reasoner.rulesys.builtins
Builtin which concatenates a set of strings to generate a new URI.
UriConcat() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.builtins.UriConcat
 
URIref - Class in com.hp.hpl.jena.util
This class provides methods to encode and decode URI References in accordance with http://www.w3.org/TR/charmod/#sec-URIs .
URIref() - Constructor for class com.hp.hpl.jena.util.URIref
 
URIReference - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 
url - Static variable in class com.hp.hpl.jena.vocabulary.RSS
 
usage - Static variable in class jena.dbcreate
 
usage - Static variable in class jena.dbdump
 
usage - Static variable in class jena.dblist
 
usage - Static variable in class jena.dbload
 
usage - Static variable in class jena.dbquery
 
usage - Static variable in class jena.dbremove
 
USAGE - Variable in class jena.rdfcat
 
USE_DECLARED_NS_PREFIXES - Static variable in class com.hp.hpl.jena.ontology.OntDocumentManager
The policy property for including the pre-declared namespace prefixes in a model.
used() - Method in class com.hp.hpl.jena.ontology.OntTools.DisjointSet
 
usedDatatype - Static variable in class com.hp.hpl.jena.vocabulary.OWLTest
The object is a datatype that appears in one of the test files in the subject test.
useDeclaredNsPrefixes - Static variable in class com.hp.hpl.jena.vocabulary.OntDocManagerVocab
Boolean flag for whether new ontology models will include the pre-declared namespace prefixes
useDeclaredPrefixes() - Method in class com.hp.hpl.jena.ontology.OntDocumentManager
Deprecated. Prefix management via the ODM is very likely to be removed from Jena 2.4 onwards
useMe(Model) - Static method in class com.hp.hpl.jena.rdf.arp.JenaReader
Deprecated. This is the default behaviour
userData - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing a catch-all category of user-specified data, ie triples in the graph that relate to the use of ontology terms on instances, rather than the definition of ontology terms.
useRETE - Static variable in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Static switch from Basic to RETE implementation of the forward component
Util - Class in com.hp.hpl.jena.graph.query
Util: some utility code used by graph query that doesn't seem to belong anywhere else that it can be put.
Util() - Constructor for class com.hp.hpl.jena.graph.query.Util
 
Util - Class in com.hp.hpl.jena.reasoner.rulesys
A small random collection of utility functions used by the rule systems.
Util() - Constructor for class com.hp.hpl.jena.reasoner.rulesys.Util
 

V

VAL - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
valid - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
Date (often a range) of validity of a resource.
validate() - Method in interface com.hp.hpl.jena.rdf.model.InfModel
Test the consistency of the underlying data.
validate() - Method in class com.hp.hpl.jena.reasoner.BaseInfGraph
Test the consistency of the bound data.
validate() - Method in class com.hp.hpl.jena.reasoner.dig.DIGInfGraph
Test the consistency of the model.
validate() - Method in interface com.hp.hpl.jena.reasoner.InfGraph
Test the consistency of the bound data.
validate() - Method in class com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph
Test the consistency of the bound data.
validate() - Method in class com.hp.hpl.jena.reasoner.rulesys.RDFSRuleInfGraph
Test the consistency of the bound data.
ValidityReport - Interface in com.hp.hpl.jena.reasoner
Data structure used to report the results of validation or consistency checking operations.
ValidityReport.Report - Class in com.hp.hpl.jena.reasoner
 
ValidityReport.Report(boolean, String, String) - Constructor for class com.hp.hpl.jena.reasoner.ValidityReport.Report
Constructor.
ValidityReport.Report(boolean, String, String, Object) - Constructor for class com.hp.hpl.jena.reasoner.ValidityReport.Report
Constructor
Valuator - Interface in com.hp.hpl.jena.graph.query
Valuator - an interface for things that evaluate to some value, given a binding of variable (inexes) to values.
ValuatorSet - Class in com.hp.hpl.jena.graph.query
ValuatorSet - a set of Valuators, which can be added to and evaluated [only].
ValuatorSet() - Constructor for class com.hp.hpl.jena.graph.query.ValuatorSet
 
VALUE - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
value - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
Alias for rdf:value in daml namespace
value() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the alias for rdf:value in daml namespace
value() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the Alias for rdf:value in daml namespace
value - Static variable in class com.hp.hpl.jena.vocabulary.RDF.Nodes
 
value - Static variable in class com.hp.hpl.jena.vocabulary.RDF
 
value - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
values() - Method in class com.hp.hpl.jena.util.OneToManyMap
Returns a collection view of the values contained in this map.
variable(String) - Static method in class com.hp.hpl.jena.graph.Node_Variable
 
variable - Static variable in class com.hp.hpl.jena.vocabulary.ResultSet
 
VariableIndexes - Interface in com.hp.hpl.jena.graph.query
VariableIndexes: a mapping from variable names to their offsets in some table of variable values.
variablesOf(Expression) - Static method in class com.hp.hpl.jena.graph.query.Expression.Util
Answer a set containing exactly the names of variables within e.
variablesOf(Triple) - Static method in class com.hp.hpl.jena.graph.query.Util
Answer a new set which contains exactly the names of the variable[ node]s in the triple.
VariableValues - Interface in com.hp.hpl.jena.graph.query
The interface that allows the values of variables in expressions to be found.
variantOf(TriplePattern) - Method in class com.hp.hpl.jena.reasoner.TriplePattern
Test if a pattern is just a variant of this pattern.
VCARD - Class in com.hp.hpl.jena.vocabulary
VCARD vocabulary class for namespace http://www.w3.org/2001/vcard-rdf/3.0#
VCARD() - Constructor for class com.hp.hpl.jena.vocabulary.VCARD
 
VERSION - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
The DIG attribute denoting the version string of a reasoner
version - Class in jena
jena.version Print out jena version information and exit.
version() - Constructor for class jena.version
 
VERSION_INFO() - Method in interface com.hp.hpl.jena.ontology.Profile
Answer the predicate that denotes version-info metadata on an ontology header
versionInfo - Static variable in class com.hp.hpl.jena.vocabulary.DAML_OIL
RDF Property for the DAML versionInfo property
versionInfo() - Method in class com.hp.hpl.jena.vocabulary.DAML_OIL
Answer the RDF Property for the DAML versionInfo property
versionInfo() - Method in interface com.hp.hpl.jena.vocabulary.DAMLVocabulary
Answer the RDF Property for the DAML versionInfo property
versionInfo - Static variable in class com.hp.hpl.jena.vocabulary.OntEventsVocab
Event representing the declaration of version information on an ontology resource.
versionInfo - Static variable in class com.hp.hpl.jena.vocabulary.OWL
 
versionP - Static variable in class com.hp.hpl.jena.vocabulary.ReasonerVocabulary
Reasoner description property: version of the reasoner
viewAs(Class) - Method in class com.hp.hpl.jena.enhanced.EnhNode
Answer a facet of this node, where that facet is denoted by the given type.
visitAny(Node_ANY) - Method in interface com.hp.hpl.jena.graph.NodeVisitor
 
visitBlank(Node_Blank, AnonId) - Method in interface com.hp.hpl.jena.graph.NodeVisitor
 
visitBlank(Resource, AnonId) - Method in interface com.hp.hpl.jena.rdf.model.RDFVisitor
Method to call when visiting a blank node r with identifier id.
visitLiteral(Node_Literal, LiteralLabel) - Method in interface com.hp.hpl.jena.graph.NodeVisitor
 
visitLiteral(Literal) - Method in interface com.hp.hpl.jena.rdf.model.RDFVisitor
Method to call when visiting a literal RDF node l.
visitURI(Node_URI, String) - Method in interface com.hp.hpl.jena.graph.NodeVisitor
 
visitURI(Resource, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFVisitor
Method to call when visiting a URI node r with the given uri.
visitVariable(Node_Variable, String) - Method in interface com.hp.hpl.jena.graph.NodeVisitor
 
visitWith(NodeVisitor) - Method in class com.hp.hpl.jena.graph.Node
Visit a Node and dispatch on it to the appropriate method from the NodeVisitor v.
visitWith(NodeVisitor) - Method in class com.hp.hpl.jena.graph.Node_ANY
 
visitWith(NodeVisitor) - Method in class com.hp.hpl.jena.graph.Node_Blank
 
visitWith(NodeVisitor) - Method in class com.hp.hpl.jena.graph.Node_Literal
 
visitWith(NodeVisitor) - Method in class com.hp.hpl.jena.graph.Node_NULL
 
visitWith(NodeVisitor) - Method in class com.hp.hpl.jena.graph.Node_URI
 
visitWith(NodeVisitor) - Method in class com.hp.hpl.jena.graph.Node_Variable
 
visitWith(RDFVisitor) - Method in interface com.hp.hpl.jena.rdf.model.RDFNode
Apply the appropriate method of the visitor to this node's content and return the result.

W

W3CDTF - Static variable in class com.hp.hpl.jena.vocabulary.DCTerms
W3C Encoding rules for dates and times - a profile based on ISO 8601
WARN_BAD_NAME - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An ID symbol or other grammar production that should be an XML name is malformed.
WARN_BAD_NAMESPACE_URI - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Some xmlns declaration has a non-URI as its right hand side.
WARN_BAD_RDF_NAMESPACE_URI - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Within RDF, it is not permitted to define an XML namespace that has a namespace URI with the RDF namespace URI as a proper prefix.
WARN_BAD_XML - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated.  
WARN_BAD_XML_NAMESPACE_URI - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Within RDF, it is not permitted to define an XML namespace that has a namespace URI with the XML namespace URI as a proper prefix.
WARN_BAD_XMLLANG - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The value of an xml:lang attribute while syntactically conforming to RFC3066 does not conform with other rules, possibly through not being listed in ISO639 or ISO3166 or the IANA language tag registry.
WARN_BIG_FILE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
After 10000 rdf:ID attributes have been read, ARP no longer checks for ARPErrorNumbers.WARN_REDEFINITION_OF_ID.
WARN_DEPRECATED_XMLLANG - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The value of an xml:lang attribute has been deprecated by IANA (W117).
WARN_ENCODING_MISMATCH - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
ARP was called with an InputSteamReader or a FileReader which used an encoding differnt from that in the XML declaration.
WARN_IN_STRICT_MODE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
This is an internal only field, not intended for public use.
WARN_LEGAL_REUSE_OF_ID - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. Last supported in Jena 2.1 - too expensive.
WARN_MALFORMED_URI - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
A URI reference does not conform to the definition of RDF URI Reference.
WARN_MALFORMED_XMLLANG - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The value of an xml:lang attribute does not conform to the syntactic rules of RFC3066.
WARN_MINOR_INTERNAL_ERROR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. No longer used.
WARN_NON_IANA_ENCODING - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The character encoding in the XML declaration is not registered with IANA.
WARN_NONCANONICAL_IANA_NAME - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The encoding in the XML declaration is an alias registered with IANA.
WARN_NOT_RDF_NAMESPACE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
It seems likely that the namespace for rdf: has a typo in it.
WARN_PROCESSING_INSTRUCTION_IN_RDF - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An XML processing instruction occurred in RDF content.
WARN_QNAME_AS_ID - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. Superceded by the more general ARPErrorNumbers.WARN_BAD_NAME
WARN_RDF_NN_AS_TYPE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
rdf:_NNN is being used in the typed node construction.
WARN_REDEFINITION_OF_ID - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The same name has been used for more than one rdf:ID or rdf:bagID, in the context of the same xml:base (if any).
WARN_RELATIVE_NAMESPACE_URI_DEPRECATED - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
A namespace has been declared with a relative URI.
WARN_RELATIVE_URI - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
A URI reference which is a relative reference has been used either as the starting base URI or as the outcome of a URI resolution somehow.
WARN_RESOLVING_URI_AGAINST_EMPTY_BASE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
A base URI was required but "" was given.
WARN_SAX_WARNING - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The SAX Parser generated a warning.
WARN_STRING_COMPOSING_CHAR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
String Literals in RDF should not start with a composing char, as defined by the CharacterModel working draft.
WARN_STRING_NOT_NORMAL_FORM_C - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
String Literals in RDF should be in Unicode Normal Form C * (W131).
WARN_UNKNOWN_PARSETYPE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An unrecognised value for rdf:parseType has been found.
WARN_UNKNOWN_RDF_ATTRIBUTE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An attribute name in the RDF namespace has been used that is not a reserved RDF attribute name.
WARN_UNKNOWN_RDF_ELEMENT - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An element is tagged rdf:XXX where XXX is not a recognised RDF element name.
WARN_UNKNOWN_XML_ATTRIBUTE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An attribute from the xml namespace has been used that is not recognised.
WARN_UNQUALIFIED_ATTRIBUTE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Some attribute that is not an RDF keyword is used in an unqualified fashion.
WARN_UNQUALIFIED_ELEMENT - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
An element tag is not a qualified name.
WARN_UNQUALIFIED_RDF_ATTRIBUTE - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
A standard rdf attribute like type or about is used without a namespace qualifier.
WARN_UNSUPPORTED_ENCODING - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
The character encoding in the XML declaration is not fully supported.
WARN_URI_COMPOSING_CHAR - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. WG decision on williams-01.
WARN_XMLBASE_MISSING - Static variable in interface com.hp.hpl.jena.rdf.arp.ARPErrorNumbers
Deprecated. ARPErrorNumbers.IGN_NO_BASE_URI_SPECIFIED
warning(Exception) - Method in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler
report a warning
WARNING - Static variable in interface com.hp.hpl.jena.reasoner.dig.DIGProfile
 
warning - Static variable in class com.hp.hpl.jena.vocabulary.RDFTest
Indicates that while the test should pass, it may generate a warning.
warningCheck(Document) - Method in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Append any warning messages from this response to the list of recent warnings, which is first cleared.
warningMessage() - Method in class com.hp.hpl.jena.util.CharEncoding
If CharEncoding.isIANA() or CharEncoding.isInNIO() return false, this returns a suggested warning message.
WILD - Static variable in class com.hp.hpl.jena.reasoner.rulesys.Node_RuleVariable
A static wildcard - like Node.ANY but tests equl to other Node_RuleVariables
with(RDFNode) - Method in interface com.hp.hpl.jena.rdf.model.RDFList
Answer the list that is this list with the given value added to the end of the list.
withDefaultMappings(PrefixMapping) - Method in interface com.hp.hpl.jena.shared.PrefixMapping
Update this PrefixMapping with the bindings in map, only adding those (p, u) pairs for which neither p nor u appears in this mapping.
withFullModel(Resource) - Static method in class com.hp.hpl.jena.assembler.AssemblerHelp
Answer a Resource .equals() to root, but in the expanded model.
withHiddenStatements(Model) - Static method in class com.hp.hpl.jena.rdf.model.ModelFactory
Answer a read-only Model with all the statements of this Model and any statements "hidden" by reification.
withImports(Model) - Method in class com.hp.hpl.jena.assembler.ImportManager
Answer model if it has no imports, or a union model with model as its base and its imported models as the other components.
withImports(FileManager, Model) - Method in class com.hp.hpl.jena.assembler.ImportManager
Answer model if it has no imports, or a union model with model as its base and its imported models as the other components.
withSchema(Model, Model) - Static method in class com.hp.hpl.jena.assembler.ModelExpansion
Answer a new model which is the aggregation of the statements of model the non-bnode subclass statements of schema the subclass closure of those statements the rdf:type statements implied by the rdfs:domain statements of schema and the model statements using that statements property similarly for rdfs:range the rdf:type statements implied by the subclass closure
wrap(Node, EnhGraph) - Method in class com.hp.hpl.jena.enhanced.Implementation
Create a new EnhNode wrapping a Node in the context of an EnhGraph
WrappedException - Exception in com.hp.hpl.jena.shared
Jena exceptions that explicitly wrap other (usually checked) exceptions.
WrappedException(Throwable) - Constructor for exception com.hp.hpl.jena.shared.WrappedException
 
WrappedException(String, Throwable) - Constructor for exception com.hp.hpl.jena.shared.WrappedException
 
WrappedIOException - Exception in com.hp.hpl.jena.shared
A wrapped IO exception.
WrappedIOException(IOException) - Constructor for exception com.hp.hpl.jena.shared.WrappedIOException
 
WrappedIOException(String, IOException) - Constructor for exception com.hp.hpl.jena.shared.WrappedIOException
 
WrappedIterator - Class in com.hp.hpl.jena.util.iterator
a WrappedIterator is an ExtendedIterator wrapping around a plain (or presented as plain) Iterator.
write(Writer) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write the model as an XML document.
write(Writer, String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write a serialized representation of a model in a specified language.
write(Writer, String, String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write a serialized representation of a model in a specified language.
write(OutputStream) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write a serialization of this model as an XML document.
write(OutputStream, String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write a serialized representation of this model in a specified language.
write(OutputStream, String, String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write a serialized representation of a model in a specified language.
write(Writer) - Method in interface com.hp.hpl.jena.rdf.model.Model
Write the model as an XML document.
write(Writer, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Write a serialized represention of a model in a specified language.
write(Writer, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Write a serialized represention of a model in a specified language.
write(OutputStream) - Method in interface com.hp.hpl.jena.rdf.model.Model
Write a serialization of this model as an XML document.
write(OutputStream, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Write a serialized represention of this model in a specified language.
write(OutputStream, String, String) - Method in interface com.hp.hpl.jena.rdf.model.Model
Write a serialized represention of a model in a specified language.
WRITE - Static variable in interface com.hp.hpl.jena.rdf.model.ModelLock
Deprecated. Descriptive name for lock requests - write lock
write(Model, Writer, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFWriter
Caution: Serialize Model model to Writer out.
write(Model, OutputStream, String) - Method in interface com.hp.hpl.jena.rdf.model.RDFWriter
Serialize Model model to OutputStream out.
WRITE - Static variable in interface com.hp.hpl.jena.shared.Lock
Descriptive name for lock requests - write lock
writeAll(Writer, String, String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write a serialized representation of all of the contents of the model, including inferred statements and statements imported from other documents.
writeAll(OutputStream, String, String) - Method in interface com.hp.hpl.jena.ontology.OntModel
Write a serialized representation of all of the contents of the model, including inferred statements and statements imported from other documents.
ws - Static variable in class com.hp.hpl.jena.vocabulary.RDFSyntax
 

X

X - Static variable in class com.hp.hpl.jena.graph.query.Query
A query variable called "X".
xboolean - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:boolean
xbyte - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:byte
xdouble - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:double
xfloat - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:float
xint - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:int
xlong - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:long
XSD - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
The xsd namespace
XSD - Class in com.hp.hpl.jena.vocabulary
Defines Jena resources corresponding to the URIs for the XSD primitive datatypes which are known to Jena.
XSD() - Constructor for class com.hp.hpl.jena.vocabulary.XSD
 
XSD_INT_TYPES - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGAdapter
Well known integer type URI's, these we will translate into DIG integer attributes
XSDanyURI - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:anyURI
XSDbase64Binary - Class in com.hp.hpl.jena.datatypes.xsd
Implement base64binary type.
XSDbase64Binary(String) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDbase64Binary
Constructor.
XSDbase64Binary - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:base64Binary
XSDboolean - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:boolean
XSDbyte - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:byte
XSDDatatype - Class in com.hp.hpl.jena.datatypes.xsd
Representation of an XSD datatype based on the Xerces-2 XSD implementation.
XSDDatatype(String) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Constructor.
XSDDatatype(String, Class) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Constructor.
XSDDatatype(XSSimpleType, String) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Constructor used when loading in external user defined XSD types - should only be used by the internals but public scope because the internals spread across multiple packages.
XSDdate - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:date
XSDdateTime - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:dateTime
XSDDateTime - Class in com.hp.hpl.jena.datatypes.xsd
Represent an XSD date/time value.
XSDDateTime(Object, int) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Constructor - should only be used by the internals but public scope because the internals spread across multiple packages.
XSDDateTime(Calendar) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Constructor - create a full DateTime object from a java calendar instance.
XSDdecimal - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:decimal
XSDdouble - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:double
XSDduration - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:duration
XSDDuration - Class in com.hp.hpl.jena.datatypes.xsd
Represent an XSD duration value.
XSDDuration(Object) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDDuration
Constructor - should only be used by the internals but public scope because the internals spread across multiple packages.
XSDENTITY - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:ENTITY
XSDfloat - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:float
XSDgDay - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:gDay
XSDgMonth - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:gMonth
XSDgMonthDay - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:gMonthDay
XSDgYear - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:gYear
XSDgYearMonth - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:gYearMonth
XSDhexBinary - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:hexBinary
XSDhexBinary - Class in com.hp.hpl.jena.datatypes.xsd
Implement hexbinary type.
XSDhexBinary(String) - Constructor for class com.hp.hpl.jena.datatypes.xsd.XSDhexBinary
Constructor.
XSDID - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:ID
XSDIDREF - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:IDREF
XSDint - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:int
XSDinteger - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:integer
XSDlanguage - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:language
XSDlong - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:long
XSDName - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:Name
XSDNCName - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:NCName
XSDnegativeInteger - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:negativeInteger
XSDNMTOKEN - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:NMTOKEN
XSDnonNegativeInteger - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:nonNegativeInteger
XSDnonPositiveInteger - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:nonPositiveInteger
XSDnormalizedString - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:normalizedString
XSDNOTATION - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:NOTATION
XSDpositiveInteger - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:positiveInteger
XSDQName - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:QName
XSDshort - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:short
XSDstring - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:string
XSDtime - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:time
XSDtoken - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:token
XSDunsignedByte - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:unsignedByte
XSDunsignedInt - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:unsignedInt
XSDunsignedLong - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:unsignedLong
XSDunsignedShort - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
Datatype representing xsd:unsignedShort
xshort - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:short
XSI - Static variable in class com.hp.hpl.jena.reasoner.dig.DIGConnection
Namespace for XSI
xstring - Static variable in class com.hp.hpl.jena.vocabulary.XSD
Resource URI for xsd:string

Y

Y - Static variable in class com.hp.hpl.jena.graph.query.Query
A query variable called "Y".
YEAR_MASK - Static variable in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
Mask to indicate whether year is present

Z

Z - Static variable in class com.hp.hpl.jena.graph.query.Query
A query variable called "Z".

_

_NotInteresting - Static variable in interface com.hp.hpl.jena.xmloutput.RDFXMLWriterI
Suppress a compiler warning.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright � 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP