public class SWRLRuleImpl extends OWLLogicalAxiomImpl implements SWRLRule
| Modifier and Type | Class and Description |
|---|---|
protected class |
SWRLRuleImpl.AtomSimplifier |
| Modifier and Type | Field and Description |
|---|---|
protected SWRLRuleImpl.AtomSimplifier |
ATOM_SIMPLIFIER |
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
SWRLRuleImpl(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
void |
accept(SWRLObjectVisitor visitor) |
<O> O |
accept(SWRLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
containsAnonymousClassExpressions() |
boolean |
equals(Object obj) |
OWLAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
SWRLRule |
getAxiomWithoutAnnotations() |
Set<SWRLAtom> |
getBody() |
Set<OWLClassExpression> |
getClassAtomPredicates() |
Set<SWRLAtom> |
getHead() |
SWRLRule |
getSimplified() |
Set<SWRLVariable> |
getVariables() |
boolean |
isLogicalAxiom() |
isAnnotationAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfType, mergeAnnoscompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isOfType, isOfTypegetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareToprotected final SWRLRuleImpl.AtomSimplifier ATOM_SIMPLIFIER
public SWRLRuleImpl(Set<? extends SWRLAtom> body, Set<? extends SWRLAtom> head, Collection<? extends OWLAnnotation> annotations)
public SWRLRule getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface SWRLRulepublic OWLAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic Set<SWRLVariable> getVariables()
getVariables in interface SWRLRulepublic boolean containsAnonymousClassExpressions()
containsAnonymousClassExpressions in interface SWRLRulepublic Set<OWLClassExpression> getClassAtomPredicates()
getClassAtomPredicates in interface SWRLRulepublic void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public void accept(SWRLObjectVisitor visitor)
accept in interface SWRLObjectpublic <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept in interface SWRLObjectpublic void accept(OWLAxiomVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public SWRLRule getSimplified()
getSimplified in interface SWRLRulepublic boolean isLogicalAxiom()
isLogicalAxiom in interface OWLAxiomisLogicalAxiom in class OWLLogicalAxiomImplpublic boolean equals(Object obj)
equals in class OWLAxiomImplpublic AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiomprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2013 CSIRO HRPPC. All Rights Reserved.