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