From df1dbe48b99a5c86345a58d6da5727cb39547727 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 May 2008 20:30:46 +0000 Subject: new package documented. --- sources/utils/VSTupel.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sources/utils/VSTupel.java') diff --git a/sources/utils/VSTupel.java b/sources/utils/VSTupel.java index 144b981..cb903f4 100644 --- a/sources/utils/VSTupel.java +++ b/sources/utils/VSTupel.java @@ -5,9 +5,13 @@ package utils; /** - * The Class VSTupel. + * The Class VSTupel. An object of this class represents a 3-Tupel of objects. + * Each object can have its own type. + * + * @author Paul C. Buetow */ public final class VSTupel { + /** The serial version uid */ private static final long serialVersionUID = 1L; /** The a. */ @@ -20,7 +24,7 @@ public final class VSTupel { private C c; /** - * Instantiates a new lang.process.removetupel. + * Instantiates a new tupel. * * @param a the a * @param b the b -- cgit v1.2.3