| Package | Description |
|---|---|
| au.csiro.ontology | |
| au.csiro.ontology.model | |
| au.csiro.ontology.util |
| Modifier and Type | Method and Description |
|---|---|
static Concept |
Factory.createConjunction(Concept... concepts) |
static Concept |
Factory.createDatatype(Feature feature,
Operator operator,
Literal literal) |
static Concept |
Factory.createExistential(Role role,
Concept filler) |
static Concept |
Factory.createNamedConcept(String id) |
| Modifier and Type | Method and Description |
|---|---|
static Axiom |
Factory.createConceptInclusion(Concept lhs,
Concept rhs) |
static Concept |
Factory.createConjunction(Concept... concepts) |
static Concept |
Factory.createExistential(Role role,
Concept filler) |
| Modifier and Type | Class and Description |
|---|---|
class |
Conjunction
This class represents a conjunction (also referred to as an ObjectIntersectionOf in OWL).
|
class |
Datatype
A datatype expression that represents a set of individuals that have a
property with a certain value.
|
class |
Existential
This class represents an existential (also known as an ObjectSomeValuesFrom
in OWL).
|
class |
NamedConcept
This class represents a named concept (also referred to as a class in OWL).
|
| Modifier and Type | Field and Description |
|---|---|
static Concept |
NamedConcept.BOTTOM_CONCEPT
The bottom concept.
|
static Concept |
NamedConcept.TOP_CONCEPT
The top concept.
|
| Modifier and Type | Method and Description |
|---|---|
Concept |
Existential.getConcept() |
Concept[] |
Conjunction.getConcepts() |
Concept |
ConceptInclusion.getLhs() |
Concept |
ConceptInclusion.getRhs() |
| Modifier and Type | Method and Description |
|---|---|
int |
Conjunction.compareTo(Concept o) |
int |
NamedConcept.compareTo(Concept other) |
int |
Datatype.compareTo(Concept o) |
int |
Existential.compareTo(Concept o) |
void |
Existential.setConcept(Concept concept) |
void |
Conjunction.setConcepts(Concept[] concepts) |
void |
ConceptInclusion.setLhs(Concept lhs) |
void |
ConceptInclusion.setRhs(Concept rhs) |
| Constructor and Description |
|---|
ConceptInclusion(Concept lhs,
Concept rhs)
Creates a new ConceptInclusion.
|
Conjunction(Concept[] concepts) |
Existential(Role role,
Concept concept) |
| Constructor and Description |
|---|
Conjunction(Collection<? extends Concept> concepts) |
| Modifier and Type | Method and Description |
|---|---|
static Concept |
AxiomUtils.deserialiseConcept(String s)
Transforms a string representation of a concept into an
Concept. |
| Modifier and Type | Method and Description |
|---|---|
static String |
AxiomUtils.serialiseConcept(Concept concept)
Transforms a concept into a
String representation. |
Copyright © 2018 Australian e-Health Research Centre. All Rights Reserved.