AtomToAtomLeafList
, AtomToIndex
, java.io.Serializable
public class AtomToAtomSetFixed extends java.lang.Object implements AtomToAtomLeafList, AtomToIndex, java.io.Serializable
Constructor | Description |
---|---|
AtomToAtomSetFixed() |
Modifier and Type | Method | Description |
---|---|---|
IAtomList |
getAtomList(IAtom atom) |
Returns the ArrayList that this instance associates with the given atom.
|
int |
getIndex(IAtom atom) |
Returns an integer that this instance associates with the given atom.
|
void |
setArrayList(AtomArrayList list) |
public void setArrayList(AtomArrayList list)
public IAtomList getAtomList(IAtom atom)
AtomToAtomLeafList
getAtomList
in interface AtomToAtomLeafList
public int getIndex(IAtom atom)
AtomToIndex
getIndex
in interface AtomToIndex