JAX-RS プロトタイプ生成で,状態を初期化するパラメータをコンストラクタの引数として取らないようにした.
1 parent 5759324 commit e39745690cef593e172b3c26fa9574490eb7fa0b
Naoya Nitta authored 16 days ago
Showing 27 changed files
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Hour.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Hour_ang.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Min.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PULL-first/Min_ang.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Hour.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Hour_ang.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Min.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/Clock/PUSH-first/Min_ang.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PULL-first/History.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PULL-first/Payment.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PULL-first/Points.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PULL-first/Total.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PUSH-first/History.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PUSH-first/Payment.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PUSH-first/Points.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/POS/PUSH-first/Total.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/VotingSystem/Accounts.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/VotingSystem/Counts.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PULL-first/Highest.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PULL-first/Temp_f.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PUSH-first/Highest.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PUSH-first/Temp_c.java
View
AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/WeatherObservationSystem/PUSH-first/Temp_f.java
View
AlgebraicDataflowArchitectureModel/src/generators/CodeGeneratorFromDataFlowGraph.java
View
AlgebraicDataflowArchitectureModel/src/generators/JerseyCodeGenerator.java
View
AlgebraicDataflowArchitectureModel/src/tests/JAXRSCodeGeneratorTest.java
View
AlgebraicDataflowArchitectureModel/src/tests/JavaCodeGeneratorTest.java