public class ELInterpretation2<I> extends Object
Constructor and Description |
---|
ELInterpretation2() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(I i,
org.semanticweb.owlapi.model.IRI A) |
boolean |
add(I i,
org.semanticweb.owlapi.model.IRI r,
I j) |
boolean |
add(I i,
String A) |
boolean |
add(I i,
String r,
I j) |
MatrixRelation<I,org.semanticweb.owlapi.model.IRI> |
getConceptNameExtensionMatrix() |
Set<I> |
getDomain() |
Set<I> |
getExtension(ELConceptDescription conceptDescription) |
static <T> Set<Set<T>> |
getMinimalHittingSets(Set<Set<T>> hypergraph) |
ELConceptDescription |
getMostSpecificConceptDescription(I object,
int roleDepth) |
ELConceptDescription |
getMostSpecificConceptDescription(Set<I> objects,
int roleDepth) |
ELConceptDescription |
getMostSpecificConceptDescription2(Set<I> objects,
int roleDepth) |
MatrixRelation<I,I> |
getRoleNameExtensionMatrix(org.semanticweb.owlapi.model.IRI roleName) |
Map<org.semanticweb.owlapi.model.IRI,MatrixRelation<I,I>> |
getRoleNameExtensionMatrixMap() |
Signature |
getSignature(boolean onlyActiveSignature) |
boolean |
isInExtensionOf(I i,
ELConceptDescription conceptDescription) |
boolean |
models(ELConceptInclusion conceptInclusion) |
boolean |
models(ELTBox tBox) |
String |
toString() |
public ELInterpretation2()
public final Signature getSignature(boolean onlyActiveSignature)
public final MatrixRelation<I,org.semanticweb.owlapi.model.IRI> getConceptNameExtensionMatrix()
public final MatrixRelation<I,I> getRoleNameExtensionMatrix(org.semanticweb.owlapi.model.IRI roleName)
public final Map<org.semanticweb.owlapi.model.IRI,MatrixRelation<I,I>> getRoleNameExtensionMatrixMap()
public final Set<I> getExtension(ELConceptDescription conceptDescription)
public final boolean isInExtensionOf(I i, ELConceptDescription conceptDescription)
public final boolean models(ELConceptInclusion conceptInclusion)
public final ELConceptDescription getMostSpecificConceptDescription(I object, int roleDepth)
public final ELConceptDescription getMostSpecificConceptDescription(Set<I> objects, int roleDepth)
public final ELConceptDescription getMostSpecificConceptDescription2(Set<I> objects, int roleDepth)
public static final <T> Set<Set<T>> getMinimalHittingSets(Set<Set<T>> hypergraph)
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.