Class Sequence
- java.lang.Object
-
- com.inhousegreenhouse.ch.app.core.sequence.Sequence
-
- Direct Known Subclasses:
SetupSequence,SplashScreenSequence,StartupSequence
public abstract class Sequence extends java.lang.ObjectA base class that defines the basic attributes of a sequence of the greenhouse.
-
-
Constructor Summary
Constructors Constructor Description Sequence(java.lang.String sequenceName)The sequence of the greenhouse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSequenceName()Returns the name of the sequence.
-