1 package org.smartcomps.twister.engine.priv.core.dynamic;
2
3 /***
4 * Execution context of a While.
5 * @see org.smartcomps.twister.engine.priv.core.definition.While
6 */
7 public interface WhileEC extends StructuredEC {
8 }
This page was automatically generated by Maven