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)
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.
|
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getAllArguments, getFirstArgument, getSecondArgument
compareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toString
getFirstArgument, getSecondArgument
getAllArguments
getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
compareTo
getSignature
containsEntityInSignature
getAnonymousIndividuals
getClassesInSignature
getObjectPropertiesInSignature
getDataPropertiesInSignature
getIndividualsInSignature
getDatatypesInSignature
getAnnotationPropertiesInSignature
isAnonymous, isNamed
public SWRLObjectPropertyAtomImpl(@Nonnull OWLObjectPropertyExpression predicate, @Nonnull SWRLIArgument arg0, @Nonnull SWRLIArgument arg1)
predicate
- propertyarg0
- subjectarg1
- object@Nonnull public OWLObjectPropertyExpression getPredicate()
SWRLAtom
getPredicate
in interface SWRLAtom
getPredicate
in interface SWRLObjectPropertyAtom
getPredicate
in class SWRLAtomImpl
public SWRLObjectPropertyAtom getSimplified()
SWRLObjectPropertyAtom
getSimplified
in interface SWRLObjectPropertyAtom
public void accept(OWLObjectVisitor visitor)
OWLObject
public void accept(SWRLObjectVisitor visitor)
accept
in interface SWRLObject
visitor
- visitor to acceptpublic <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept
in interface SWRLObject
O
- visitor return typevisitor
- visitor to acceptpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObject
public boolean equals(Object obj)
equals
in class OWLObjectImplWithoutEntityAndAnonCaching
Copyright © 2020 The University of Manchester. All rights reserved.