diff options
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
| -rw-r--r-- | sources/core/time/VSVectorTime.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java index 4b48477..5a52f96 100644 --- a/sources/core/time/VSVectorTime.java +++ b/sources/core/time/VSVectorTime.java @@ -6,11 +6,14 @@ package core.time; import java.util.ArrayList; -// TODO: Auto-generated Javadoc /** - * The Class VSVectorTime. + * The Class VSVectorTime. This class defined how the vector + * timestamps are represented. + * + * @author Paul C. Buetow */ public class VSVectorTime extends ArrayList<Long> implements VSTime { + /** The serial version uid */ private static final long serialVersionUID = 1L; /** The global time. */ |
