org.semanticweb.HermiT.model
Class NegatedAtomicRole
java.lang.Object
org.semanticweb.HermiT.model.NegatedAtomicRole
public class NegatedAtomicRole
- extends java.lang.Object
Represents a negated atomic role
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_negatedAtomicRole
protected final AtomicRole m_negatedAtomicRole
s_interningManager
protected static InterningManager<NegatedAtomicRole> s_interningManager
NegatedAtomicRole
public NegatedAtomicRole(AtomicRole negatedAtomicRole)
getNegatedAtomicRole
public AtomicRole getNegatedAtomicRole()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
public java.lang.String toString(Prefixes prefixes)
readResolve
protected java.lang.Object readResolve()
create
public static NegatedAtomicRole create(AtomicRole negatedAtomicRole)