This commit is contained in:
2021-12-19 16:33:11 +01:00
parent 0022ebaf88
commit 0eb21d2083
15 changed files with 225 additions and 305 deletions

View File

@@ -1,7 +1,7 @@
package ch.unisg.executorbase.executor.domain;
public enum ExecutorType {
COMPUTATION, ROBOT, HUMIDITY;
COMPUTATION, SMALLROBOT, HUMIDITY;
/**
* Checks if the give executor type exists.