1 package org.smartcomps.twister.engine.priv.core.definition.impl;
2
3 import org.smartcomps.twister.engine.priv.core.definition.Scope;
4
5 /***
6 * Persistent implementation of the Scope interface, STILL PARTIAL.
7 * @see org.smartcomps.twister.engine.priv.core.Scope
8 */
9 public class ScopeImpl extends StructuredActivityImpl implements Scope {
10 }
This page was automatically generated by Maven