Package | Description |
---|---|
at.jku.risc.stout.urauc.data |
This package contains the classes which are needed to build up the term tree.
|
Modifier and Type | Method and Description |
---|---|
Alignment.AlignmentAtom |
Alignment.AlignmentAtom.clone() |
Modifier and Type | Method and Description |
---|---|
void |
Alignment.addAtom(Alignment.AlignmentAtom atom)
Adds a new Alignment.AlignmentAtom to this Alignment.
|
boolean |
Alignment.setAtomIfTailAdmissible(int idx,
Alignment.AlignmentAtom atom)
Sets the Alignment.AlignmentAtom at the given (relative) position if
the atom is admissible with the elements behind it (the elements with
higher index).
|