jsparky
クラス AggregationResult

java.lang.Object
  拡張jsparky.AggregationResult

public class AggregationResult
extends java.lang.Object


コンストラクタの概要
AggregationResult(org.w3c.dom.Document d1, org.w3c.dom.Document d2, org.w3c.dom.Document d3)
           
 
メソッドの概要
 org.w3c.dom.Document getAggregatedDSS()
           
 org.w3c.dom.Document getFirstDSS()
           
 org.w3c.dom.Document getSecondDSS()
           
 boolean hasOneSentence()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AggregationResult

public AggregationResult(org.w3c.dom.Document d1,
                         org.w3c.dom.Document d2,
                         org.w3c.dom.Document d3)
メソッドの詳細

hasOneSentence

public boolean hasOneSentence()

getAggregatedDSS

public org.w3c.dom.Document getAggregatedDSS()

getFirstDSS

public org.w3c.dom.Document getFirstDSS()

getSecondDSS

public org.w3c.dom.Document getSecondDSS()