jsparky
クラス RSTTransformer

java.lang.Object
  拡張jsparky.RSTTransformer

public class RSTTransformer
extends java.lang.Object


フィールドの概要
static java.lang.String COMPARE2
          global constants
static java.lang.String COMPARE3
           
static java.lang.String RECOMMEND
           
static java.lang.String[] STRATEGY_NAMES
           
 
コンストラクタの概要
RSTTransformer()
           
 
メソッドの概要
protected  RSTPlan compare2(RSTPlan rstplan)
          only contrast
protected  RSTPlan compare3(RSTPlan rstplan)
          elaboration and then contrast
static java.lang.String getStrategy(java.util.List relations)
          get the strategy assigned to the relations
protected  void promote(RSTPlan rstplan)
          promote node
protected  void randomOrdering(RSTElement parent, boolean imposeOrdering, java.util.Hashtable ordering)
           
protected  void randomOrdering(RSTPlan rstplan)
          random ordering
protected  void randomOrdering(RSTPlan rstplan, boolean imposeOrdering)
           
protected  RSTPlan recommend(RSTPlan rstplan)
          only justify exists
 RSTPlan transform(java.util.List relations)
          creating multiple rstplans
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

COMPARE2

public static final java.lang.String COMPARE2
global constants

関連項目:
定数フィールド値

COMPARE3

public static final java.lang.String COMPARE3
関連項目:
定数フィールド値

RECOMMEND

public static final java.lang.String RECOMMEND
関連項目:
定数フィールド値

STRATEGY_NAMES

public static final java.lang.String[] STRATEGY_NAMES
コンストラクタの詳細

RSTTransformer

public RSTTransformer()
メソッドの詳細

getStrategy

public static java.lang.String getStrategy(java.util.List relations)
get the strategy assigned to the relations


transform

public RSTPlan transform(java.util.List relations)
                  throws RSTTransformException
creating multiple rstplans

例外:
RSTTransformException

compare2

protected RSTPlan compare2(RSTPlan rstplan)
                    throws RSTTransformException
only contrast

例外:
RSTTransformException

compare3

protected RSTPlan compare3(RSTPlan rstplan)
                    throws RSTTransformException
elaboration and then contrast

例外:
RSTTransformException

recommend

protected RSTPlan recommend(RSTPlan rstplan)
                     throws RSTTransformException
only justify exists

例外:
RSTTransformException

promote

protected void promote(RSTPlan rstplan)
                throws RSTTransformException
promote node

例外:
RSTTransformException

randomOrdering

protected void randomOrdering(RSTPlan rstplan)
random ordering


randomOrdering

protected void randomOrdering(RSTPlan rstplan,
                              boolean imposeOrdering)

randomOrdering

protected void randomOrdering(RSTElement parent,
                              boolean imposeOrdering,
                              java.util.Hashtable ordering)