standup.sql
Class SQLSchemaRow

java.lang.Object
  extended by standup.sql.SQLSchemaRow

public class SQLSchemaRow
extends Object

Represents a row in a schema instantiation table.

Author:
Ruli Manurung

Field Summary
private  List<Keyword> lexElements
           
private  double phonSimValue
           
 
Constructor Summary
SQLSchemaRow(List<Keyword> le, double psv)
           
 
Method Summary
 List<Keyword> getLexElements()
           
 double getPhonSimValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lexElements

private final List<Keyword> lexElements

phonSimValue

private final double phonSimValue
Constructor Detail

SQLSchemaRow

public SQLSchemaRow(List<Keyword> le,
                    double psv)
Method Detail

getLexElements

public List<Keyword> getLexElements()

getPhonSimValue

public double getPhonSimValue()