jsparky
クラス ReferringExpression

java.lang.Object
  拡張jsparky.ReferringExpression

public class ReferringExpression
extends java.lang.Object


コンストラクタの概要
ReferringExpression()
           
 
メソッドの概要
 void checkConstraints(AggregatedElement elem)
          input is the top element
static java.util.List findAND(org.w3c.dom.Element elem)
          check if there are other coordinated elements
static java.util.List getRestaurantList(AggregatedElement elem)
          find restaurant names
static java.util.List getRestaurantList(org.w3c.dom.Document dss)
           
static boolean hasRelativeClause(org.w3c.dom.Element elem)
          check relative clause to prevent : It, which has...
static boolean isStartingPoint(org.w3c.dom.Element elem)
          is under starting point element
static void process(AggregatedElement elem)
          process referring expression within a single dss
static java.util.List processStartingPoint(java.util.List lis)
          change order
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReferringExpression

public ReferringExpression()
メソッドの詳細

process

public static void process(AggregatedElement elem)
process referring expression within a single dss


isStartingPoint

public static boolean isStartingPoint(org.w3c.dom.Element elem)
is under starting point element


processStartingPoint

public static java.util.List processStartingPoint(java.util.List lis)
change order


hasRelativeClause

public static boolean hasRelativeClause(org.w3c.dom.Element elem)
check relative clause to prevent : It, which has...


getRestaurantList

public static java.util.List getRestaurantList(AggregatedElement elem)
find restaurant names


getRestaurantList

public static java.util.List getRestaurantList(org.w3c.dom.Document dss)

checkConstraints

public void checkConstraints(AggregatedElement elem)
input is the top element


findAND

public static java.util.List findAND(org.w3c.dom.Element elem)
check if there are other coordinated elements