| Package | Description |
|---|---|
| au.csiro.ontology | |
| au.csiro.ontology.classification | |
| au.csiro.ontology.model | |
| au.csiro.ontology.util |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Axiom> |
Ontology.inferredAxioms
The collection of inferred axioms that form the ontology.
|
protected Collection<Axiom> |
Ontology.statedAxioms
The collection of stated axioms that form the ontology.
|
| Modifier and Type | Method and Description |
|---|---|
static Axiom |
Factory.createConceptInclusion(Concept lhs,
Concept rhs) |
static Axiom |
Factory.createRoleInclusion(Role[] lhs,
Role rhs) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Axiom> |
Ontology.getInferredAxioms() |
Collection<Axiom> |
Ontology.getStatedAxioms() |
| Constructor and Description |
|---|
Ontology(String id,
String version,
Collection<Axiom> statedAxioms,
Map<String,Node> nodeMap)
Builds a new ontology.
|
Ontology(String id,
String version,
Collection<Axiom> statedAxioms,
Map<String,Node> nodeMap,
Set<Node> lastAffectedNodes)
Builds a new ontology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IReasoner.loadAxioms(Iterator<Axiom> axioms)
Loads and indexes the supplied axioms.
|
void |
IReasoner.loadAxioms(Set<Axiom> axioms)
Loads and indexes the supplied axioms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConceptInclusion
This class represents a concept inclusion axiom (also known as a SubClassOf axiom in OWL).
|
class |
FunctionalFeature |
class |
RoleInclusion
This class represents a role inclusion axiom (also known as a SubObjectPropertyOf axiom in OWL).
|
| Modifier and Type | Method and Description |
|---|---|
int |
FunctionalFeature.compareTo(Axiom o) |
int |
ConceptInclusion.compareTo(Axiom o) |
int |
RoleInclusion.compareTo(Axiom o) |
| Modifier and Type | Method and Description |
|---|---|
static Axiom |
AxiomUtils.deserialise(String s)
Transforms a string representation of an axiom into an
Axiom. |
| Modifier and Type | Method and Description |
|---|---|
static String |
AxiomUtils.serialise(Axiom axiom)
Transforms an axiom into a
String representation. |
Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.