| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| 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(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.
|
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLRule |
BuilderSWRLRule.withBody(SWRLAtom arg) |
BuilderSWRLRule |
BuilderSWRLRule.withHead(SWRLAtom arg) |
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLRule |
BuilderSWRLRule.withBody(Collection<SWRLAtom> arg) |
BuilderSWRLRule |
BuilderSWRLRule.withHead(Collection<SWRLAtom> arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
SWRLAtomImpl |
class |
SWRLBinaryAtomImpl<A extends SWRLArgument,B extends SWRLArgument> |
class |
SWRLBuiltInAtomImpl |
class |
SWRLClassAtomImpl |
class |
SWRLDataPropertyAtomImpl |
class |
SWRLDataRangeAtomImpl |
class |
SWRLDifferentIndividualsAtomImpl |
class |
SWRLObjectPropertyAtomImpl |
class |
SWRLSameIndividualAtomImpl |
class |
SWRLUnaryAtomImpl<A extends SWRLArgument> |
| Modifier and Type | Method and Description |
|---|---|
Set<SWRLAtom> |
SWRLRuleImpl.getBody() |
Set<SWRLAtom> |
SWRLRuleImpl.getHead() |
| Modifier and Type | Method and Description |
|---|---|
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head) |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head) |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Set<OWLAnnotation> annotations) |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Set<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
SWRLRuleImpl(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head) |
SWRLRuleImpl(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head) |
SWRLRuleImpl(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Collection<? extends OWLAnnotation> annotations) |
SWRLRuleImpl(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Collection<? extends OWLAnnotation> annotations) |
Copyright © 2016 The University of Manchester. All Rights Reserved.