| 2023-12-11 | 
            
             | 
          
|---|---|
| 2023-12-10 | 
            
             | 
          
| 2023-12-09 | 
            
             
                修正漏れ.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 9 Dec 2023
  
                    
                      
                    
                 
               | 
          
| 
            
             
                入力側状態遷移関数の遷移前の状態を使うPUSH型更新の場合に,正しくコードが生成できていなかったのを修正した.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 9 Dec 2023
  
                    
                      
                    
                 
               | 
          |
| 2023-12-05 | 
            
             
                List に remove() 関数を,Map に delete() 関数を追加.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 5 Dec 2023
  
                    
                      
                    
                 
               | 
          
| 2023-12-03 | 
            
             
                List の末尾に要素を追加する append() 関数を追加.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 3 Dec 2023
  
                    
                      
                    
                 
               | 
          
| 2023-11-12 | 
            
             | 
          
| 2023-10-12 | 
            
             | 
          
| 2023-10-09 | 
            
             
                Merge pull request #79 from nitta-lab/updateHierarchicalResources
                
                  ...
                
                 
            
                  
                  okazaki takehiro
                  committed 
  
    on 9 Oct 2023
  
                    
                      
                    
                 
               | 
          
| 
            
             
                JAX-RS 生成への修正の反映忘れ.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 9 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 
            
             | 
          |
| 2023-10-08 | 
            
             
                input メソッドへのアクセサメソッドの引数名がおかしかった不具合を修正.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 8 Oct 2023
  
                    
                      
                    
                 
               | 
          
| 
            
             
                外部リソースにアクセスするためのルートリソースへの参照を初期化できるようにした.(JAX-RSには必要のない処理.)
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 8 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 
            
             
                外部リソースへの参照に伴うルートリソース間の参照関係を構築できるようにした.(JAX-RSでは不要な処理.)
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 8 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 
            
             
                Jsonオブジェクトの生成文をインスタンスの生成文に置き換えるのに失敗している場合があったので修正.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 8 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 
            
             
                クラス型のリソースの状態を返す getter でコンパイルエラーが起きていたのを出ないようにした.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 8 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 
            
             
                JSON型を持つリソースの生成時に,JSONオブジェクトを生成するのではなく対応するクラスのコンストラクタを呼ぶようにした.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 8 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 2023-10-07 | 
            
             
                コンポーネントを持たないリソース間の状態の更新処理を正しく生成できるようにした.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 7 Oct 2023
  
                    
                      
                    
                 
               | 
          
| 2023-10-06 | 
            
             
                Javaへの依存部分が残っていたのを修正.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 6 Oct 2023
  
                    
                      
                    
                 
               | 
          
| 
            
             
                コンストラクタを生成してその中で外部リソースへの参照を初期化できるようにした.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 6 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 2023-10-03 | 
            
             
                customeroffice.modelの参照線の実装完了しました。
                
                 
            
                  
                  okazakitakehiro
                  committed 
  
    on 3 Oct 2023
  
                    
                      
                    
                 
               | 
          
| 2023-10-02 | 
            
             
                Merge pull request #78 from nitta-lab/updateHierarchicalResources
                
                  ...
                
                 
            
                  
                  okazaki takehiro
                  committed 
  
    on 2 Oct 2023
  
                    
                      
                    
                 
               | 
          
| 
            
             
                Merge remote-tracking branch 'origin/dynamicResourceCreation' into updateHierarchicalResources
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 2 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 
            
             
                チャンネル内リソースからチャンネル外リソースへの依存関係を取得できるメソッドを追加.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 2 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 2023-10-01 | 
            
             
                コミット忘れ.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 1 Oct 2023
  
                    
                      
                    
                 
               | 
          
| 
            
             
                モデルファイル中のJSONとリストをパースできるようにした.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 1 Oct 2023
  
                    
                      
                    
                 
               | 
          |
| 2023-09-30 | 
            
             
                MapやJson周りのバグ修正.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 30 Sep 2023
  
                    
                      
                    
                 
               | 
          
| 
            
             
                チャンネル外部のリソースへの参照を更新できるようにした.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 30 Sep 2023
  
                    
                      
                    
                 
               | 
          |
| 2023-09-26 | 
            
             
                コンポーネントを持たないリソースへの input() メソッド内で,リソースの状態を更新する実行文が追加されていなかったのを修正.
                
                 
            
                  
                  Naoya Nitta
                  committed 
  
    on 26 Sep 2023
  
                    
                      
                    
                 
               | 
          
| 2023-09-25 | 
            
             |