View Javadoc
1 package org.smartcomps.twister.engine.priv.core.definition.impl; 2 3 import org.smartcomps.twister.engine.priv.core.definition.Sequence; 4 5 /*** 6 * A persistent implementation of the Sequence interface. 7 * @see org.smartcomps.twister.engine.priv.core.Sequence 8 * @hibernate.class table="SEQUENCE" 9 * @hibernate.subclass discriminator-value="SEQ" 10 */ 11 public class SequenceImpl extends StructuredActivityImpl implements Sequence { 12 13 }

This page was automatically generated by Maven