| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLLiteralArgument
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 |
|---|---|
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 © 2013 The University of Manchester. All Rights Reserved.