org.dllearner.core
Interface ReasonerOld
Deprecated.
@Deprecated
public interface ReasonerOld
Reasoner Interface. Lists all available reasoning methods.
- Author:
- Jens Lehmann
|
Method Summary |
SortedSetTuple<Individual> |
doubleRetrieval(Description concept)
Deprecated. |
SortedSetTuple<Individual> |
doubleRetrieval(Description concept,
Description adc)
Deprecated. |
Set<NamedClass> |
getAtomicConcepts()
Deprecated. |
Set<ObjectProperty> |
getAtomicRoles()
Deprecated. |
String |
getBaseURI()
Deprecated. |
Map<Individual,SortedSet<Boolean>> |
getBooleanDatatypeMembers(DatatypeProperty datatypeProperty)
Deprecated. |
SortedSet<DatatypeProperty> |
getBooleanDatatypeProperties()
Deprecated. |
Set<NamedClass> |
getConcepts(Individual i)
Deprecated. |
Map<Individual,SortedSet<Constant>> |
getDatatypeMembers(DatatypeProperty datatypeProperty)
Deprecated. |
SortedSet<DatatypeProperty> |
getDatatypeProperties()
Deprecated. |
DatatypePropertyHierarchy |
getDatatypePropertyHierarchy()
Deprecated. |
Description |
getDomain(DatatypeProperty datatypeProperty)
Deprecated. |
Description |
getDomain(ObjectProperty objectProperty)
Deprecated. |
Map<Individual,SortedSet<Double>> |
getDoubleDatatypeMembers(DatatypeProperty datatypeProperty)
Deprecated. |
SortedSet<DatatypeProperty> |
getDoubleDatatypeProperties()
Deprecated. |
SortedSet<Individual> |
getFalseDatatypeMembers(DatatypeProperty datatypeProperty)
Deprecated. |
SortedSet<Individual> |
getIndividuals()
Deprecated. |
SortedSet<DatatypeProperty> |
getIntDatatypeProperties()
Deprecated. |
Set<Constant> |
getLabel(Entity entity)
Deprecated. |
Map<String,String> |
getPrefixes()
Deprecated. |
DataRange |
getRange(DatatypeProperty datatypeProperty)
Deprecated. |
Description |
getRange(ObjectProperty objectProperty)
Deprecated. |
ReasonerType |
getReasonerType()
Deprecated. |
Set<Individual> |
getRelatedIndividuals(Individual individual,
ObjectProperty objectProperty)
Deprecated. |
Set<Constant> |
getRelatedValues(Individual individual,
DatatypeProperty datatypeProperty)
Deprecated. |
ObjectPropertyHierarchy |
getRoleHierarchy()
Deprecated. |
Map<Individual,SortedSet<Individual>> |
getRoleMembers(ObjectProperty atomicRole)
Deprecated. |
ClassHierarchy |
getSubsumptionHierarchy()
Deprecated. |
SortedSet<Individual> |
getTrueDatatypeMembers(DatatypeProperty datatypeProperty)
Deprecated. |
boolean |
instanceCheck(Description concept,
Individual individual)
Deprecated. |
SortedSet<Individual> |
instanceCheck(Description concept,
Set<Individual> individuals)
Deprecated. |
boolean |
isSatisfiable()
Deprecated. |
void |
prepareDatatypePropertyHierarchy(Set<DatatypeProperty> allowedDatatypeProperties)
Deprecated. |
void |
prepareRoleHierarchy(Set<ObjectProperty> allowedRoles)
Deprecated. |
void |
prepareSubsumptionHierarchy(Set<NamedClass> allowedConcepts)
Deprecated. |
void |
releaseKB()
Deprecated. |
SortedSet<Individual> |
retrieval(Description concept)
Deprecated. |
boolean |
subsumes(Description superConcept,
Description subConcept)
Deprecated. |
Set<Description> |
subsumes(Description superConcept,
Set<Description> subConcepts)
Deprecated. |
Set<Description> |
subsumes(Set<Description> superConcepts,
Description subConcept)
Deprecated. |
getReasonerType
ReasonerType getReasonerType()
- Deprecated.
prepareSubsumptionHierarchy
void prepareSubsumptionHierarchy(Set<NamedClass> allowedConcepts)
- Deprecated.
prepareRoleHierarchy
void prepareRoleHierarchy(Set<ObjectProperty> allowedRoles)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
prepareDatatypePropertyHierarchy
void prepareDatatypePropertyHierarchy(Set<DatatypeProperty> allowedDatatypeProperties)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
subsumes
boolean subsumes(Description superConcept,
Description subConcept)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
subsumes
Set<Description> subsumes(Description superConcept,
Set<Description> subConcepts)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
subsumes
Set<Description> subsumes(Set<Description> superConcepts,
Description subConcept)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getSubsumptionHierarchy
ClassHierarchy getSubsumptionHierarchy()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getRoleHierarchy
ObjectPropertyHierarchy getRoleHierarchy()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getDatatypePropertyHierarchy
DatatypePropertyHierarchy getDatatypePropertyHierarchy()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
retrieval
SortedSet<Individual> retrieval(Description concept)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getRelatedIndividuals
Set<Individual> getRelatedIndividuals(Individual individual,
ObjectProperty objectProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getRelatedValues
Set<Constant> getRelatedValues(Individual individual,
DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getRoleMembers
Map<Individual,SortedSet<Individual>> getRoleMembers(ObjectProperty atomicRole)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getDatatypeMembers
Map<Individual,SortedSet<Constant>> getDatatypeMembers(DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getLabel
Set<Constant> getLabel(Entity entity)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getDoubleDatatypeMembers
Map<Individual,SortedSet<Double>> getDoubleDatatypeMembers(DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getBooleanDatatypeMembers
Map<Individual,SortedSet<Boolean>> getBooleanDatatypeMembers(DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getTrueDatatypeMembers
SortedSet<Individual> getTrueDatatypeMembers(DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getFalseDatatypeMembers
SortedSet<Individual> getFalseDatatypeMembers(DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
instanceCheck
boolean instanceCheck(Description concept,
Individual individual)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
instanceCheck
SortedSet<Individual> instanceCheck(Description concept,
Set<Individual> individuals)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
doubleRetrieval
SortedSetTuple<Individual> doubleRetrieval(Description concept)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
doubleRetrieval
SortedSetTuple<Individual> doubleRetrieval(Description concept,
Description adc)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
isSatisfiable
boolean isSatisfiable()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getConcepts
Set<NamedClass> getConcepts(Individual i)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getAtomicConcepts
Set<NamedClass> getAtomicConcepts()
- Deprecated.
getAtomicRoles
Set<ObjectProperty> getAtomicRoles()
- Deprecated.
getBaseURI
String getBaseURI()
- Deprecated.
getPrefixes
Map<String,String> getPrefixes()
- Deprecated.
getDomain
Description getDomain(ObjectProperty objectProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getDomain
Description getDomain(DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getRange
Description getRange(ObjectProperty objectProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getRange
DataRange getRange(DatatypeProperty datatypeProperty)
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getDatatypeProperties
SortedSet<DatatypeProperty> getDatatypeProperties()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getBooleanDatatypeProperties
SortedSet<DatatypeProperty> getBooleanDatatypeProperties()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getDoubleDatatypeProperties
SortedSet<DatatypeProperty> getDoubleDatatypeProperties()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getIntDatatypeProperties
SortedSet<DatatypeProperty> getIntDatatypeProperties()
throws ReasoningMethodUnsupportedException
- Deprecated.
- Throws:
ReasoningMethodUnsupportedException
getIndividuals
SortedSet<Individual> getIndividuals()
- Deprecated.
releaseKB
void releaseKB()
- Deprecated.
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann