org.hypergraphdb
Class IncidenceSet

java.lang.Object
  extended by org.hypergraphdb.atom.HGAtomSet
      extended by org.hypergraphdb.IncidenceSet
All Implemented Interfaces:
java.lang.Iterable<HGHandle>, java.util.Collection<HGHandle>, java.util.Set<HGHandle>, java.util.SortedSet<HGHandle>, HGSortedSet<HGHandle>

public final class IncidenceSet
extends HGAtomSet

Represents an atom incidence set. That is, a set containing all atoms pointing to a given atom. Instances of this class can be cached and queried in memory.

Author:
Borislav Iordanov

Method Summary
 HGHandle getAtom()
           
 
Methods inherited from class org.hypergraphdb.atom.HGAtomSet
add, addAll, clear, comparator, contains, containsAll, equals, first, getSearchResult, hashCode, headSet, isEmpty, iterator, last, remove, removeAll, retainAll, size, subSet, tailSet, toArray, toArray
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAtom

public HGHandle getAtom()