View Javadoc
1 package org.smartcomps.twister.engine.priv.core.definition; 2 3 4 5 /*** 6 * The Sequence activity allows you to define a collection of activities 7 * to be performed sequentially in lexical order. 8 */ 9 public interface Sequence extends StructuredActivity { 10 11 }

This page was automatically generated by Maven