public class SWRLLiteralArgumentImpl extends OWLObjectImpl implements SWRLLiteralArgument
Constructor and Description |
---|
SWRLLiteralArgumentImpl(OWLLiteral literal) |
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) |
OWLLiteral |
getLiteral()
Gets the literal for this argument
|
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 SWRLLiteralArgumentImpl(OWLLiteral literal)
public OWLLiteral getLiteral()
SWRLLiteralArgument
getLiteral
in interface SWRLLiteralArgument
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