AtomToAtomLeafList, AtomToIndex, java.io.Serializablepublic 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)
AtomToAtomLeafListgetAtomList in interface AtomToAtomLeafListpublic int getIndex(IAtom atom)
AtomToIndexgetIndex in interface AtomToIndex