com.opttek.optquest
Class COptQuestPredictor

java.lang.Object
  extended by com.opttek.optquest.COptQuestPredictor
Direct Known Subclasses:
COptQuestDOEPredictor, COptQuestNNPredictor

public class COptQuestPredictor
extends java.lang.Object

For internal use only


Field Summary
 boolean m_IsEnabled
           
 
Constructor Summary
COptQuestPredictor()
           
 
Method Summary
 double getAccuracy()
           
 double getConstTime()
           
 java.lang.String getHeader()
           
 java.lang.String getIdString()
           
 java.lang.String getResults()
           
 boolean isEnabled()
          Returns whether or not this predictor is enabled.
 void setIsEnabled(boolean isEnabled)
          Sets whether or not this predictor is enabled.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_IsEnabled

public boolean m_IsEnabled
Constructor Detail

COptQuestPredictor

public COptQuestPredictor()
Method Detail

getHeader

public java.lang.String getHeader()

getResults

public java.lang.String getResults()

getIdString

public java.lang.String getIdString()

getAccuracy

public double getAccuracy()

getConstTime

public double getConstTime()

isEnabled

public boolean isEnabled()
Returns whether or not this predictor is enabled.

Returns:
true if the predictor is enabled, false otherwise

setIsEnabled

public void setIsEnabled(boolean isEnabled)
Sets whether or not this predictor is enabled.

Parameters:
isEnabled - the boolean to set