public class SWRLObjectPropertyAtomImpl extends SWRLBinaryAtomImpl<SWRLIArgument,SWRLIArgument> implements SWRLObjectPropertyAtom
Constructor and Description |
---|
SWRLObjectPropertyAtomImpl(OWLObjectPropertyExpression predicate,
SWRLIArgument arg0,
SWRLIArgument 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) |
OWLObjectPropertyExpression |
getPredicate()
Gets the predicate of this atom
|
SWRLObjectPropertyAtom |
getSimplified()
Gets a simplified form 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 SWRLObjectPropertyAtomImpl(OWLObjectPropertyExpression predicate, SWRLIArgument arg0, SWRLIArgument arg1)
public OWLObjectPropertyExpression getPredicate()
SWRLAtom
getPredicate
in interface SWRLAtom
getPredicate
in interface SWRLObjectPropertyAtom
getPredicate
in class SWRLAtomImpl
public SWRLObjectPropertyAtom getSimplified()
getSimplified
in interface SWRLObjectPropertyAtom
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