| Package | Description |
|---|---|
| au.csiro.ontology | |
| au.csiro.ontology.util |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Node> |
Node.children
Set of child nodes.
|
protected Set<Node> |
Ontology.lastAffectedNodes
Set of
Nodes potentially affected by the last incremental
classification. |
protected Map<String,Node> |
Taxonomy.nodeMap
Deprecated.
A map that contains references to all the nodes in the taxonomy indexed
by id.
|
protected Map<String,Node> |
Ontology.nodeMap
A map that contains references to all the nodes in the taxonomy indexed
by id.
|
protected Set<Node> |
Node.parents
Set of parents nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Ontology.getBottomNode() |
Node |
Taxonomy.getNode(String id)
Deprecated.
|
Node |
Ontology.getNode(String id) |
Node |
Ontology.getTopNode() |
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
Ontology.getAffectedNodes() |
Set<Node> |
Node.getChildren() |
Map<String,Node> |
Ontology.getNodeMap() |
Set<Node> |
Node.getParents() |
Iterator<Node> |
Taxonomy.iterator()
Deprecated.
|
Iterator<Node> |
Ontology.nodeIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ontology.setAffectedNodes(Set<Node> nodes) |
void |
Ontology.setNodeMap(Map<String,Node> nodeMap) |
| 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.
|
Ontology(String id,
String version,
Collection<Axiom> statedAxioms,
Map<String,Node> nodeMap,
Set<Node> lastAffectedNodes)
Builds a new ontology.
|
Taxonomy(Map<String,Node> nodeMap)
Deprecated.
Creates a new Taxonomy.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Node,Object> |
Traversal.Stats.computeStats(Ontology ont)
Traverses the ontology to compute min and max path length to root for each node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Traversal.accept(Node node,
Traversal.Visitor... visitors) |
void |
Traversal.Visitor.visit(Node node) |
Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.