public class SWRLRuleImpl extends OWLLogicalAxiomImpl implements org.semanticweb.owlapi.model.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 org.semanticweb.owlapi.model.SWRLAtom> body,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> head,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLAxiomVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLAxiomVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.SWRLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.SWRLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object) |
boolean |
containsAnonymousClassExpressions() |
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.OWLAxiom |
getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
org.semanticweb.owlapi.model.AxiomType<?> |
getAxiomType() |
org.semanticweb.owlapi.model.SWRLRule |
getAxiomWithoutAnnotations() |
Set<org.semanticweb.owlapi.model.SWRLAtom> |
getBody() |
Set<org.semanticweb.owlapi.model.OWLClassExpression> |
getClassAtomPredicates() |
Set<org.semanticweb.owlapi.model.SWRLAtom> |
getHead() |
org.semanticweb.owlapi.model.SWRLRule |
getSimplified() |
Set<org.semanticweb.owlapi.model.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 org.semanticweb.owlapi.model.SWRLAtom> body, Set<? extends org.semanticweb.owlapi.model.SWRLAtom> head, Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
body - rule bodyhead - rule headannotations - annotations on the axiompublic org.semanticweb.owlapi.model.SWRLRule getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAxiomgetAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.SWRLRulepublic org.semanticweb.owlapi.model.OWLAxiom getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations)
getAnnotatedAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic Set<org.semanticweb.owlapi.model.SWRLVariable> getVariables()
getVariables in interface org.semanticweb.owlapi.model.SWRLRulepublic boolean containsAnonymousClassExpressions()
containsAnonymousClassExpressions in interface org.semanticweb.owlapi.model.SWRLRulepublic Set<org.semanticweb.owlapi.model.OWLClassExpression> getClassAtomPredicates()
getClassAtomPredicates in interface org.semanticweb.owlapi.model.SWRLRulepublic void accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic void accept(org.semanticweb.owlapi.model.SWRLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.SWRLObjectpublic <O> O accept(org.semanticweb.owlapi.model.SWRLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.SWRLObjectpublic Set<org.semanticweb.owlapi.model.SWRLAtom> getBody()
getBody in interface org.semanticweb.owlapi.model.SWRLRulepublic Set<org.semanticweb.owlapi.model.SWRLAtom> getHead()
getHead in interface org.semanticweb.owlapi.model.SWRLRulepublic void accept(org.semanticweb.owlapi.model.OWLAxiomVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLAxiompublic <O> O accept(org.semanticweb.owlapi.model.OWLAxiomVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.SWRLRule getSimplified()
getSimplified in interface org.semanticweb.owlapi.model.SWRLRulepublic boolean isLogicalAxiom()
isLogicalAxiom in interface org.semanticweb.owlapi.model.OWLAxiomisLogicalAxiom in class OWLLogicalAxiomImplpublic boolean equals(Object obj)
equals in class OWLAxiomImplpublic org.semanticweb.owlapi.model.AxiomType<?> getAxiomType()
getAxiomType in interface org.semanticweb.owlapi.model.OWLAxiomprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.