Package | Description |
---|---|
at.jku.risc.stout.urauc.data |
This package contains the classes which are needed to build up the term tree.
|
at.jku.risc.stout.urauc.util |
This package contains utility classes like the
DataStructureFactory which
instantiates common data structures like Lists,
Maps, Sets.
|
Modifier and Type | Class and Description |
---|---|
class |
Alignment
An Alignment is a list of Alignment.AlignmentAtoms.
|
Modifier and Type | Method and Description |
---|---|
<T extends TinyList<V>> |
TinyList.subList(int from) |
<T extends TinyList<V>> |
TinyList.subList(int from,
int to) |