org.semanticweb.HermiT.model
Class AtomicNegationDataRange
java.lang.Object
org.semanticweb.HermiT.model.DataRange
org.semanticweb.HermiT.model.LiteralDataRange
org.semanticweb.HermiT.model.AtomicNegationDataRange
- All Implemented Interfaces:
- java.io.Serializable, DLPredicate
public class AtomicNegationDataRange
- extends LiteralDataRange
Represents a negation of a data range.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_negatedDataRange
protected final AtomicDataRange m_negatedDataRange
s_interningManager
protected static InterningManager<AtomicNegationDataRange> s_interningManager
AtomicNegationDataRange
protected AtomicNegationDataRange(AtomicDataRange negatedDataRange)
getNegatedDataRange
public AtomicDataRange getNegatedDataRange()
getNegation
public LiteralDataRange getNegation()
- Specified by:
getNegation
in class LiteralDataRange
isAlwaysTrue
public boolean isAlwaysTrue()
- Specified by:
isAlwaysTrue
in class DataRange
isAlwaysFalse
public boolean isAlwaysFalse()
- Specified by:
isAlwaysFalse
in class DataRange
isNegatedInternalDatatype
public boolean isNegatedInternalDatatype()
- Overrides:
isNegatedInternalDatatype
in class LiteralDataRange
toString
public java.lang.String toString(Prefixes prefixes)
- Specified by:
toString
in interface DLPredicate
- Specified by:
toString
in class DataRange
readResolve
protected java.lang.Object readResolve()
create
public static AtomicNegationDataRange create(AtomicDataRange negatedDataRange)