| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLIndividualArgument
Author: Matthew Horridge
The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
interface |
SWRLVariable
Author: Matthew Horridge
The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm 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 © 2013 The University of Manchester. All Rights Reserved.