public class SWRLBuiltInAtomImpl extends SWRLAtomImpl implements SWRLBuiltInAtom
| Constructor and Description |
|---|
SWRLBuiltInAtomImpl(IRI predicate,
java.util.List<SWRLDArgument> args) |
| 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) |
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(java.lang.Object obj) |
java.util.Collection<SWRLArgument> |
getAllArguments()
Gets all of the arguments in this atom
|
java.util.List<SWRLDArgument> |
getArguments() |
IRI |
getPredicate()
Gets the predicate of this atom
|
boolean |
isCoreBuiltIn()
Determines if the predicate of this atom is is a core builtin.
|
compareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, setOWLDataFactory, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitypublic SWRLBuiltInAtomImpl(IRI predicate, java.util.List<SWRLDArgument> args)
public IRI getPredicate()
SWRLAtomgetPredicate in interface SWRLAtomgetPredicate in interface SWRLBuiltInAtomgetPredicate in class SWRLAtomImplpublic boolean isCoreBuiltIn()
SWRLBuiltInAtomisCoreBuiltIn in interface SWRLBuiltInAtomtrue if this is a core builtin, otherwise falsepublic java.util.List<SWRLDArgument> getArguments()
getArguments in interface SWRLBuiltInAtompublic java.util.Collection<SWRLArgument> getAllArguments()
SWRLAtomgetAllArguments in interface SWRLAtompublic void accept(OWLObjectVisitor visitor)
public void accept(SWRLObjectVisitor visitor)
accept in interface SWRLObjectpublic <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept in interface SWRLObjectpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
public boolean equals(java.lang.Object obj)
equals in class OWLObjectImplprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImpl