|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.io.ConfigFile
edu.stanford.rsl.konrad.io.BetaConfigFile
public class BetaConfigFile
Simple class to read a "beta" config file.
Field Summary | |
---|---|
double |
beta
|
double |
calVoltage
|
double |
dCalCopper
|
Constructor Summary | |
---|---|
BetaConfigFile()
|
Method Summary | |
---|---|
boolean |
getSuccess()
is true if the reading was successful. |
void |
readConfigFile(java.lang.String filename)
Reads the configuration from the file denoted by filename |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double beta
public double calVoltage
public double dCalCopper
Constructor Detail |
---|
public BetaConfigFile()
Method Detail |
---|
public void readConfigFile(java.lang.String filename) throws java.io.IOException
ConfigFileParser
filename
- the file name
java.io.IOException
- may happen during readingpublic boolean getSuccess()
ConfigFileParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |