| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument>
Represents an atom with two ordered arguments.
|
interface |
SWRLBuiltInAtom |
interface |
SWRLClassAtom |
interface |
SWRLDataPropertyAtom |
interface |
SWRLDataRangeAtom |
interface |
SWRLDifferentIndividualsAtom |
interface |
SWRLObjectPropertyAtom |
interface |
SWRLSameIndividualAtom |
interface |
SWRLUnaryAtom<A extends SWRLArgument> |
| 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 © 2014 The University of Manchester. All Rights Reserved.