org.semanticweb.HermiT.blocking
Class SingleDirectBlockingChecker.SingleBlockingSignature

java.lang.Object
  extended by org.semanticweb.HermiT.blocking.BlockingSignature
      extended by org.semanticweb.HermiT.blocking.SingleDirectBlockingChecker.SingleBlockingSignature
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SingleDirectBlockingChecker

protected static class SingleDirectBlockingChecker.SingleBlockingSignature
extends BlockingSignature
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.util.Set<AtomicConcept> m_atomicConceptsLabel
           
 
Fields inherited from class org.semanticweb.HermiT.blocking.BlockingSignature
m_nextEntry
 
Constructor Summary
SingleDirectBlockingChecker.SingleBlockingSignature(SingleDirectBlockingChecker checker, Node node)
           
 
Method Summary
 boolean blocksNode(Node node)
           
 boolean equals(java.lang.Object that)
           
 int hashCode()
           
 
Methods inherited from class org.semanticweb.HermiT.blocking.BlockingSignature
getNextEntry, setNextEntry
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_atomicConceptsLabel

protected final java.util.Set<AtomicConcept> m_atomicConceptsLabel
Constructor Detail

SingleDirectBlockingChecker.SingleBlockingSignature

public SingleDirectBlockingChecker.SingleBlockingSignature(SingleDirectBlockingChecker checker,
                                                           Node node)
Method Detail

blocksNode

public boolean blocksNode(Node node)
Specified by:
blocksNode in class BlockingSignature

hashCode

public int hashCode()
Specified by:
hashCode in class BlockingSignature

equals

public boolean equals(java.lang.Object that)
Specified by:
equals in class BlockingSignature