| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
KRSS2Parser.IndividualName()
Individual name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KRSSObjectRenderer.write(OWLIndividual ind) |
void |
KRSS2OWLObjectRenderer.write(OWLIndividual ind) |
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
KRSSParser.IndividualName()
Individual name.
|
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
OWLFunctionalSyntaxParser.Individual()
Individual.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLIndividual> |
OWLFunctionalSyntaxParser.IndividualMinOneSet()
Individual min one set.
|
Set<OWLIndividual> |
OWLFunctionalSyntaxParser.IndividualSet()
Individual set.
|
| Modifier and Type | Method and Description |
|---|---|
protected OWLIndividual |
ManchesterOWLSyntaxEditorParser.parseIndividual() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<OWLIndividual> |
ManchesterOWLSyntaxEditorParser.parseIndividualList() |
| Modifier and Type | Method and Description |
|---|---|
protected OWLPropertyAssertionAxiom<?,?> |
ManchesterOWLSyntaxEditorParser.parseFact(OWLIndividual ind) |
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
AbstractOWLAssertionAxiomElementHandler.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOWLAssertionAxiomElementHandler.setSubject(OWLIndividual subject) |
| Modifier and Type | Method and Description |
|---|---|
protected OWLIndividual |
OWLRDFConsumer.getOWLIndividual(IRI iri)
Gets the oWL individual.
|
OWLIndividual |
IndividualListItemTranslator.translate(IRI IRI) |
OWLIndividual |
IndividualListItemTranslator.translate(OWLLiteral firstObject) |
OWLIndividual |
OWLRDFConsumer.translateIndividual(IRI node)
Translate individual.
|
protected OWLIndividual |
AbstractTripleHandler.translateIndividual(IRI IRI) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLIndividual> |
OWLRDFConsumer.translateToIndividualSet(IRI mainNode)
Translate to individual set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
interface |
OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
SWRLIndividualArgument.getIndividual() |
OWLIndividual |
OWLClassAssertionAxiom.getIndividual()
Gets the individual that is asserted to be an instance of a class
expression by this axiom.
|
OWLIndividual |
OWLPropertyAssertionAxiom.getSubject()
Gets the individual that is the subject of this assertion.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLIndividual> |
OWLIndividual.getDifferentIndividuals(OWLOntology ontology)
A convenience method that examines axioms in the specified ontology to
determine the individuals that are asserted to be different to this
individual.
|
Set<OWLIndividual> |
OWLObjectOneOf.getIndividuals()
Gets the individuals that are in the oneOf.
|
Set<OWLIndividual> |
OWLNaryIndividualAxiom.getIndividuals() |
Set<OWLIndividual> |
OWLClass.getIndividuals(OWLOntology ontology)
Gets the individuals that have been asserted to be an instance of this
class by axioms in the specified ontology.
|
Set<OWLIndividual> |
OWLClass.getIndividuals(Set<OWLOntology> ontologies)
Gets the individuals that have been asserted to be an instance of this
class by axioms in the speficied ontologies.
|
List<OWLIndividual> |
OWLNaryIndividualAxiom.getIndividualsAsList()
Gets the individuals returned by
OWLNaryIndividualAxiom.getIndividuals() as a list. |
Map<OWLObjectPropertyExpression,Set<OWLIndividual>> |
OWLIndividual.getNegativeObjectPropertyValues(OWLOntology ontology)
Gets the object property values that are explicitly asserted NOT to hold
for this individual
|
Set<OWLIndividual> |
OWLIndividual.getObjectPropertyValues(OWLObjectPropertyExpression property,
OWLOntology ontology)
Gets the asserted object property values for this individual and the
specified property.
|
Map<OWLObjectPropertyExpression,Set<OWLIndividual>> |
OWLIndividual.getObjectPropertyValues(OWLOntology ontology)
Gets the object property values for this individual.
|
Set<OWLIndividual> |
OWLIndividual.getSameIndividuals(OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
OWLObjectOneOf |
OWLDataFactory.getOWLObjectOneOf(Set<? extends OWLIndividual> values) |
OWLSameIndividualAxiom |
OWLDataFactory.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals) |
OWLSameIndividualAxiom |
OWLDataFactory.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnonymousIndividualImpl |
class |
OWLIndividualImpl |
class |
OWLNamedIndividualImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
SWRLIndividualArgumentImpl.getIndividual() |
OWLIndividual |
OWLClassAssertionAxiomImpl.getIndividual() |
OWLIndividual |
OWLIndividualRelationshipAxiomImpl.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
OWLDataFactoryImpl.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
OWLDataFactoryImpl.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
OWLObjectOneOf |
OWLDataFactoryImpl.getOWLObjectOneOf(Set<? extends OWLIndividual> values) |
OWLSameIndividualAxiom |
OWLDataFactoryImpl.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals) |
OWLSameIndividualAxiom |
OWLDataFactoryImpl.getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
| Constructor and Description |
|---|
OWLDifferentIndividualsAxiomImpl(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
OWLNaryIndividualAxiomImpl(Set<? extends OWLIndividual> individuals,
Collection<? extends OWLAnnotation> annotations) |
OWLObjectOneOfImpl(Set<? extends OWLIndividual> values) |
OWLSameIndividualAxiomImpl(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAxiom> |
ManchesterOWLSyntaxFrameRenderer.write(OWLIndividual individual) |
| Modifier and Type | Method and Description |
|---|---|
OWLIndividual |
DLSyntaxParser.parseIndividualId()
Parses the individual id.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.