| Package | Description |
|---|---|
| au.csiro.ontology | |
| au.csiro.ontology.model |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Factory.createNamedRole(String id) |
| Modifier and Type | Method and Description |
|---|---|
static Concept |
Factory.createExistential(Role role,
Concept filler) |
static Axiom |
Factory.createRoleInclusion(Role[] lhs,
Role rhs) |
static Axiom |
Factory.createRoleInclusion(Role[] lhs,
Role rhs) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedRole
This class represents a role (also referred to as an object property in OWL).
|
| Modifier and Type | Field and Description |
|---|---|
protected Role[] |
RoleInclusion.lhs
The left hand side of the expression.
|
protected Role |
RoleInclusion.rhs
The right hand side of the expression.
|
| Modifier and Type | Method and Description |
|---|---|
Role[] |
RoleInclusion.getLhs() |
Role |
RoleInclusion.getRhs() |
Role |
Existential.getRole() |
| Modifier and Type | Method and Description |
|---|---|
int |
NamedRole.compareTo(Role o) |
void |
RoleInclusion.setLhs(Role[] lhs) |
void |
RoleInclusion.setRhs(Role rhs) |
void |
Existential.setRole(Role role) |
| Constructor and Description |
|---|
Existential(Role role,
Concept concept) |
RoleInclusion(Role[] lhs,
Role rhs)
Creates a new
RoleInclusion. |
RoleInclusion(Role[] lhs,
Role rhs)
Creates a new
RoleInclusion. |
RoleInclusion(Role lhs,
Role rhs)
Creates a new
RoleInclusion. |
Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.