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)
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) |
OWLDataPropertyExpression |
getPredicate()
Gets the predicate of this atom.
|
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getAllArguments, getFirstArgument, getSecondArgumentcompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringgetFirstArgument, getSecondArgumentgetAllArgumentsgetNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignaturepublic SWRLDataPropertyAtomImpl(@Nonnull OWLDataPropertyExpression predicate, @Nonnull SWRLIArgument arg0, @Nonnull SWRLDArgument arg1)
predicate - predicatearg0 - subjectarg1 - object@Nonnull public OWLDataPropertyExpression getPredicate()
SWRLAtomgetPredicate in interface SWRLAtomgetPredicate in interface SWRLDataPropertyAtomgetPredicate in class SWRLAtomImplpublic 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 OWLObjectImplWithoutEntityAndAnonCachingCopyright © 2016 The University of Manchester. All Rights Reserved.