BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Variable.java
1 package kernel.views.variables;
2 
3 import java.util.Date;
4 
8 public interface Variable<T> {
9  Date getDate();
10 
11  T getValue();
12 }
Git Repo