public class SWRLObjectPropertyAtomImpl extends SWRLBinaryAtomImpl<SWRLIArgument,SWRLIArgument> implements SWRLObjectPropertyAtom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
SWRLObjectPropertyAtomImpl(OWLObjectPropertyExpression predicate,
SWRLIArgument arg0,
SWRLIArgument arg1) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
void |
accept(SWRLObjectVisitor visitor) |
<O> O |
accept(SWRLObjectVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
OWLObjectPropertyExpression |
getPredicate()
Gets the predicate of this atom.
|
SWRLObjectPropertyAtom |
getSimplified()
Gets a simplified form of this atom.
|
compareObjectOfSameType, getAllArguments, getFirstArgument, getSecondArgumentcompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFirstArgument, getSecondArgumentgetAllArgumentsgetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic SWRLObjectPropertyAtomImpl(OWLObjectPropertyExpression predicate, SWRLIArgument arg0, SWRLIArgument arg1)
predicate - propertyarg0 - subjectarg1 - objectpublic OWLObjectPropertyExpression getPredicate()
SWRLAtomgetPredicate in interface SWRLAtomgetPredicate in interface SWRLObjectPropertyAtomgetPredicate in class SWRLAtomImplpublic SWRLObjectPropertyAtom getSimplified()
SWRLObjectPropertyAtomgetSimplified in interface SWRLObjectPropertyAtompublic void accept(OWLObjectVisitor visitor)
OWLObjectpublic void accept(SWRLObjectVisitor visitor)
accept in interface SWRLObjectvisitor - visitor to acceptpublic <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept in interface SWRLObjectO - visitor return typevisitor - visitor to acceptpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectpublic boolean equals(Object obj)
equals in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.