|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.gempak.GempakParameterTable
public class GempakParameterTable
Class to hold a lookup of gempak parameters
Constructor Summary | |
---|---|
GempakParameterTable()
Create a new table. |
Method Summary | |
---|---|
void |
addParameters(String tbl)
Add parameters from the table |
GempakParameter |
getParameter(String name)
Get the parameter for the given name |
static void |
main(String[] args)
Test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GempakParameterTable()
Method Detail |
---|
public void addParameters(String tbl) throws IOException
tbl
- table location
IOException
- problem reading table.public GempakParameter getParameter(String name)
name
- name of the parameter (eg:, TMPK);
public static void main(String[] args) throws IOException
args
- ignored
IOException
- problem reading the table.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |