jsparky.review
クラス OperationManagerEx

java.lang.Object
  拡張jsparky.OperationManager
      拡張jsparky.review.OperationManagerEx

public class OperationManagerEx
extends OperationManager


フィールドの概要
 
クラス jsparky.OperationManager から継承したフィールド
debug, prev, ref
 
コンストラクタの概要
OperationManagerEx(ReviewManager review_manager)
          constructor
OperationManagerEx(ReviewManager review_manager, boolean random_replace)
           
 
メソッドの概要
protected  AggregationResult aggregate(Operation operation, RSTElement rst_elem, Aggregatable a1, Aggregatable a2)
          if everything is under infer then, choose one from review dss
 void postProcess(SentencePlan splan)
          add restaurant names and process referring expressions
 void setRandomReplace(boolean b)
           
 
クラス jsparky.OperationManager から継承したメソッド
aggregate, aggregate, getAggregatableChildren, getAllOperations, getRandomOperation, getText, getText, nextTarget, register, selectTwo, setDebug, setRealizer, setTopPlan
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OperationManagerEx

public OperationManagerEx(ReviewManager review_manager)
constructor


OperationManagerEx

public OperationManagerEx(ReviewManager review_manager,
                          boolean random_replace)
メソッドの詳細

aggregate

protected AggregationResult aggregate(Operation operation,
                                      RSTElement rst_elem,
                                      Aggregatable a1,
                                      Aggregatable a2)
                               throws AggregationException
if everything is under infer then, choose one from review dss

オーバーライド:
クラス OperationManager 内の aggregate
例外:
AggregationException

setRandomReplace

public void setRandomReplace(boolean b)

postProcess

public void postProcess(SentencePlan splan)
add restaurant names and process referring expressions

オーバーライド:
クラス OperationManager 内の postProcess