public class SWRLBuiltInAtomImpl extends SWRLAtomImpl implements SWRLBuiltInAtom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
SWRLBuiltInAtomImpl(IRI predicate,
List<SWRLDArgument> args) |
| 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) |
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
Collection<SWRLArgument> |
getAllArguments()
Gets all of the arguments in this atom.
|
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, containsEntityInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTocontainsEntityInSignaturepublic SWRLBuiltInAtomImpl(IRI predicate, List<SWRLDArgument> args)
predicate - predicateargs - builtin argumentpublic 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 List<SWRLDArgument> getArguments()
getArguments in interface SWRLBuiltInAtompublic Collection<SWRLArgument> getAllArguments()
SWRLAtomgetAllArguments in interface SWRLAtompublic 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 OWLObjectImplprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.