edu.cmu.aura.service
Interface StaticResultTable


public interface StaticResultTable


Method Summary
 int getNumRows()
           
 StaticResultRow getRow(int)
           
 long getSampleTime()
           
 boolean isComplete()
           
 

Method Detail

isComplete

public boolean isComplete()

getSampleTime

public long getSampleTime()

getNumRows

public int getNumRows()

getRow

public StaticResultRow getRow(int)