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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
public SWRLBuiltInAtomImpl(IRI predicate, java.util.List<SWRLDArgument> args)
public IRI getPredicate()
SWRLAtom
getPredicate
in interface SWRLAtom
getPredicate
in interface SWRLBuiltInAtom
getPredicate
in class SWRLAtomImpl
public boolean isCoreBuiltIn()
isCoreBuiltIn
in interface SWRLBuiltInAtom
true
if this is a core builtin, otherwise false
public java.util.List<SWRLDArgument> getArguments()
getArguments
in interface SWRLBuiltInAtom
public java.util.Collection<SWRLArgument> getAllArguments()
SWRLAtom
getAllArguments
in interface SWRLAtom
public void accept(OWLObjectVisitor visitor)
public void accept(SWRLObjectVisitor visitor)
accept
in interface SWRLObject
public <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept
in interface SWRLObject
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public boolean equals(java.lang.Object obj)
equals
in class OWLObjectImpl
protected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType
in class OWLObjectImpl