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.
Constructor and Description |
---|
IncidenceSet(HGHandle atom,
HGSortedSet<HGHandle> impl) |
Modifier and Type | Method and Description |
---|---|
HGHandle |
getAtom()
Return the atom whose incidence set this instance represents.
|
public IncidenceSet(HGHandle atom, HGSortedSet<HGHandle> impl)
public HGHandle getAtom()
Return the atom whose incidence set this instance represents.
Copyright © 2015. All rights reserved.