| Modifier and Type | Method and Description |
|---|---|
protected IndividualExpression |
TranslationMachinery.toIndividualPointer(org.semanticweb.owlapi.model.OWLIndividual individual) |
| Modifier and Type | Method and Description |
|---|---|
protected org.semanticweb.owlapi.reasoner.NodeSet<org.semanticweb.owlapi.model.OWLNamedIndividual> |
TranslationMachinery.translateIndividualPointersToNodeSet(Iterable<IndividualExpression> pointers) |
| Modifier and Type | Method and Description |
|---|---|
IndividualExpression |
ExpressionManager.individual(String name)
get named individual
|
| Modifier and Type | Method and Description |
|---|---|
Individual |
OntologyLoader.getIndividual(IndividualExpression I,
String reason)
get an individual be the DLTree; throw exception if unable
|
List<Individual> |
ReasoningKernel.getRoleFillers(IndividualExpression I,
ObjectRoleExpression R) |
void |
ReasoningKernel.getSameAs(IndividualExpression I,
Actor actor)
apply actor__apply() to all synonyms of an individual I
|
void |
ReasoningKernel.getTypes(IndividualExpression I,
boolean direct,
Actor actor)
apply actor__apply() to all DIRECT concepts that are types of an
individual I
|
Axiom |
ReasoningKernel.instanceOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression I,
ConceptExpression C)
axiom I e C
|
boolean |
ReasoningKernel.isInstance(IndividualExpression I,
ConceptExpression C) |
boolean |
ReasoningKernel.isRelated(IndividualExpression I,
ObjectRoleExpression R,
IndividualExpression J) |
boolean |
ReasoningKernel.isSameIndividuals(IndividualExpression I,
IndividualExpression J) |
ConceptExpression |
ExpressionManager.oneOf(IndividualExpression I) |
Axiom |
ReasoningKernel.relatedTo(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression I,
ObjectRoleExpression R,
IndividualExpression J)
axiom :R
|
Axiom |
ReasoningKernel.relatedToNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression I,
ObjectRoleExpression R,
IndividualExpression J)
axiom :\neg R
|
ConceptExpression |
ExpressionManager.value(ObjectRoleExpression R,
IndividualExpression I)
get value restriction wrt an object role R and an individual I
|
Axiom |
ReasoningKernel.valueOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression I,
DataRoleExpression A,
Literal<?> V)
axiom (value I A V)
|
Axiom |
ReasoningKernel.valueOfNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression I,
DataRoleExpression A,
Literal<?> V)
axiom :\neg A
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Collection<IndividualExpression>> |
TaxonomyActor.getIndividualElements()
get 2D array of all required elements of the taxonomy
|
Collection<IndividualExpression> |
TaxonomyActor.getIndividualSynonyms() |
Collection<IndividualExpression> |
TaxonomyActor.getPlainIndividualElements() |
| Modifier and Type | Class and Description |
|---|---|
class |
IndividualName |
| Modifier and Type | Method and Description |
|---|---|
IndividualExpression |
ConceptObjectValue.getI() |
| Constructor and Description |
|---|
ConceptObjectValue(ObjectRoleExpression R,
IndividualExpression I) |
| Modifier and Type | Method and Description |
|---|---|
IndividualExpression |
AxiomRelatedToNot.getRelatedIndividual()
access
|
IndividualExpression |
AxiomRelatedTo.getRelatedIndividual()
access
|
| Constructor and Description |
|---|
AxiomInstanceOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
ConceptExpression c) |
AxiomRelatedTo(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
ObjectRoleExpression r,
IndividualExpression j) |
AxiomRelatedToNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
ObjectRoleExpression r,
IndividualExpression j) |
AxiomValueOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v) |
AxiomValueOfNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v) |
Copyright © 2013 The University of Manchester. All Rights Reserved.