Package owl.translations.canonical
Class GenericConstructions
- java.lang.Object
-
- owl.translations.canonical.GenericConstructions
-
public final class GenericConstructions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S,A extends EmersonLeiAcceptance>
Automaton<Either<Integer,S>,A>delay(Automaton<S,A> automaton, int steps)
-
-
-
Method Detail
-
delay
public static <S,A extends EmersonLeiAcceptance> Automaton<Either<Integer,S>,A> delay(Automaton<S,A> automaton, int steps)
-
-