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

R

range - Static variable in class org.mindswap.owl.vocabulary.RDFS
 
RDF - Class in org.mindswap.owl.vocabulary
 
RDF() - Constructor for class org.mindswap.owl.vocabulary.RDF
 
RDFList - Interface in org.mindswap.owl.list
 
RDFS - Class in org.mindswap.owl.vocabulary
 
RDFS() - Constructor for class org.mindswap.owl.vocabulary.RDFS
 
RDFUtils - Class in org.mindswap.utils
 
RDFUtils() - Constructor for class org.mindswap.utils.RDFUtils
 
read(String) - Method in interface org.mindswap.owl.OWLKnowledgeBase
Read the ontology from the given URI, load it to this KB and return a reference to the ontology object created.
read(URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
Read the ontology from the given URI, load it to this KB and return a reference to the ontology object created.
read(Reader, URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
Read the ontology using the given Reader and the base URI, load it to this KB and return a reference to the ontology object created.
read(InputStream, URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
Read the ontology using the given InputStream and the base URI, load it to this KB and return a reference to the ontology object created.
read(URI) - Method in interface org.mindswap.owl.OWLReader
Reads the the ontology from the given URI into a model.
read(Reader, URI) - Method in interface org.mindswap.owl.OWLReader
 
read(InputStream, URI) - Method in interface org.mindswap.owl.OWLReader
 
read(OWLKnowledgeBase, URI) - Method in interface org.mindswap.owl.OWLReader
 
read(OWLKnowledgeBase, Reader, URI) - Method in interface org.mindswap.owl.OWLReader
 
read(OWLKnowledgeBase, InputStream, URI) - Method in interface org.mindswap.owl.OWLReader
 
readAll(Reader) - Static method in class org.mindswap.utils.Utils
 
readAllServices(String) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readAllServices(URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readAllServices(Reader, URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readAllServices(InputStream, URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readFile(String) - Static method in class org.mindswap.utils.Utils
 
readService(String) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readService(URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readService(Reader, URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readService(InputStream, URI) - Method in interface org.mindswap.owl.OWLKnowledgeBase
 
readURL(URL) - Static method in class org.mindswap.utils.Utils
 
realizedBy - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_1.Process
 
ReflectionHelpers - Class in org.owlet.helpers
This class offers a few helpful methods for handling primitive datatypes in the Java Reflection API
ReflectionHelpers() - Constructor for class org.owlet.helpers.ReflectionHelpers
 
refresh() - Method in interface org.mindswap.owl.OWLModel
Refresh the data in this model from the original source.
refURI - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_1.Expression
 
RELAXED - Static variable in class examples.Matchmaker.Match
 
relaxedMatch(String, String) - Static method in class org.mindswap.utils.URIUtils
 
releaseLock() - Method in interface org.mindswap.owl.OWLModel
Releases the lock form the matching lockForXXX function.
removeAnnotations(URI) - Method in interface org.mindswap.owl.OWLEntity
 
removeNS() - Method in class examples.WSDL2OWLS
 
removePrefix(String) - Method in class org.mindswap.utils.QNameProvider
 
removeProperties(OWLProperty) - Method in interface org.mindswap.owl.OWLIndividual
 
removeProperties(OWLIndividual, OWLProperty) - Method in interface org.mindswap.owl.OWLModel
 
removeProperty(OWLProperty, OWLValue) - Method in interface org.mindswap.owl.OWLIndividual
 
removeProperty(OWLIndividual, OWLProperty, OWLValue) - Method in interface org.mindswap.owl.OWLModel
Removes the specified triple from the Model.
removeRDFTag(String) - Static method in class org.mindswap.utils.RDFUtils
 
removeTypes() - Method in interface org.mindswap.owl.OWLIndividual
 
removeTypes(OWLIndividual) - Method in interface org.mindswap.owl.OWLModel
 
RepeatUntil - Interface in org.mindswap.owls.process
 
RepeatUntil - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_0.Process
 
RepeatUntil - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_0DL.Process
 
RepeatUntil - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_1.Process
 
RepeatWhile - Interface in org.mindswap.owls.process
 
RepeatWhile - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_0.Process
 
RepeatWhile - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_0DL.Process
 
RepeatWhile - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_1.Process
 
Resource - Static variable in class org.mindswap.owl.vocabulary.RDF
 
rest() - Method in class org.mindswap.owl.list.GenericListVocabulary
 
rest() - Method in interface org.mindswap.owl.list.ListVocabulary
 
rest - Static variable in class org.mindswap.owl.vocabulary.RDF
 
restInvocation - Static variable in class org.mindswap.owls.vocabulary.FLAServiceOnt
 
Result - Interface in org.mindswap.owls.process
 
Result - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_1.Process
 
resultAt(int) - Method in interface org.mindswap.owls.process.ResultList
 
ResultList - Interface in org.mindswap.owls.process
 
ResultVar - Interface in org.mindswap.owls.process
 
ResultVar - Static variable in class org.mindswap.owls.vocabulary.OWLS_1_1.Process
 
rewrite(String, URI, URI) - Method in interface org.mindswap.owls.process.ValueRewriter
Rewrites an individual which is an instance of the source concept as an instance of a target concept (which is possibily defined in a different ontology) There are a lot of issues related with respect to syntax vs.
run() - Method in class examples.ForEachExample
 
run() - Method in class examples.PreconditionCheck
 
run() - Method in class examples.PreconditionUsage
 
run(OWLKnowledgeBase) - Method in class org.mindswap.query.ABoxQuery
 
runBookFinder() - Method in class examples.RunService
 
runBookPrice() - Method in class examples.RunService
 
runCurrencyConverter() - Method in class examples.RunService
 
runDictionary() - Method in class examples.RunService
 
runFindCheaperBook() - Method in class examples.RunService
 
runFrenchDictionary() - Method in class examples.RunService
 
runJGroundingTest() - Method in class examples.RunService
 
RunService - Class in examples
Examples to show how services can be executed.
RunService() - Constructor for class examples.RunService
 
runTest() - Method in class examples.CreateSequence
 
runTranslator() - Method in class examples.RunService
 
runZipCode() - Method in class examples.RunService
 

A B C D E F G H I J K L M N O P Q R S T U V W X _
Copyright © 2004 Evren Sirin. All Rights Reserved.