| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLIndividualArgument |
interface |
SWRLVariable
Represents a variable that can appear in an atom.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLClassAtom |
SWRLDataFactory.getSWRLClassAtom(OWLClassExpression predicate,
SWRLIArgument arg)
Gets a SWRL atom where the predicate is a class expression i.e.
|
SWRLDataPropertyAtom |
SWRLDataFactory.getSWRLDataPropertyAtom(OWLDataPropertyExpression property,
SWRLIArgument arg0,
SWRLDArgument arg1)
Gets a SWRL data property atom, i.e.
|
SWRLDifferentIndividualsAtom |
SWRLDataFactory.getSWRLDifferentIndividualsAtom(SWRLIArgument arg0,
SWRLIArgument arg1) |
SWRLObjectPropertyAtom |
SWRLDataFactory.getSWRLObjectPropertyAtom(OWLObjectPropertyExpression property,
SWRLIArgument arg0,
SWRLIArgument arg1)
Gets a SWRL object property atom, i.e.
|
SWRLSameIndividualAtom |
SWRLDataFactory.getSWRLSameIndividualAtom(SWRLIArgument arg0,
SWRLIArgument arg1) |
Copyright © 2016 The University of Manchester. All Rights Reserved.