Class SetupSequence
- java.lang.Object
-
- com.inhousegreenhouse.ch.app.core.sequence.Sequence
-
- com.inhousegreenhouse.ch.app.core.sequence.SetupSequence
-
- All Implemented Interfaces:
IGreenhouseSequence
public class SetupSequence extends Sequence implements IGreenhouseSequence
This class is used to setup the greenhouse.
-
-
Constructor Summary
Constructors Constructor Description SetupSequence(java.util.Properties settings)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
This method is used to setup the greenhouse.-
Methods inherited from class com.inhousegreenhouse.ch.app.core.sequence.Sequence
getSequenceName
-
-
-
-
Method Detail
-
run
public void run() throws CriticalGreenhouseError
This method is used to setup the greenhouse.- Specified by:
run
in interfaceIGreenhouseSequence
- Throws:
CriticalGreenhouseError
- if the setup fails.
-
-