| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument>
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 an atom with two ordered arguments |
interface |
SWRLBuiltInAtom
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 |
SWRLClassAtom
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 |
SWRLDataPropertyAtom
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 |
SWRLDataRangeAtom
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 |
SWRLDifferentIndividualsAtom
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Feb-2007 |
interface |
SWRLObjectPropertyAtom
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 |
SWRLSameIndividualAtom
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Feb-2007 |
interface |
SWRLUnaryAtom<A extends SWRLArgument>
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 |
| Modifier and Type | Method and Description |
|---|---|
Set<SWRLAtom> |
SWRLRule.getBody()
Gets the atoms in the body of the rule
|
Set<SWRLAtom> |
SWRLRule.getHead()
Gets the atoms in the head of the rule
|
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
SWRLDataFactory.getSWRLRule(IRI iri,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Deprecated.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(IRI iri,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Deprecated.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(NodeID nodeID,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Deprecated.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(NodeID nodeID,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Deprecated.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Gets an anonymous SWRL Rule
|
SWRLRule |
SWRLDataFactory.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Gets an anonymous SWRL Rule
|
SWRLRule |
SWRLDataFactory.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Set<OWLAnnotation> annotations)
Gets an anonymous SWRL Rule
|
SWRLRule |
SWRLDataFactory.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Set<OWLAnnotation> annotations)
Gets an anonymous SWRL Rule
|
Copyright © 2013 The University of Manchester. All Rights Reserved.