public class SWRLDataPropertyAtomImpl extends SWRLBinaryAtomImpl<SWRLIArgument,SWRLDArgument> implements SWRLDataPropertyAtom
Constructor and Description |
---|
SWRLDataPropertyAtomImpl(OWLDataPropertyExpression predicate,
SWRLIArgument arg0,
SWRLDArgument arg1) |
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) |
boolean |
equals(java.lang.Object obj) |
OWLDataPropertyExpression |
getPredicate()
Gets the predicate of this atom
|
compareObjectOfSameType, getAllArguments, getFirstArgument, getSecondArgument
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
getFirstArgument, getSecondArgument
getAllArguments
getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
public SWRLDataPropertyAtomImpl(OWLDataPropertyExpression predicate, SWRLIArgument arg0, SWRLDArgument arg1)
public OWLDataPropertyExpression getPredicate()
SWRLAtom
getPredicate
in interface SWRLAtom
getPredicate
in interface SWRLDataPropertyAtom
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 <O> O accept(OWLObjectVisitorEx<O> visitor)
public boolean equals(java.lang.Object obj)
equals
in class OWLObjectImpl