Class GreenhouseManager
- java.lang.Object
-
- com.inhousegreenhouse.ch.app.main.GreenhouseManager
-
public class GreenhouseManager extends java.lang.Object
Entry point for the In-House Greenhouse monitoring system.
-
-
Constructor Summary
Constructors Constructor Description GreenhouseManager()
Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSequence(IGreenhouseSequence sequence)
Add a sequence to the list of sequences.static void
main(java.lang.String[] args)
Constructor.void
startSequences()
Start all the sequences.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Constructor.- Parameters:
args
- Arguments of the program.
-
addSequence
public void addSequence(IGreenhouseSequence sequence)
Add a sequence to the list of sequences.- Parameters:
sequence
- Sequence to add.
-
startSequences
public void startSequences()
Start all the sequences.
-
-