Package | Description |
---|---|
org.semanticweb.owlapi.model |
Main API classes.
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
OWLObjectAllValuesFrom |
Represents an ObjectAllValuesFrom restriction in the OWL 2 Specification.
|
interface |
OWLObjectCardinalityRestriction |
|
interface |
OWLObjectExactCardinality |
Represents an
ObjectExactCardinality restriction in the OWL 2 Specification.
|
interface |
OWLObjectHasSelf |
Represents an ObjectHasSelf
class expression in the OWL 2 Specification.
|
interface |
OWLObjectHasValue |
Represents an ObjectHasValue class expression in the OWL 2 Specification.
|
interface |
OWLObjectMaxCardinality |
Represents an ObjectMaxCardinality restriction in the OWL 2 Specification.
|
interface |
OWLObjectMinCardinality |
Represents a
ObjectMinCardinality restriction in the OWL 2 Specification.
|
interface |
OWLObjectSomeValuesFrom |
Represents an ObjectSomeValuesFrom class expression in the OWL 2 Specification.
|
interface |
OWLQuantifiedObjectRestriction |
A quantified object restriction.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OWLObjectAllValuesFromImpl |
|
class |
OWLObjectCardinalityRestrictionImpl |
|
class |
OWLObjectExactCardinalityImpl |
|
class |
OWLObjectHasSelfImpl |
|
class |
OWLObjectHasValueImpl |
|
class |
OWLObjectMaxCardinalityImpl |
|
class |
OWLObjectMinCardinalityImpl |
|
class |
OWLObjectSomeValuesFromImpl |
|
class |
OWLQuantifiedObjectRestrictionImpl |
quantified object restriction
|
Copyright © 2018 The University of Manchester. All rights reserved.