| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument>
Represents an atom with two ordered arguments.
|
interface |
SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument>
Represents an atom with two ordered arguments.
|
interface |
SWRLUnaryAtom<A extends SWRLArgument> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLDArgument
Represents arguments in
SWRLAtoms that
are either OWLLiterals or variables for individuals
SWRLLiteralArgument. |
interface |
SWRLIArgument
Represents arguments in
SWRLAtoms that
are either OWLIndividuals or variables
for individuals SWRLIndividualArgument. |
interface |
SWRLIndividualArgument |
interface |
SWRLLiteralArgument |
interface |
SWRLVariable
Represents a variable that can appear in an atom.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<SWRLArgument> |
SWRLAtom.allArguments()
Gets all of the arguments in this atom.
|
default Collection<SWRLArgument> |
SWRLAtom.getAllArguments()
Deprecated.
use the stream method
|
| Modifier and Type | Class and Description |
|---|---|
class |
SWRLBinaryAtomImpl<A extends SWRLArgument,B extends SWRLArgument> |
class |
SWRLBinaryAtomImpl<A extends SWRLArgument,B extends SWRLArgument> |
class |
SWRLUnaryAtomImpl<A extends SWRLArgument> |
| Modifier and Type | Class and Description |
|---|---|
class |
SWRLIndividualArgumentImpl |
class |
SWRLLiteralArgumentImpl |
class |
SWRLVariableImpl |
| Modifier and Type | Method and Description |
|---|---|
Stream<SWRLArgument> |
SWRLUnaryAtomImpl.allArguments() |
Stream<SWRLArgument> |
SWRLBuiltInAtomImpl.allArguments() |
Stream<SWRLArgument> |
SWRLBinaryAtomImpl.allArguments() |
Copyright © 2019 The University of Manchester. All rights reserved.