diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-30 01:29:54 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-30 01:29:54 +0000 |
| commit | 44b2141fd4d5f215827f48f0774c5cbdf6df5a7d (patch) | |
| tree | 00839ddd15a9676ed9d51956da7049c23dc3edbe /sources | |
| parent | f458187663613d1c89a4c2eb91fd60e5e81b9fbd (diff) | |
cosmetic fixes for javadoc.
Diffstat (limited to 'sources')
48 files changed, 56 insertions, 56 deletions
diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index 73ba679..b6135d4 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -16,7 +16,7 @@ import simulator.*; import utils.*; /** - * The Class VSProcess. A object of this class represents a process of a + * The class VSProcess, an object of this class represents a process of a * simulation. * * @author Paul C. Buetow diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index b609704..baf030a 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -11,7 +11,7 @@ import prefs.VSPrefs; import protocols.VSAbstractProtocol; /** - * The Class VSTask. An object of this class represents a task to do or done. + * The class VSTask, an object of this class represents a task to do or done. * All tasks are managed by the task manager. There are local and global timed * tasks. Local timed tasks are being fullfilled if the process' local time is * reached. Global timed tasks are being fullfilled if the simulation's time is diff --git a/sources/core/VSTaskManager.java b/sources/core/VSTaskManager.java index 189665a..5878a85 100644 --- a/sources/core/VSTaskManager.java +++ b/sources/core/VSTaskManager.java @@ -10,7 +10,7 @@ import prefs.*; import utils.*; /** - * The Class VSTaskManager. The task manager is responsible that all tasks + * The class VSTaskManager. The task manager is responsible that all tasks * will get fullfilled in the correct order. Please also read the javadoc * of the VSTask class. It describes the difference between local and global * timed tasks. diff --git a/sources/core/time/VSLamportTime.java b/sources/core/time/VSLamportTime.java index 25ad8af..af72a74 100644 --- a/sources/core/time/VSLamportTime.java +++ b/sources/core/time/VSLamportTime.java @@ -5,7 +5,7 @@ package core.time; /** - * The Class VSLamportTime. This class defined how the lamport + * The class VSLamportTime. This class defined how the lamport * timestamps are represented. * * @author Paul C. Buetow diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java index 5a52f96..d999a48 100644 --- a/sources/core/time/VSVectorTime.java +++ b/sources/core/time/VSVectorTime.java @@ -7,7 +7,7 @@ package core.time; import java.util.ArrayList; /** - * The Class VSVectorTime. This class defined how the vector + * The class VSVectorTime. This class defined how the vector * timestamps are represented. * * @author Paul C. Buetow diff --git a/sources/events/VSAbstractEvent.java b/sources/events/VSAbstractEvent.java index 9c32a7a..dd3af7a 100644 --- a/sources/events/VSAbstractEvent.java +++ b/sources/events/VSAbstractEvent.java @@ -8,7 +8,7 @@ import core.VSProcess; import prefs.VSPrefs; /** - * The Class VSAbstractEvent. This abstract class defines the basic framework + * The class VSAbstractEvent. This abstract class defines the basic framework * of each event. an event is used to fullfill a specific task. An event object * will get stored in a VSTask object. * diff --git a/sources/events/VSRegisteredEvents.java b/sources/events/VSRegisteredEvents.java index 6e67c66..df7fce8 100644 --- a/sources/events/VSRegisteredEvents.java +++ b/sources/events/VSRegisteredEvents.java @@ -11,7 +11,7 @@ import core.*; import utils.*; /** - * The Class VSRegisteredEvents. This class is responsible to manage all + * The class VSRegisteredEvents. This class is responsible to manage all * events. It manages the event classnames, the event shortnames and the event * names. It also checks if a protocol (which is an event as well) has * variables which are editable through the GUI of the simulator. diff --git a/sources/events/implementations/VSProcessCrashEvent.java b/sources/events/implementations/VSProcessCrashEvent.java index 32cf017..4feeede 100644 --- a/sources/events/implementations/VSProcessCrashEvent.java +++ b/sources/events/implementations/VSProcessCrashEvent.java @@ -7,7 +7,7 @@ package events.implementations; import events.VSAbstractEvent; /** - * The Class VSProcessCrashEvent. This event makes a process to crash. + * The class VSProcessCrashEvent. This event makes a process to crash. * * @author Paul C. Buetow */ diff --git a/sources/events/implementations/VSProcessRecoverEvent.java b/sources/events/implementations/VSProcessRecoverEvent.java index b2778fb..d338dc8 100644 --- a/sources/events/implementations/VSProcessRecoverEvent.java +++ b/sources/events/implementations/VSProcessRecoverEvent.java @@ -7,7 +7,7 @@ package events.implementations; import events.VSAbstractEvent; /** - * The Class VSProcessRecoverEvent. This event makes a process to recover if + * The class VSProcessRecoverEvent. This event makes a process to recover if * it is crashed. * * @author Paul C. Buetow diff --git a/sources/events/internal/VSMessageReceiveEvent.java b/sources/events/internal/VSMessageReceiveEvent.java index 6a12bba..07d5258 100644 --- a/sources/events/internal/VSMessageReceiveEvent.java +++ b/sources/events/internal/VSMessageReceiveEvent.java @@ -9,7 +9,7 @@ import events.VSAbstractEvent; import protocols.VSAbstractProtocol; /** - * The Class VSMessageReceiveEvent. This event is used if a process receives + * The class VSMessageReceiveEvent. This event is used if a process receives * a message. * * @author Paul C. Buetow diff --git a/sources/events/internal/VSProtocolEvent.java b/sources/events/internal/VSProtocolEvent.java index 2720fe7..274e714 100644 --- a/sources/events/internal/VSProtocolEvent.java +++ b/sources/events/internal/VSProtocolEvent.java @@ -8,8 +8,8 @@ import events.*; import protocols.VSAbstractProtocol; /** - * The Class VSProtocolEvent. This event is used if a protocol (server or - * client part) of a process gets enabled or disabled. An object of this class + * The class VSProtocolEvent. This event is used if a protocol (server or + * client part) of a process gets enabled or disabled, an object of this class * can be for 4 different purporses! Activation of the client protocol, * deactivation of the client protocol, activation of the server protocol, * deactivation of the server protocol. diff --git a/sources/events/internal/VSProtocolScheduleEvent.java b/sources/events/internal/VSProtocolScheduleEvent.java index abe1380..68d97e7 100644 --- a/sources/events/internal/VSProtocolScheduleEvent.java +++ b/sources/events/internal/VSProtocolScheduleEvent.java @@ -8,7 +8,7 @@ import events.*; import protocols.VSAbstractProtocol; /** - * The Class VSProtocolScheduleEvent. This event is used if a protocol (which + * The class VSProtocolScheduleEvent. This event is used if a protocol (which * is a subclass of VSAbstractProtocol) reschedules itself to run again on a * specific time. * diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index a396e43..2932392 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -8,7 +8,7 @@ import java.awt.Color; import java.awt.event.KeyEvent; /** - * The Class VSDefaultPrefs. + * The class VSDefaultPrefs. */ public class VSDefaultPrefs extends VSPrefs { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index 4d27f74..730418b 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -9,7 +9,7 @@ import java.io.*; import java.util.*; /** - * The Class VSPrefs. + * The class VSPrefs. */ public class VSPrefs implements Serializable { /** The Constant BOOLEAN_PREFIX. */ diff --git a/sources/prefs/VSPrefsRestriction.java b/sources/prefs/VSPrefsRestriction.java index 2ea3e18..ff39c0c 100644 --- a/sources/prefs/VSPrefsRestriction.java +++ b/sources/prefs/VSPrefsRestriction.java @@ -8,13 +8,13 @@ import java.io.Serializable; import java.util.Vector; /** - * The Class VSPrefsRestriction. + * The class VSPrefsRestriction. */ public class VSPrefsRestriction implements Serializable { private static final long serialVersionUID = 1L; /** - * The Class VSIntegerPrefRestriction. + * The class VSIntegerPrefRestriction. */ public static class VSIntegerPrefRestriction extends VSPrefsRestriction { private static final long serialVersionUID = 1L; @@ -55,7 +55,7 @@ public class VSPrefsRestriction implements Serializable { } /** - * The Class VSStringPrefsRestriction. + * The class VSStringPrefsRestriction. */ public static class VSStringPrefsRestriction extends VSPrefsRestriction { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSAbstractBetterEditor.java b/sources/prefs/editors/VSAbstractBetterEditor.java index 1f448f7..f88cf47 100644 --- a/sources/prefs/editors/VSAbstractBetterEditor.java +++ b/sources/prefs/editors/VSAbstractBetterEditor.java @@ -13,7 +13,7 @@ import utils.*; // TODO: Auto-generated Javadoc /** - * The Class VSAbstractBetterEditor. + * The class VSAbstractBetterEditor. */ public abstract class VSAbstractBetterEditor extends VSAbstractEditor { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSAbstractEditor.java b/sources/prefs/editors/VSAbstractEditor.java index acad7cb..bca002c 100644 --- a/sources/prefs/editors/VSAbstractEditor.java +++ b/sources/prefs/editors/VSAbstractEditor.java @@ -14,7 +14,7 @@ import prefs.*; // TODO: Auto-generated Javadoc /** - * The Class VSAbstractEditor. + * The class VSAbstractEditor. */ public abstract class VSAbstractEditor implements ActionListener { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSColorChooser.java b/sources/prefs/editors/VSColorChooser.java index abeba31..07622f1 100644 --- a/sources/prefs/editors/VSColorChooser.java +++ b/sources/prefs/editors/VSColorChooser.java @@ -12,7 +12,7 @@ import prefs.VSPrefs; // TODO: Auto-generated Javadoc /** - * The Class VSColorChooser. + * The class VSColorChooser. */ public class VSColorChooser extends JPanel implements ChangeListener { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java index de3f8fa..382d6c4 100644 --- a/sources/prefs/editors/VSEditorFrame.java +++ b/sources/prefs/editors/VSEditorFrame.java @@ -13,7 +13,7 @@ import utils.*; // TODO: Auto-generated Javadoc /** - * The Class VSEditorFrame. + * The class VSEditorFrame. */ public class VSEditorFrame extends VSFrame implements ActionListener { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSEditorTable.java b/sources/prefs/editors/VSEditorTable.java index 68d5e49..a038541 100644 --- a/sources/prefs/editors/VSEditorTable.java +++ b/sources/prefs/editors/VSEditorTable.java @@ -15,7 +15,7 @@ import prefs.*; // TODO: Auto-generated Javadoc /** - * The Class VSEditorTable. + * The class VSEditorTable. */ public class VSEditorTable extends JTable { private static final long serialVersionUID = 1L; @@ -33,7 +33,7 @@ public class VSEditorTable extends JTable { private VSEditorTableModel model; /** - * The Class VSNode. + * The class VSNode. */ private class VSNode { @@ -101,7 +101,7 @@ public class VSEditorTable extends JTable { } /** - * The Class VSEditorTableModel. + * The class VSEditorTableModel. */ private class VSEditorTableModel extends AbstractTableModel implements TableCellRenderer { private static final long serialVersionUID = 1L; @@ -204,7 +204,7 @@ public class VSEditorTable extends JTable { } /** - * The Class VSTableCellEditor. + * The class VSTableCellEditor. */ private class VSTableCellEditor extends AbstractCellEditor implements TableCellEditor { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSProcessEditor.java b/sources/prefs/editors/VSProcessEditor.java index bb09b0d..d5814b5 100644 --- a/sources/prefs/editors/VSProcessEditor.java +++ b/sources/prefs/editors/VSProcessEditor.java @@ -14,7 +14,7 @@ import events.*; import prefs.VSPrefs; /** - * The Class VSProcessEditor. + * The class VSProcessEditor. */ public class VSProcessEditor extends VSAbstractBetterEditor { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSSimulatorEditor.java b/sources/prefs/editors/VSSimulatorEditor.java index 326ca95..01717c6 100644 --- a/sources/prefs/editors/VSSimulatorEditor.java +++ b/sources/prefs/editors/VSSimulatorEditor.java @@ -12,7 +12,7 @@ import prefs.*; // TODO: Auto-generated Javadoc /** - * The Class VSSimulatorEditor. + * The class VSSimulatorEditor. */ public class VSSimulatorEditor extends VSAbstractBetterEditor { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/VSAbstractProtocol.java b/sources/protocols/VSAbstractProtocol.java index a90f2d3..da926ae 100644 --- a/sources/protocols/VSAbstractProtocol.java +++ b/sources/protocols/VSAbstractProtocol.java @@ -11,7 +11,7 @@ import events.*; import core.*; /** - * The Class VSAbstractProtocol. + * The class VSAbstractProtocol. */ abstract public class VSAbstractProtocol extends VSAbstractEvent { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSBasicMulticastProtocol.java b/sources/protocols/implementations/VSBasicMulticastProtocol.java index 820f2ae..0076ee0 100644 --- a/sources/protocols/implementations/VSBasicMulticastProtocol.java +++ b/sources/protocols/implementations/VSBasicMulticastProtocol.java @@ -8,7 +8,7 @@ import protocols.VSAbstractProtocol; import core.VSMessage; /** - * The Class VSBasicMulticastProtocol. + * The class VSBasicMulticastProtocol. */ public class VSBasicMulticastProtocol extends VSAbstractProtocol { /** The serial version uid */ diff --git a/sources/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java index 1f13cbc..ef5c036 100644 --- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java +++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java @@ -12,7 +12,7 @@ import java.util.HashMap; import java.util.Vector; /** - * The Class VSBerkelyTimeProtocol. + * The class VSBerkelyTimeProtocol. */ public class VSBerkelyTimeProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSBroadcastSturmProtocol.java b/sources/protocols/implementations/VSBroadcastSturmProtocol.java index 6a02385..50cce78 100644 --- a/sources/protocols/implementations/VSBroadcastSturmProtocol.java +++ b/sources/protocols/implementations/VSBroadcastSturmProtocol.java @@ -11,7 +11,7 @@ import protocols.VSAbstractProtocol; // TODO: Auto-generated Javadoc /** - * The Class VSBroadcastSturmProtocol. + * The class VSBroadcastSturmProtocol. */ public class VSBroadcastSturmProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSDummyProtocol.java b/sources/protocols/implementations/VSDummyProtocol.java index 5797239..ea6c1a2 100644 --- a/sources/protocols/implementations/VSDummyProtocol.java +++ b/sources/protocols/implementations/VSDummyProtocol.java @@ -8,7 +8,7 @@ import protocols.VSAbstractProtocol; import core.VSMessage; /** - * The Class VSDummyProtocol. + * The class VSDummyProtocol. */ public class VSDummyProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java index 28d312a..08a7dd2 100644 --- a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java +++ b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java @@ -9,7 +9,7 @@ import protocols.VSAbstractProtocol; // TODO: Auto-generated Javadoc /** - * The Class VSExternalTimeSyncProtocol. + * The class VSExternalTimeSyncProtocol. */ public class VSExternalTimeSyncProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java index 9a7b0fe..4b74fa0 100644 --- a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java +++ b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java @@ -9,7 +9,7 @@ import protocols.VSAbstractProtocol; // TODO: Auto-generated Javadoc /** - * The Class VSInternalTimeSyncProtocol. + * The class VSInternalTimeSyncProtocol. */ public class VSInternalTimeSyncProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSOnePhaseCommitProtocol.java b/sources/protocols/implementations/VSOnePhaseCommitProtocol.java index 985378e..a48b52d 100644 --- a/sources/protocols/implementations/VSOnePhaseCommitProtocol.java +++ b/sources/protocols/implementations/VSOnePhaseCommitProtocol.java @@ -11,7 +11,7 @@ import protocols.VSAbstractProtocol; import core.VSMessage; /** - * The Class VSOnePhaseCommitProtocol. + * The class VSOnePhaseCommitProtocol. */ public class VSOnePhaseCommitProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSPingPongProtocol.java b/sources/protocols/implementations/VSPingPongProtocol.java index a932204..5d6a044 100644 --- a/sources/protocols/implementations/VSPingPongProtocol.java +++ b/sources/protocols/implementations/VSPingPongProtocol.java @@ -9,7 +9,7 @@ import protocols.VSAbstractProtocol; // TODO: Auto-generated Javadoc /** - * The Class VSPingPongProtocol. + * The class VSPingPongProtocol. */ public class VSPingPongProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java index 6b1bb5d..57f02ec 100644 --- a/sources/protocols/implementations/VSReliableMulticastProtocol.java +++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java @@ -8,7 +8,7 @@ import protocols.VSAbstractProtocol; import core.VSMessage; /** - * The Class VSReliableMulticastProtocol. + * The class VSReliableMulticastProtocol. */ public class VSReliableMulticastProtocol extends VSAbstractProtocol { /** The serial version uid */ diff --git a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java index 01a9be3..971de9c 100644 --- a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java +++ b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java @@ -11,7 +11,7 @@ import protocols.VSAbstractProtocol; import core.VSMessage; /** - * The Class VSTwoPhaseCommitProtocol. + * The class VSTwoPhaseCommitProtocol. */ public class VSTwoPhaseCommitProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; diff --git a/sources/simulator/VSCreateTask.java b/sources/simulator/VSCreateTask.java index 96bb93e..d3d02d1 100644 --- a/sources/simulator/VSCreateTask.java +++ b/sources/simulator/VSCreateTask.java @@ -9,7 +9,7 @@ import events.*; import events.internal.*; /** - * The Class VSCreateTask. An object of this class represents how new + * The class VSCreateTask, an object of this class represents how new * VSTask objects are to be created using JComboBox selections of the * GUI editor.. * diff --git a/sources/simulator/VSLogging.java b/sources/simulator/VSLogging.java index b7ce221..51ae836 100644 --- a/sources/simulator/VSLogging.java +++ b/sources/simulator/VSLogging.java @@ -11,7 +11,7 @@ import javax.swing.*; import utils.*; /** - * The Class VSLogging. An object of this class is responsible for the logging + * The class VSLogging, an object of this class is responsible for the logging * of text messages into the simulator's logging window. * * @author Paul C. Buetow diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java index b8aa84a..de99021 100644 --- a/sources/simulator/VSMain.java +++ b/sources/simulator/VSMain.java @@ -12,7 +12,7 @@ import prefs.*; import prefs.editors.*; /** - * The Class VSMain. This class contains the static main method. The simulator + * The class VSMain. This class contains the static main method. T |
