生成したプロトタイプを管理するようにした.
ArrayList.removeLast() を使わないようにした.
CustomerOffice.model -> CustomerManagement.model
1 parent 8851e9f commit 051c9eeefb87899e9113da78045dc0a3cdac9891
Naoya Nitta authored 9 hours ago
Showing 95 changed files
View
AlgebraicDataflowArchitectureModel/models/CustomerManagement.model 0 → 100644
View
AlgebraicDataflowArchitectureModel/models/CustomerOffice.model 100644 → 0
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Accounts/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Accounts/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Hour.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Hour_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Min.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Min_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Hour.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Hour_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Min.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Min_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/CustomerManagement/Companies.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/CustomerManagement/Company.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/CustomerManagement/Customer.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/CustomerManagement/Customers.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Group.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Groups.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Members.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/InventoryManagement/Inventory.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/InventoryManagement/InventoryElement.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame/Room.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame/Rooms.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/SimpleTwitter/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/SimpleTwitter/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PULL-first/Highest.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PULL-first/Temp_c.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PULL-first/Temp_f.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PUSH-first/Highest.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PUSH-first/Temp_c.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PUSH-first/Temp_f.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Accounts/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Accounts/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Accounts/Main.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PULL-first/Clock.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PULL-first/Hour.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PULL-first/Hour_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PULL-first/Min.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PULL-first/Min_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PUSH-first/Clock.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PUSH-first/Hour.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PUSH-first/Hour_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PUSH-first/Min.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/Clock/PUSH-first/Min_ang.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PULL-first/Companies.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PULL-first/Company.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PULL-first/Customer.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PULL-first/CustomerManagement.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PULL-first/Customers.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PUSH-first/Companies.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PUSH-first/Company.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PUSH-first/Customer.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PUSH-first/CustomerManagement.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/CustomerManagement/PUSH-first/Customers.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Group.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/GroupChat.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Groups.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Members.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Group.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/GroupChat.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Groups.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Members.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/InventoryManagement/Inventory.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/InventoryManagement/InventoryElement.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/InventoryManagement/InventoryManagement.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PULL-first/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PULL-first/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PULL-first/OnlineBattleGame.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PULL-first/Room.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PULL-first/Rooms.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PUSH-first/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PUSH-first/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PUSH-first/OnlineBattleGame.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PUSH-first/Room.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame/PUSH-first/Rooms.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/SimpleTwitter/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/SimpleTwitter/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/SimpleTwitter/SimpleTwitter.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PULL-first/Highest.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PULL-first/Temp_c.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PULL-first/Temp_f.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PULL-first/WeatherObservationSystem.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PUSH-first/Highest.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PUSH-first/Temp_c.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PUSH-first/Temp_f.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/WeatherObservationSystem/PUSH-first/WeatherObservationSystem.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/src/parser/Parser.java