| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| 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
|
Copyright © 2018 The University of Manchester. All rights reserved.