jp.crestmuse.cmx.inference
クラス AccompanimentCalculator

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.inference.AccompanimentCalculator
すべての実装されたインタフェース:
Calculator

public class AccompanimentCalculator
extends java.lang.Object
implements Calculator


コンストラクタの概要
AccompanimentCalculator(MusicRepresentation mr, BayesNetWrapper bayesNet)
           
 
メソッドの概要
 MusicRepresentation.Type[] drivenBy()
          この計算オブジェクトがどのイベントで発火するかを返す
 void update(MusicRepresentation.MusicElement me, int index)
          計算する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AccompanimentCalculator

public AccompanimentCalculator(MusicRepresentation mr,
                               BayesNetWrapper bayesNet)
メソッドの詳細

drivenBy

public MusicRepresentation.Type[] drivenBy()
インタフェース Calculator の記述:
この計算オブジェクトがどのイベントで発火するかを返す

定義:
インタフェース Calculator 内の drivenBy

update

public void update(MusicRepresentation.MusicElement me,
                   int index)
インタフェース Calculator の記述:
計算する

定義:
インタフェース Calculator 内の update