Added a lot of comments

This commit is contained in:
Kenneth van Ewijk
2014-10-23 11:07:39 +02:00
parent 792dfc6d57
commit 8d790ff754
10 changed files with 305 additions and 41 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
package weerstation1;
import java.util.ArrayList;
/**
* Dient als Parent voor alle grootheden en zorgt voor een constante interface
*
* @author Kenneth van Ewijk
* @author Janco Kock
*/
public class Grootheid
{
// instance variables - replace the example below with your own