View Javadoc
1 package org.smartcomps.twister.engine.priv.core.dynamic; 2 3 /*** 4 * The execution context of a basic activity. 5 * @see org.smartcomps.twister.engine.priv.core.definition.BasicActivity 6 */ 7 public interface BasicEC extends ExecutionContext { 8 9 }

This page was automatically generated by Maven