public class SWRLClassAtomImpl extends SWRLUnaryAtomImpl<SWRLIArgument> implements SWRLClassAtom
| Constructor and Description |
|---|
SWRLClassAtomImpl(OWLClassExpression predicate,
SWRLIArgument arg) |
| Modifier and Type | Method and Description |
|---|---|
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 |
equals(java.lang.Object obj) |
OWLClassExpression |
getPredicate()
Gets the predicate of this atom
|
getAllArguments, getArgumentcompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, setOWLDataFactory, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetArgumentgetAllArgumentsgetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitypublic SWRLClassAtomImpl(OWLClassExpression predicate, SWRLIArgument arg)
public OWLClassExpression getPredicate()
SWRLAtomgetPredicate in interface SWRLAtomgetPredicate in interface SWRLClassAtomgetPredicate in class SWRLAtomImplpublic void accept(SWRLObjectVisitor visitor)
accept in interface SWRLObjectpublic void accept(OWLObjectVisitor visitor)
public <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept in interface SWRLObjectpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
public boolean equals(java.lang.Object obj)
equals in class OWLObjectImplprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImpl