|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OWLKnowledgeBase | |
|---|---|
| org.mindswap.owl | |
| org.mindswap.owls | |
| org.mindswap.owls.grounding | |
| org.mindswap.owls.process.execution | |
| org.mindswap.query | |
| org.mindswap.utils | |
| Uses of OWLKnowledgeBase in org.mindswap.owl |
|---|
| Methods in org.mindswap.owl that return OWLKnowledgeBase | |
|---|---|
static OWLKnowledgeBase |
OWLFactory.createKB()
|
OWLKnowledgeBase |
OWLFactory.Interface.createKB()
|
OWLKnowledgeBase |
OWLEntity.getKB()
|
OWLKnowledgeBase |
OWLOntology.getKB()
|
OWLKnowledgeBase |
OWLKnowledgeBase.getTranslationSource()
|
| Methods in org.mindswap.owl with parameters of type OWLKnowledgeBase | |
|---|---|
OWLOntology |
OWLReader.read(OWLKnowledgeBase kb,
java.io.InputStream in,
java.net.URI baseURI)
|
OWLOntology |
OWLReader.read(OWLKnowledgeBase kb,
java.io.Reader in,
java.net.URI uri)
|
OWLOntology |
OWLReader.read(OWLKnowledgeBase kb,
java.net.URI uri)
|
| Uses of OWLKnowledgeBase in org.mindswap.owls |
|---|
| Subinterfaces of OWLKnowledgeBase in org.mindswap.owls | |
|---|---|
interface |
OWLSKnowledgeBase
Deprecated. Use OWLKnowledgeBase instead |
| Uses of OWLKnowledgeBase in org.mindswap.owls.grounding |
|---|
| Methods in org.mindswap.owls.grounding with parameters of type OWLKnowledgeBase | |
|---|---|
ValueMap |
AtomicGrounding.invoke(ValueMap values,
OWLKnowledgeBase kb)
Invoke this grounding with the given input values and use the given KB to store the output values. |
| Uses of OWLKnowledgeBase in org.mindswap.owls.process.execution |
|---|
| Methods in org.mindswap.owls.process.execution that return OWLKnowledgeBase | |
|---|---|
OWLKnowledgeBase |
ProcessExecutionEngine.getKB()
Get the KB. |
| Methods in org.mindswap.owls.process.execution with parameters of type OWLKnowledgeBase | |
|---|---|
void |
ProcessExecutionEngine.setKB(OWLKnowledgeBase kb)
Set the KB where preconditions will be evaluated and the results will be put. |
| Uses of OWLKnowledgeBase in org.mindswap.query |
|---|
| Methods in org.mindswap.query with parameters of type OWLKnowledgeBase | |
|---|---|
java.util.List |
ABoxQuery.run(OWLKnowledgeBase kb)
|
| Uses of OWLKnowledgeBase in org.mindswap.utils |
|---|
| Methods in org.mindswap.utils with parameters of type OWLKnowledgeBase | |
|---|---|
static java.util.Map |
ProcessUtils.getAllowedValues(OWLKnowledgeBase kb,
Process process,
ValueMap initialBinding)
Given a partial input binding, returns a map from inputs to a set of values which show the allowed values for that input that are found in the KB (there might be other allowed values that are not in the KB). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||