| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| 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 |
|---|---|
List<SWRLDArgument> |
SWRLBuiltInAtom.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
SWRLDataPropertyAtom |
SWRLDataFactory.getSWRLDataPropertyAtom(OWLDataPropertyExpression property,
SWRLIArgument arg0,
SWRLDArgument arg1)
Gets a SWRL data property atom, i.e.
|
SWRLDataRangeAtom |
SWRLDataFactory.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 |
SWRLDataFactory.getSWRLBuiltInAtom(IRI builtInIRI,
List<SWRLDArgument> args)
Creates a SWRL Built-In atom.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.