1 package org.smartcomps.twister.engine.priv.core.dynamic;
2
3 /***
4 * The execution context of a sequence, managing the execution of each
5 * of its execution context one after another.
6 */
7 public interface SequenceEC extends StructuredEC {
8 }
This page was automatically generated by Maven