public class SWRLDataRangeAtomImpl extends SWRLUnaryAtomImpl<SWRLDArgument> implements SWRLDataRangeAtom
Constructor and Description |
---|
SWRLDataRangeAtomImpl(OWLDataRange predicate,
SWRLDArgument 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) |
OWLDataRange |
getPredicate()
Gets the predicate of this atom
|
getAllArguments, getArgument
compareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, setOWLDataFactory, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getArgument
getAllArguments
getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
public SWRLDataRangeAtomImpl(OWLDataRange predicate, SWRLDArgument arg)
public OWLDataRange getPredicate()
SWRLAtom
getPredicate
in interface SWRLAtom
getPredicate
in interface SWRLDataRangeAtom
getPredicate
in class SWRLAtomImpl
public void accept(OWLObjectVisitor visitor)
public void accept(SWRLObjectVisitor visitor)
accept
in interface SWRLObject
public <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept
in interface SWRLObject
public boolean equals(java.lang.Object obj)
equals
in class OWLObjectImpl
public <O> O accept(OWLObjectVisitorEx<O> visitor)
protected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType
in class OWLObjectImpl