public class SWRLClassAtomImpl extends SWRLUnaryAtomImpl<SWRLIArgument> implements SWRLClassAtom
Constructor and Description |
---|
SWRLClassAtomImpl(OWLClassExpression predicate,
SWRLIArgument arg) |
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) |
OWLClassExpression |
getPredicate()
Gets the predicate of this atom.
|
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getAllArguments, getArgument
compareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toString
getArgument
getAllArguments
getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
compareTo
getSignature
containsEntityInSignature
getAnonymousIndividuals
getClassesInSignature
getObjectPropertiesInSignature
getDataPropertiesInSignature
getIndividualsInSignature
getDatatypesInSignature
getAnnotationPropertiesInSignature
isAnonymous, isNamed
public SWRLClassAtomImpl(@Nonnull OWLClassExpression predicate, @Nonnull SWRLIArgument arg)
predicate
- predicatearg
- class argument@Nonnull public OWLClassExpression getPredicate()
SWRLAtom
getPredicate
in interface SWRLAtom
getPredicate
in interface SWRLClassAtom
getPredicate
in class SWRLAtomImpl
public void accept(SWRLObjectVisitor visitor)
accept
in interface SWRLObject
visitor
- visitor to acceptpublic void accept(OWLObjectVisitor visitor)
OWLObject
public <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.