・OnlineBattleGame2.model をテスト対象に含める.
・GroupChat.model から生成されるプロトタイプが新しくなったのを反映.
1 parent d9dc466 commit a4ac4c0d795ae8d87fe1a132f802dbee9bb9d300
Naoya Nitta authored 3 days ago
Showing 32 changed files
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Group.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Groups.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame2/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame2/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame2/Member.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame2/Members.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame2/Room.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/OnlineBattleGame2/Rooms.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Account.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Group.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/GroupChat.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PULL-first/Groups.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Account.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Group.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/GroupChat.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/GroupChat/PUSH-first/Groups.java
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PULL-first/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PULL-first/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PULL-first/Member.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PULL-first/Members.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PULL-first/OnlineBattleGame2.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PULL-first/Room.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PULL-first/Rooms.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PUSH-first/Account.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PUSH-first/Accounts.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PUSH-first/Member.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PUSH-first/Members.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PUSH-first/OnlineBattleGame2.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PUSH-first/Room.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/prototypes/Java/OnlineBattleGame2/PUSH-first/Rooms.java 0 → 100644
View
AlgebraicDataflowArchitectureModel/src/tests/JAXRSCodeGeneratorTest.java
View
AlgebraicDataflowArchitectureModel/src/tests/JavaCodeGeneratorTest.java