| 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 |
SWRLLiteralArgument |
interface |
SWRLVariable
Represents a variable that can appear in an atom.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<SWRLDArgument> |
SWRLBuiltInAtom.arguments() |
default List<SWRLDArgument> |
SWRLBuiltInAtom.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
SWRLDataPropertyAtom |
SWRLProvider.getSWRLDataPropertyAtom(OWLDataPropertyExpression property,
SWRLIArgument arg0,
SWRLDArgument arg1)
Gets a SWRL data property atom, i.e.
|
SWRLDataRangeAtom |
SWRLProvider.getSWRLDataRangeAtom(OWL2Datatype predicate,
SWRLDArgument arg)
Gets a SWRL atom where the predicate is a data range, i.e.
|
SWRLDataRangeAtom |
SWRLProvider.getSWRLDataRangeAtom(OWLDataRange predicate,
SWRLDArgument arg)
Gets a SWRL atom where the predicate is a data range, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLBuiltInAtom |
SWRLProvider.getSWRLBuiltInAtom(IRI builtInIRI,
List<SWRLDArgument> args)
Creates a SWRL Built-In atom.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLDArgument |
BuilderSWRLDataPropertyAtom.getArg1() |
SWRLDArgument |
BuilderSWRLDataRangeAtom.getArgument() |
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLDataPropertyAtom |
BuilderSWRLDataPropertyAtom.with(SWRLDArgument arg) |
BuilderSWRLDataRangeAtom |
BuilderSWRLDataRangeAtom.with(SWRLDArgument arg) |
BuilderSWRLBuiltInAtom |
BuilderSWRLBuiltInAtom.with(SWRLDArgument arg) |
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLBuiltInAtom |
BuilderSWRLBuiltInAtom.with(Collection<SWRLDArgument> arg) |
Copyright © 2018 The University of Manchester. All rights reserved.