]> gitweb.hamatoma.de Git - robosim/commit
Refactoring: dividing Robot/RobotModel from the Movable/Model
authorhama <hama@siduction.net>
Thu, 9 Oct 2014 22:31:00 +0000 (00:31 +0200)
committerhama <hama@siduction.net>
Thu, 9 Oct 2014 22:31:00 +0000 (00:31 +0200)
commit31a9d7f9d6e8579fb052496131d777a1ef441927
tree7d5551d55219ddde97dc379d9727bbd20af14eac
parent08043043a73688559aa1a79c90edae0ee63b36f3
Refactoring: dividing Robot/RobotModel from the Movable/Model

* renamed Robot to Movable
* Robot is a new sub class of Movable
* RobotModel is a new sub class of Model
* Widget renamed to WidgetSWT
* XCross renamed to XCrossSWT
17 files changed:
src/jlection/robotic/RoboSim.java [new file with mode: 0644]
src/jlection/robotic/Robot.java [new file with mode: 0644]
src/jlection/robotic/RobotModel.java [new file with mode: 0644]
src/jlecture/simulation/Model.java
src/jlecture/simulation/Movable.java [new file with mode: 0644]
src/jlecture/simulation/Robot.java [deleted file]
src/jlecture/simulation/Simulator.java [deleted file]
src/jlecture/swt/PanelSWT.java
src/jlecture/swt/RectangleSWT.java
src/jlecture/swt/SheetSWT.java
src/jlecture/swt/Widget.java [deleted file]
src/jlecture/swt/WidgetSWT.java [new file with mode: 0644]
src/jlecture/swt/XCross.java [deleted file]
src/jlecture/swt/XCrossSWT.java [new file with mode: 0644]
test/jlecture/junit/ModelTest.java [deleted file]
test/jlecture/junit/RobotModelTest.java [new file with mode: 0644]
test/jlecture/junit/WidgetTest.java