| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument>
Represents an atom with two ordered arguments.
|
interface |
SWRLBuiltInAtom |
interface |
SWRLClassAtom |
interface |
SWRLDataPropertyAtom |
interface |
SWRLDataRangeAtom |
interface |
SWRLDifferentIndividualsAtom |
interface |
SWRLObjectPropertyAtom |
interface |
SWRLSameIndividualAtom |
interface |
SWRLUnaryAtom<A extends SWRLArgument> |
| Modifier and Type | Method and Description |
|---|---|
Stream<SWRLAtom> |
SWRLRule.body()
Gets the atoms in the body of the rule.
|
default List<SWRLAtom> |
SWRLRule.bodyList() |
default Set<SWRLAtom> |
SWRLRule.getBody()
Deprecated.
use
SWRLRule.body() |
default Set<SWRLAtom> |
SWRLRule.getHead()
Deprecated.
use
SWRLRule.head() |
Stream<SWRLAtom> |
SWRLRule.head()
Gets the atoms in the head of the rule.
|
default List<SWRLAtom> |
SWRLRule.headList() |
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
SWRLProvider.getSWRLRule(Collection<? extends SWRLAtom> body,
Collection<? extends SWRLAtom> head)
Gets an anonymous SWRL Rule.
|
SWRLRule |
SWRLProvider.getSWRLRule(Collection<? extends SWRLAtom> body,
Collection<? extends SWRLAtom> head)
Gets an anonymous SWRL Rule.
|
SWRLRule |
SWRLProvider.getSWRLRule(Collection<? extends SWRLAtom> body,
Collection<? extends SWRLAtom> head,
Collection<OWLAnnotation> annotations)
Gets an anonymous SWRL Rule.
|
SWRLRule |
SWRLProvider.getSWRLRule(Collection<? extends SWRLAtom> body,
Collection<? extends SWRLAtom> head,
Collection<OWLAnnotation> annotations)
Gets an anonymous SWRL Rule.
|
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLRule |
BuilderSWRLRule.withBody(SWRLAtom arg) |
BuilderSWRLRule |
BuilderSWRLRule.withHead(SWRLAtom arg) |
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLRule |
BuilderSWRLRule.withBody(Collection<SWRLAtom> arg) |
BuilderSWRLRule |
BuilderSWRLRule.withBody(Stream<SWRLAtom> arg) |
BuilderSWRLRule |
BuilderSWRLRule.withHead(Collection<SWRLAtom> arg) |
BuilderSWRLRule |
BuilderSWRLRule.withHead(Stream<SWRLAtom> arg) |
Copyright © 2018 The University of Manchester. All rights reserved.