public static class PartialAlignment.State.Factory
extends java.lang.Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static <S,L,T> PartialAlignment.State<S,L,T> |
construct(S state,
int labs,
PartialAlignment.State<S,L,T> parent,
Move<L,T> move) |
public static <S,L,T> PartialAlignment.State<S,L,T> construct(S state, int labs, PartialAlignment.State<S,L,T> parent, Move<L,T> move)