| Package | Description |
|---|---|
| org.semanticweb.HermiT.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicConcept
Represents an atomic concept.
|
class |
AtomicNegationConcept
Represents a negation of an atomic concept.
|
| Modifier and Type | Method and Description |
|---|---|
LiteralConcept |
AtomicNegationConcept.getNegation() |
LiteralConcept |
AtomicConcept.getNegation() |
abstract LiteralConcept |
LiteralConcept.getNegation() |
LiteralConcept |
AtLeastConcept.getToConcept() |
LiteralConcept |
AnnotatedEquality.getToConcept() |
| Modifier and Type | Method and Description |
|---|---|
static AtLeastConcept |
AtLeastConcept.create(int number,
Role onRole,
LiteralConcept toConcept) |
static AnnotatedEquality |
AnnotatedEquality.create(int cardinality,
Role onRole,
LiteralConcept toConcept) |
Copyright © 2020. All rights reserved.