jsparky.operations
クラス CWConjunction

java.lang.Object
  拡張jsparky.Operation
      拡張jsparky.operations.CWConjunction

public class CWConjunction
extends Operation


フィールドの概要
 
クラス jsparky.Operation から継承したフィールド
CW_BECAUSE_NS, cw_because_ns_op, CW_BECAUSE_SN, cw_because_sn_op, CW_BUT, cw_but_op, CW_CONJUNCTION, cw_conjunction_op, CW_SINCE_NS, cw_since_ns_op, CW_SINCE_SN, cw_since_sn_op, CW_WHILE, cw_while_op, MERGE, merge_op, PERIOD, PERIOD_CW_HOWEVER_FULL_SCOPE, period_cw_however_full_scope_op, PERIOD_CW_HOWEVER_SUBJECT_SCOPE, period_cw_however_subject_scope_op, PERIOD_CW_ON_THE_OTHER_HAND_FULL_SCOPE, period_cw_on_the_other_hand_full_scope_op, PERIOD_CW_ON_THE_OTHER_HAND_SUBJECT_SCOPE, period_cw_on_the_other_hand_subject_scope_op, period_op, RELATIVE_CLAUSE, relative_clause_op, WITH_NS, with_ns_op, WITH_SN, with_sn_op
 
コンストラクタの概要
CWConjunction()
           
 
メソッドの概要
 AggregationResult aggregate(RSTElement rst_elem, Aggregatable a1, Aggregatable a2)
           
 org.w3c.dom.Element createAND(org.w3c.dom.Document doc)
           
 java.util.List findAND(org.w3c.dom.Element elem)
           
 java.lang.String getOperationName()
          each operation has to return its name
 java.util.List getPreviousOperations(Aggregatable a)
           
 boolean isInvalidOperationInStructure(java.lang.String op_name)
           
 
クラス jsparky.Operation から継承したメソッド
checkInvalidOperationInStructure, checkInvalidOperationInStructure, isTopPlan, setTopPlan
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CWConjunction

public CWConjunction()
メソッドの詳細

isInvalidOperationInStructure

public boolean isInvalidOperationInStructure(java.lang.String op_name)
定義:
クラス Operation 内の isInvalidOperationInStructure

aggregate

public AggregationResult aggregate(RSTElement rst_elem,
                                   Aggregatable a1,
                                   Aggregatable a2)
                            throws AggregationException
定義:
クラス Operation 内の aggregate
例外:
AggregationException

getPreviousOperations

public java.util.List getPreviousOperations(Aggregatable a)

findAND

public java.util.List findAND(org.w3c.dom.Element elem)

createAND

public org.w3c.dom.Element createAND(org.w3c.dom.Document doc)

getOperationName

public java.lang.String getOperationName()
each operation has to return its name

定義:
クラス Operation 内の getOperationName