org.semanticweb.HermiT.blocking
Class BlockingSignatureCache
java.lang.Object
org.semanticweb.HermiT.blocking.BlockingSignatureCache
- All Implemented Interfaces:
- java.io.Serializable
public class BlockingSignatureCache
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_directBlockingChecker
protected final DirectBlockingChecker m_directBlockingChecker
m_buckets
protected BlockingSignature[] m_buckets
m_numberOfElements
protected int m_numberOfElements
m_threshold
protected int m_threshold
BlockingSignatureCache
public BlockingSignatureCache(DirectBlockingChecker directBlockingChecker)
isEmpty
public boolean isEmpty()
addNode
public boolean addNode(Node node)
resize
protected void resize(int newCapacity)
containsSignature
public boolean containsSignature(Node node)
getIndexFor
protected static int getIndexFor(int hashCode,
int tableLength)