@Deprecated public interface Interpretation<I,C,G,T>
Modifier and Type | Method and Description |
---|---|
boolean |
addConceptNameAssertion(I conceptName,
I individual)
Deprecated.
|
boolean |
addRoleNameAssertion(I roleName,
I individual1,
I individual2)
Deprecated.
|
default void |
checkRoleDepth(int roleDepth)
Deprecated.
|
T |
computeTBoxBase(int roleDepth,
int maxCardinality,
T backgroundOntology,
Constructor... constructors)
Deprecated.
|
Set<C> |
getAllMostSpecificConcepts(int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
SetClosureOperator<I> |
getClosureOperator(int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
Set<I> |
getConceptExpressionExtension(C conceptExpression)
Deprecated.
|
Collection<I> |
getConceptNameExtension(I conceptName)
Deprecated.
|
Set<I> |
getDomain()
Deprecated.
|
Context<I,C> |
getInducedContext(Collection<I> individuals,
int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
C |
getMostSpecificConcept(I individual,
int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
C |
getMostSpecificConcept(Set<I> individuals,
int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
Collection<Pair<I,I>> |
getRoleNameExtension(I roleName)
Deprecated.
|
Set<I> |
getRolePredecessors(I roleName,
I individual)
Deprecated.
|
Set<I> |
getRoleSuccessors(I roleName,
I individual)
Deprecated.
|
Signature |
getSignature()
Deprecated.
|
boolean |
isInstanceOf(I individual,
C conceptExpression)
Deprecated.
|
boolean |
isSubsumedBy(C subsumee,
C subsumer)
Deprecated.
|
boolean |
models(T tbox)
Deprecated.
|
boolean |
satisfies(G gci)
Deprecated.
|
boolean |
subsumes(C subsumer,
C subsumee)
Deprecated.
|
Signature getSignature()
boolean addConceptNameAssertion(I conceptName, I individual)
boolean addRoleNameAssertion(I roleName, I individual1, I individual2)
Collection<I> getConceptNameExtension(I conceptName)
Collection<Pair<I,I>> getRoleNameExtension(I roleName)
Set<I> getRoleSuccessors(I roleName, I individual)
Set<I> getRolePredecessors(I roleName, I individual)
boolean isInstanceOf(I individual, C conceptExpression)
Set<I> getConceptExpressionExtension(C conceptExpression)
boolean isSubsumedBy(C subsumee, C subsumer)
C getMostSpecificConcept(I individual, int roleDepth, int maxCardinality, Constructor... constructors)
C getMostSpecificConcept(Set<I> individuals, int roleDepth, int maxCardinality, Constructor... constructors)
Set<C> getAllMostSpecificConcepts(int roleDepth, int maxCardinality, Constructor... constructors)
Context<I,C> getInducedContext(Collection<I> individuals, int roleDepth, int maxCardinality, Constructor... constructors)
T computeTBoxBase(int roleDepth, int maxCardinality, T backgroundOntology, Constructor... constructors) throws Exception
Exception
SetClosureOperator<I> getClosureOperator(int roleDepth, int maxCardinality, Constructor... constructors)
default void checkRoleDepth(int roleDepth)
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.