summaryrefslogtreecommitdiff
path: root/sources/protocols
AgeCommit message (Collapse)Author
2008-05-26All abstract classes now have an Abstract in it's namePaul Buetow
2008-05-26cosmetic fixPaul Buetow
2008-05-26VSMessage constructor does not requier the protocol's classname anymore.Paul Buetow
2008-05-26Berkely Protocol now uses the integer vector.Paul Buetow
2008-05-26Vector type introduced @ VSPrefs.Paul Buetow
2008-05-26VSPrefs sorted.Paul Buetow
2008-05-26all relevant variables now do have units.Paul Buetow
2008-05-25Added private static final long serialVersionUID = 1L;Paul Buetow
Some docu update.
2008-05-25Run astyle.Paul Buetow
2008-05-25JAutoDoc :)Paul Buetow
2008-05-25Imports cleaned.Paul Buetow
2008-05-24Cleanup.Paul Buetow
2008-05-24new protocol editor works.Paul Buetow
2008-05-24new protocoleditor works.Paul Buetow
2008-05-20A new package events.internal has been introduced. It only contains events ↵Paul Buetow
which are for internal usage. the events which are in the events.implementations menu are the events which are editable in the task manager.
2008-05-20Loggin texts cleaned.Paul Buetow
2008-05-18TaskManager bugfixes.Paul Buetow
2008-05-18new Task Manager works :-)Paul Buetow
2008-05-18BackupPaul Buetow
2008-05-18The TaskManager works partly.Paul Buetow
2008-05-18Some cleanup in the VSDefaultPrefs. Paul Buetow
Initial ProtocolEvent, which is for protocol activation/deactivation
2008-05-17VSEvent interface has now has the init method.Paul Buetow
2008-05-17renamed the package.Paul Buetow
2008-05-17sim.message.own.recv option added.Paul Buetow
2008-05-17Renamed RegisteredProtocols into VSRegisteredProtocolsPaul Buetow
2008-05-17Vectortimestamps workPaul Buetow
Better representation of Lamporttimestamps BerkelyTimeProtocol M trunk/ROADMAP M trunk/sources/prefs/VSPrefs.java M trunk/sources/prefs/VSDefaultPrefs.java M trunk/sources/simulator/VSMain.java M trunk/sources/simulator/VSSimulation.java M trunk/sources/simulator/VSSimulationPanel.java M trunk/sources/utils/VSFrame.java M trunk/sources/utils/VSClassLoader.java M trunk/sources/utils/VSInfoArea.java M trunk/sources/protocols/BroadcastSturmProtocol.java M trunk/sources/protocols/ExternalTimeSyncProtocol.java M trunk/sources/protocols/RegisteredProtocols.java M trunk/sources/protocols/PingPongProtocol.java M trunk/sources/protocols/InternalTimeSyncProtocol.java M trunk/sources/protocols/VSProtocol.java M trunk/sources/protocols/DummyProtocol.java A trunk/sources/protocols/BerkelyTimeProtocol.java M trunk/sources/core/VSLamport.java M trunk/sources/core/VSProcess.java A trunk/sources/core/VSTime.java A trunk/sources/core/VSVectorTime.java M trunk/sources/core/VSTask.java M trunk/sources/core/VSMessage.java M trunk/sources/editors/VSEditor.java M trunk/sources/editors/VSProtocolEditor.java M trunk/sources/editors/VSSimulationEditor.java M trunk/sources/editors/VSEditorFrame.java M trunk/sources/editors/VSProcessEditor.java
2008-05-15 1 Moved the stuff to trunk!Paul Buetow