Uses of Interface
io.engineblock.activityapi.planning.OpSequence
-
Packages that use OpSequence Package Description io.engineblock.activityapi.planning io.engineblock.activityimpl -
-
Uses of OpSequence in io.engineblock.activityapi.planning
Classes in io.engineblock.activityapi.planning that implement OpSequence Modifier and Type Class Description static classSequencePlanner.Sequence<T>Methods in io.engineblock.activityapi.planning that return OpSequence Modifier and Type Method Description OpSequence<T>SequencePlanner. resolve()<U> OpSequence<U>OpSequence. transform(java.util.function.Function<T,U> func)Map this OpSequence to another type of OpSequence. -
Uses of OpSequence in io.engineblock.activityimpl
Methods in io.engineblock.activityimpl with parameters of type OpSequence Modifier and Type Method Description voidSimpleActivity. setDefaultsFromOpSequence(OpSequence seq)Modify the provided ActivityDef with defaults for stride and cycles, if they haven't been provided, based on the length of the sequence as determined by the provided ratios.
-