com.hammurapi.reasoning.impl
Class HandleSet<E>

java.lang.Object
  extended by com.hammurapi.reasoning.impl.HandleCollection<E>
      extended by com.hammurapi.reasoning.impl.HandleSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, ReadWriteLock, Set<E>

public class HandleSet<E>
extends HandleCollection<E>
implements Set<E>


Field Summary
 
Fields inherited from class com.hammurapi.reasoning.impl.HandleCollection
handleCollection, knowledgeBase
 
Constructor Summary
HandleSet(KnowledgeBase<E> kb, Set<Handle<E>> handleCollection)
           
 
Method Summary
 
Methods inherited from class com.hammurapi.reasoning.impl.HandleCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, readLock, remove, removeAll, retainAll, size, toArray, toArray, writeLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

HandleSet

public HandleSet(KnowledgeBase<E> kb,
                 Set<Handle<E>> handleCollection)