@Deprecated public final class ELInterpretation extends AInterpretation<ELConceptDescription,ELConceptInclusion,ELTBox>
conceptNameExtensions, conceptNamesPerIndividual, domain, roleNameExtensions, roleSuccessors, signature
Constructor and Description |
---|
ELInterpretation(org.semanticweb.owlapi.model.IRI baseIRI)
Deprecated.
|
ELInterpretation(Signature signature)
Deprecated.
|
ELInterpretation(Signature signature,
Set<org.semanticweb.owlapi.model.IRI> domain)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ELTBox |
computeTBoxBase(int roleDepth,
int maxCardinality,
ELTBox backgroundTBox,
Constructor... constructors)
Deprecated.
|
static ELInterpretation |
fromTriples(File rdfFile,
org.semanticweb.owlapi.model.IRI baseIRI,
String isaRole)
Deprecated.
|
static ELInterpretation |
fromTriples(List<org.semanticweb.owlapi.model.IRI[]> triples,
org.semanticweb.owlapi.model.IRI baseIRI,
org.semanticweb.owlapi.model.IRI isaRole)
Deprecated.
|
protected SetList<ELConceptDescription> |
getAttributeSetForInducedContext(int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
protected Set<Implication<org.semanticweb.owlapi.model.IRI,ELConceptDescription>> |
getBackgroundImplications(Context<org.semanticweb.owlapi.model.IRI,ELConceptDescription> inducedContext,
ELTBox backgroundTBox)
Deprecated.
|
ELConceptDescription |
getMostSpecificConcept(org.semanticweb.owlapi.model.IRI individual,
int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
ELConceptDescription |
getMostSpecificConcept(Set<org.semanticweb.owlapi.model.IRI> individuals,
int roleDepth,
int maxCardinality,
Constructor... constructors)
Deprecated.
|
boolean |
isInstanceOf(org.semanticweb.owlapi.model.IRI individual,
ELConceptDescription conceptExpression)
Deprecated.
|
boolean |
models(ELTBox tBox)
Deprecated.
|
boolean |
satisfies(ELConceptInclusion gci)
Deprecated.
|
addConceptNameAssertion, addConceptNameAssertion, addRoleNameAssertion, addRoleNameAssertion, equals, getAllMostSpecificConcepts, getClosureOperator, getConceptExpressionExtension, getConceptNameExtension, getConceptNameExtensions, getDomain, getInducedContext, getRoleNameExtension, getRoleNameExtensions, getRolePredecessors, getRolePredecessorStream, getRoleSuccessors, getRoleSuccessorStream, getSignature, hashCode, isSubsumedBy, subsumes, toString, updateSuccessorSets
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
checkRoleDepth
public ELInterpretation(org.semanticweb.owlapi.model.IRI baseIRI)
public ELInterpretation(Signature signature)
public ELInterpretation(Signature signature, Set<org.semanticweb.owlapi.model.IRI> domain)
public final boolean isInstanceOf(org.semanticweb.owlapi.model.IRI individual, ELConceptDescription conceptExpression)
public final boolean satisfies(ELConceptInclusion gci)
public ELConceptDescription getMostSpecificConcept(org.semanticweb.owlapi.model.IRI individual, int roleDepth, int maxCardinality, Constructor... constructors)
public final ELConceptDescription getMostSpecificConcept(Set<org.semanticweb.owlapi.model.IRI> individuals, int roleDepth, int maxCardinality, Constructor... constructors)
protected final SetList<ELConceptDescription> getAttributeSetForInducedContext(int roleDepth, int maxCardinality, Constructor... constructors)
getAttributeSetForInducedContext
in class AInterpretation<ELConceptDescription,ELConceptInclusion,ELTBox>
protected final Set<Implication<org.semanticweb.owlapi.model.IRI,ELConceptDescription>> getBackgroundImplications(Context<org.semanticweb.owlapi.model.IRI,ELConceptDescription> inducedContext, ELTBox backgroundTBox)
getBackgroundImplications
in class AInterpretation<ELConceptDescription,ELConceptInclusion,ELTBox>
public final ELTBox computeTBoxBase(int roleDepth, int maxCardinality, ELTBox backgroundTBox, Constructor... constructors)
public static final ELInterpretation fromTriples(File rdfFile, org.semanticweb.owlapi.model.IRI baseIRI, String isaRole)
public static final ELInterpretation fromTriples(List<org.semanticweb.owlapi.model.IRI[]> triples, org.semanticweb.owlapi.model.IRI baseIRI, org.semanticweb.owlapi.model.IRI isaRole)
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.