diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/Groesse.java')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/examples/Groesse.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/Groesse.java b/Master/Reference Architectures and Patterns/hjp5/examples/Groesse.java new file mode 100644 index 0000000..1f7b8ee --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/examples/Groesse.java @@ -0,0 +1,8 @@ +/* Groesse.java */
+
+public interface Groesse
+{
+ public int laenge();
+ public int hoehe();
+ public int breite();
+}
\ No newline at end of file |
