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. The simulator * starts here! * * @author Paul C. Buetow diff --git a/sources/simulator/VSMenuItemStates.java b/sources/simulator/VSMenuItemStates.java index b751b29..7a32cb4 100644 --- a/sources/simulator/VSMenuItemStates.java +++ b/sources/simulator/VSMenuItemStates.java @@ -5,7 +5,7 @@ package simulator; /** - * The Class VSMenuItemStates. Used by the VSSimulation to update the + * The class VSMenuItemStates. Used by the VSSimulation to update the * "simulation" bar of the VSSimulationFrame. * * @author Paul C. Buetow diff --git a/sources/simulator/VSSimulator.java b/sources/simulator/VSSimulator.java index be368fd..3eedfdc 100644 --- a/sources/simulator/VSSimulator.java +++ b/sources/simulator/VSSimulator.java @@ -19,7 +19,7 @@ import prefs.editors.*; import utils.*; /** - * The Class VSSimulator. An object of this class represents a whole simulation. + * The class VSSimulator, an object of this class represents a whole simulation. * It may be, that several parallel simulations exist. They are independent * fron each other. * @@ -138,7 +138,7 @@ public class VSSimulator extends JPanel { private static int simulationNum; /** - * The Class VSTaskManagerTableModel. An object of this class handles + * The class VSTaskManagerTableModel, an object of this class handles * the task manager's JTable. */ private class VSTaskManagerTableModel extends AbstractTableModel diff --git a/sources/simulator/VSSimulatorCanvas.java b/sources/simulator/VSSimulatorCanvas.java index 924c08f..909ce3d 100644 --- a/sources/simulator/VSSimulatorCanvas.java +++ b/sources/simulator/VSSimulatorCanvas.java @@ -19,7 +19,7 @@ import prefs.*; import prefs.editors.*; /** - * The Class VSSimulatorCanvas. An instance of this object represents the + * The class VSSimulatorCanvas. An instance of this object represents the * graphical paint area of a simulation. It contains all graphic calculations. * Also the simulation thread takes place in this class in a loop! This class * is probably the most cryptic of the whole simulator source code. This is @@ -202,7 +202,7 @@ public class VSSimulatorCanvas extends Canvas implements Runnable { private long messageLineCounter; /** - * The Class VSMessageLine. An object of this class represents a message + * The class VSMessageLine, an object of this class represents a message * line drawn into the painting area. * * @author Paul C. Buetow diff --git a/sources/simulator/VSSimulatorFrame.java b/sources/simulator/VSSimulatorFrame.java index bf68fbd..d867e0f 100644 --- a/sources/simulator/VSSimulatorFrame.java +++ b/sources/simulator/VSSimulatorFrame.java @@ -16,7 +16,7 @@ import prefs.editors.*; import utils.*; /** - * The Class VSSimulatorFrame. An object of this class represents a window + * The class VSSimulatorFrame, an object of this class represents a window * of the simulator. The window can have several tabs. Each tab contains * an independent simulation. * diff --git a/sources/utils/VSAbout.java b/sources/utils/VSAbout.java index 7580b6c..a779e64 100644 --- a/sources/utils/VSAbout.java +++ b/sources/utils/VSAbout.java @@ -12,7 +12,7 @@ import prefs.*; import utils.*; /** - * The Class VSAbout. This class is only for the about window which shows up + * The class VSAbout. This class is only for the about window which shows up * if selected in the GUI. * * @author Paul C. Buetow diff --git a/sources/utils/VSClassLoader.java b/sources/utils/VSClassLoader.java index 8e7e860..9493bce 100644 --- a/sources/utils/VSClassLoader.java +++ b/sources/utils/VSClassLoader.java @@ -5,7 +5,7 @@ package utils; /** - * The Class VSClassLoader. This class is used in order to create new objects + * The class VSClassLoader. This class is used in order to create new objects * by its classnames. * * @author Paul C. Buetow diff --git a/sources/utils/VSFrame.java b/sources/utils/VSFrame.java index 06a6958..2735243 100644 --- a/sources/utils/VSFrame.java +++ b/sources/utils/VSFrame.java @@ -9,7 +9,7 @@ import java.awt.event.*; import javax.swing.JFrame; /** - * The Class VSFrame. All frames of the simulator extend this VSFrame class. + * The class VSFrame. All frames of the simulator extend this VSFrame class. * This class makes sure that all 'subwindows' get closed if its parent gets * closed. And it also makes sure to open new windows relative to its parent. * diff --git a/sources/utils/VSInfoArea.java b/sources/utils/VSInfoArea.java index 1652f04..a34f6c2 100644 --- a/sources/utils/VSInfoArea.java +++ b/sources/utils/VSInfoArea.java @@ -9,7 +9,7 @@ import javax.swing.*; import javax.swing.border.*; /** - * The Class VSInfoArea. An object of this class is used for some information + * The class VSInfoArea, an object of this class is used for some information *areas. E.g. in the VSAbout class. * * @author Paul C. Buetow diff --git a/sources/utils/VSPriorityQueue.java b/sources/utils/VSPriorityQueue.java index b320c1d..d7c7261 100644 --- a/sources/utils/VSPriorityQueue.java +++ b/sources/utils/VSPriorityQueue.java @@ -7,7 +7,7 @@ package utils; import java.util.PriorityQueue; /** - * The Class VSPriorityQueue. This class is the same like the standard + * The class VSPriorityQueue. This class is the same like the standard * VSPriorityQueue of the Java API. It only overrides the get(int) method. * * @author Paul C. Buetow diff --git a/sources/utils/VSRandom.java b/sources/utils/VSRandom.java index 5a6391a..79dbee8 100644 --- a/sources/utils/VSRandom.java +++ b/sources/utils/VSRandom.java @@ -7,7 +7,7 @@ package utils; import java.util.Random; /** - * The Class VSRandom. Some customization of the standard Random class of Java. + * The class VSRandom. Some customization of the standard Random class of Java. * * @author Paul C. Buetow */ diff --git a/sources/utils/VSTools.java b/sources/utils/VSTools.java index 7f2f00e..ac39bd0 100644 --- a/sources/utils/VSTools.java +++ b/sources/utils/VSTools.java @@ -7,7 +7,7 @@ package utils; import java.util.Vector; /** - * The Class VSTools. This class contains only static methods. Those methods + * The class VSTools. This class contains only static methods. Those methods * are for general usage and don't fit into other classes. * * @author Paul C. Buetow diff --git a/sources/utils/VSTupel.java b/sources/utils/VSTupel.java index cb903f4..dee866e 100644 --- a/sources/utils/VSTupel.java +++ b/sources/utils/VSTupel.java @@ -5,7 +5,7 @@ package utils; /** - * The Class VSTupel. An object of this class represents a 3-Tupel of objects. + * 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 |
