Menu

Webservice Commit Log


Commit Date  
[r24] by conner

Created the batch system event file adapter class and associated test
Added Files:
src/java/de/fhworms/ztt/cpr400/adapters/evtfile/EventFileAdapter.java
tests/unit/de/fhworms/ztt/cpr400/adapters/evtfile/EventFileAdapterTest.java

2002-02-11 18:32:00 Tree
[r23] by conner

Modified Files:

Cleaned up some of the testlib related stuff
build.xml

Added calls to the WBF production performance model
src/java/de/fhworms/ztt/cpr400/logmodel/ReactorLogModel.java

Corrected the bug that caused extra console output when this test failed
tests/unit/de/fhworms/ztt/charger/core/DataServiceDummyAdapterWrapperTest.java

Added Files:

Created a subset of the WBF production performance specification
lib/jdom.jar src/java/de/fhworms/ztt/wbf/Wbf.java
src/java/de/fhworms/ztt/wbf/WbfElement.java
src/java/de/fhworms/ztt/wbf/productionperformance/EquipmentActual.java
src/java/de/fhworms/ztt/wbf/productionperformance/MaterialProducedActual.java
src/java/de/fhworms/ztt/wbf/productionperformance/PersonnelActual.java
src/java/de/fhworms/ztt/wbf/productionperformance/ProductionPerformance.java
src/java/de/fhworms/ztt/wbf/productionperformance/ProductionPerformanceJDOMFactory.java
src/java/de/fhworms/ztt/wbf/productionperformance/ProductionResponse.java
src/java/de/fhworms/ztt/wbf/productionperformance/SegmentResponse.java

Added a unit test to check the reactor log model including XML read/write
tests/unit/de/fhworms/ztt/cpr400/logmodel/ReactorLogModelTest.java

2002-02-11 10:51:24 Tree
[r22] by conner

Updated some comments

Modified Files:
src/java/de/fhworms/ztt/charger/core/VariableListener.java

2002-02-08 15:23:54 Tree
[r21] by conner

Renamed all variable definitions to the same name minus the "Event" or
"Variable" suffix. These suffixes are obsolete because we no longer
differentiate between variables and events. Modifications were related
to this change.

Modified Files:
src/java/de/fhworms/ztt/charger/core/VariableListener.java
tests/unit/de/fhworms/ztt/cpr400/datadefinition/CPR400LogicalDataTest.java
Added Files:
src/java/de/fhworms/ztt/cpr400/datadefinition/DosFirstGeneralRxxx.java
src/java/de/fhworms/ztt/cpr400/datadefinition/DosGeneralRxxx.java
src/java/de/fhworms/ztt/cpr400/datadefinition/DosSpecificRxxx.java
src/java/de/fhworms/ztt/cpr400/datadefinition/SetRxxxHeader.java
src/java/de/fhworms/ztt/cpr400/datadefinition/StartRxxxLog.java
Removed Files:
src/java/de/fhworms/ztt/cpr400/datadefinition/DosFirstGeneralRxxxEvent.java
src/java/de/fhworms/ztt/cpr400/datadefinition/DosGeneralRxxxEvent.java
src/java/de/fhworms/ztt/cpr400/datadefinition/DosSpecificRxxxEvent.java
src/java/de/fhworms/ztt/cpr400/datadefinition/SetRxxxHeaderVariable.java
src/java/de/fhworms/ztt/cpr400/datadefinition/StartRxxxLogEvent.java

2002-02-08 14:55:20 Tree
[r20] by conner

Modified and removed a bunch of files while refactoring. The entire concept of
"Events" was removed in favor of "Variables" with null value.
This makes the charger core MUCH simpler!

Modified Files:
src/java/de/fhworms/ztt/charger/core/AbstractDataDefinition.java
src/java/de/fhworms/ztt/charger/core/AbstractDataService.java
src/java/de/fhworms/ztt/charger/core/DataDefinition.java
src/java/de/fhworms/ztt/charger/core/DataService.java
src/java/de/fhworms/ztt/charger/core/DualDataService.java
src/java/de/fhworms/ztt/charger/core/Subscription.java
src/java/de/fhworms/ztt/charger/core/VariableDefinition.java
src/java/de/fhworms/ztt/charger/core/VariableListener.java
src/java/de/fhworms/ztt/cpr400/datadefinition/DosFirstGeneralRxxxEvent.java
src/java/de/fhworms/ztt/cpr400/datadefinition/DosGeneralRxxxEvent.java
src/java/de/fhworms/ztt/cpr400/datadefinition/DosSpecificRxxxEvent.java
src/java/de/fhworms/ztt/cpr400/datadefinition/StartRxxxLogEvent.java
tests/unit/de/fhworms/ztt/charger/core/AbstractDataServiceTest.java
tests/unit/de/fhworms/ztt/charger/core/DataServiceDummyAdapterWrapperTest.java
tests/unit/de/fhworms/ztt/charger/core/DualDataServiceTest.java
tests/unit/de/fhworms/ztt/cpr400/datadefinition/CPR400LogicalDataTest.java
Removed Files:
src/java/de/fhworms/ztt/charger/core/AbstractEventDefinition.java
src/java/de/fhworms/ztt/charger/core/EventDefinition.java
src/java/de/fhworms/ztt/charger/core/EventListener.java

2002-02-08 14:28:22 Tree
[r19] by conner

Added LogView hierarchy classes and updated several others to reflect the
additions
Modified Files:
src/java/de/fhworms/ztt/cpr400/logmodel/ReactorLogModel.java
src/java/de/fhworms/ztt/cpr400/ui/AppFrame.java
src/java/de/fhworms/ztt/cpr400/ui/CPR400App.java
src/java/de/fhworms/ztt/cpr400/ui/Global.java
Added Files:
src/java/de/fhworms/ztt/cpr400/ui/LogView.java
src/java/de/fhworms/ztt/cpr400/ui/ReactorLogView.java

2002-02-08 10:43:31 Tree
[r18] by conner

Added Files:
LogModel.java LogModelChangeListener.java ReactorLogModel.java

2002-02-08 10:01:59 Tree
[r17] by schaaf

added some tests for variables
cpr400/tests/unit/de/fhworms/ztt/charger/core/DataServiceDummyAdapterWrapperTest.java

2002-02-07 12:08:55 Tree
[r16] by conner

Added DataServiceDummyAdapterWrapper.java in Task 6

2002-02-06 17:10:00 Tree
[r15] by conner

Added testlib to build.xml

Fixed variable/event notification for cases where there are no defined variables
or events in:
src/java/de/fhworms/ztt/charger/core/DualDataService.java
added tests/unit/de/fhworms/ztt/charger/core/DataServiceDummyAdapterWrapperTest.java

2002-02-06 17:07:45 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.