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 |
SWRLArgument |
Represents an object in an atom (either a data object or and individual
object).
|
interface |
SWRLAtom |
Represents an atom in a rule.
|
interface |
SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument> |
Represents an atom with two ordered arguments.
|
interface |
SWRLBuiltInAtom |
|
interface |
SWRLClassAtom |
|
interface |
SWRLDArgument |
Represents arguments in
SWRLAtom s that
are either OWLLiteral s or variables for individuals
SWRLLiteralArgument . |
interface |
SWRLDataPropertyAtom |
|
interface |
SWRLDataRangeAtom |
|
interface |
SWRLDifferentIndividualsAtom |
|
interface |
SWRLIArgument |
Represents arguments in
SWRLAtom s that
are either OWLIndividual s or variables
for individuals SWRLIndividualArgument . |
interface |
SWRLIndividualArgument |
|
interface |
SWRLLiteralArgument |
|
interface |
SWRLObjectPropertyAtom |
|
interface |
SWRLRule |
Represent a rule.
|
interface |
SWRLSameIndividualAtom |
|
interface |
SWRLUnaryAtom<A extends SWRLArgument> |
|
interface |
SWRLVariable |
Represents a variable that can appear in an atom.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SWRLAtomImpl |
|
class |
SWRLBinaryAtomImpl<A extends SWRLArgument,B extends SWRLArgument> |
|
class |
SWRLBuiltInAtomImpl |
|
class |
SWRLClassAtomImpl |
|
class |
SWRLDataPropertyAtomImpl |
|
class |
SWRLDataRangeAtomImpl |
|
class |
SWRLDifferentIndividualsAtomImpl |
|
class |
SWRLIndividualArgumentImpl |
|
class |
SWRLLiteralArgumentImpl |
|
class |
SWRLObjectPropertyAtomImpl |
|
class |
SWRLRuleImpl |
|
class |
SWRLSameIndividualAtomImpl |
|
class |
SWRLUnaryAtomImpl<A extends SWRLArgument> |
|
class |
SWRLVariableImpl |
Copyright © 2018 The University of Manchester. All rights reserved.