|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgms.MT3D_BTN
public class MT3D_BTN
Field Summary | |
---|---|
(package private) static java.lang.String |
aqCConc
|
(package private) static java.lang.String |
aqPoints
|
(package private) static java.lang.String |
aqRConc
|
protected ByRefBoolean |
CHKMAS
|
protected ByRefFloat |
CINACT
|
(package private) boolean |
constantLoc
|
protected RARRAY |
DELC
|
protected RARRAY |
DELR
|
protected javax.swing.JRadioButton |
doCONC
|
protected javax.swing.JRadioButton |
doPRSITY
|
protected javax.swing.JRadioButton |
doSCONC
|
protected ByRefFloat[] |
DT0
|
protected RARRAY[] |
DZ
|
protected ByRefString[] |
HEADING
|
protected RARRAY |
HTOP
|
protected IARRAY[] |
ICBUND
|
protected ByRefInt |
IFMTCN
|
protected ByRefInt |
IFMTDP
|
protected ByRefInt |
IFMTNP
|
protected ByRefInt |
IFMTRF
|
protected ByRefInt[] |
IOBS
|
protected ByRefInt[] |
JOBS
|
protected ByRefInt[] |
KOBS
|
protected ByRefInt[] |
LAYCON
|
protected ByRefString |
LUNIT
|
protected ByRefInt |
MCOMP
|
protected ByRefString |
MUNIT
|
protected ByRefInt[] |
MXSTRN
|
protected ByRefInt |
NCOL
|
protected ByRefInt |
NCOMP
|
protected ByRefInt |
NLAY
|
protected ByRefInt |
NOBS
|
protected ByRefInt |
NPER
|
protected ByRefInt |
NPRMAS
|
protected ByRefInt |
NPROBS
|
protected ByRefInt |
NPRS
|
protected ByRefInt |
NROW
|
protected ByRefInt |
NSPEC
|
protected ByRefInt[] |
NSTP
|
protected ByRefFloat[] |
PERLEN
|
protected RARRAY[] |
PRSITY
|
protected ByRefBoolean |
SAVUCN
|
protected RARRAY[][] |
SCONC
|
private static long |
serialVersionUID
|
protected ByRefFloat |
THKMIN
|
protected ByRefFloat[] |
TIMPRS
|
protected ByRefBoolean[] |
TRNOP
|
protected ByRefFloat[][] |
TSLNGH
|
protected ByRefFloat[] |
TSMULT
|
protected ByRefFloat[] |
TTSMAX
|
protected ByRefFloat[] |
TTSMULT
|
protected ByRefString |
TUNIT
|
(package private) UIIntCoord |
uicoord
|
(package private) boolean |
useOBS
|
Constructor Summary | |
---|---|
MT3D_BTN(java.lang.String output)
|
Method Summary | |
---|---|
void |
addDictionaryEntries(F2SystemDev sd,
int PID,
long dic)
Add dictionaries entries to the FRAMES 2.0 system |
void |
addInputs(javax.swing.JPanel p)
Add Input selection controls to panel |
void |
addModuleRequirements(F2SystemDev sd,
F2ModuleDev md,
int PID,
long mod,
long scheme)
Add Module Reading or Writing requirements to module |
void |
addOutputs(javax.swing.JPanel p)
Add Output selection controls to the panel |
(package private) void |
allocLayerSpec(ByRefInt MaxLay,
ByRefInt MaxSpec)
|
(package private) void |
allocObs(ByRefInt MaxObs)
|
(package private) void |
allocPer(ByRefInt MaxPer)
|
(package private) void |
allocStp(int Period,
ByRefInt MaxStp)
|
(package private) void |
allocTIMPRS(ByRefInt MaxTimePairs)
|
boolean |
checkInput(java.awt.Component parent)
Check that the user has completed selection process |
(package private) void |
expandPer(int stress)
|
void |
processFormat(Operator t,
java.lang.String filename)
|
boolean |
read(java.lang.String filename)
|
void |
readConstants(java.io.BufferedReader in)
|
void |
readDataSet(F2ModuleDev md,
int PID,
java.lang.String mod,
java.lang.String uidic)
Read or Update the dataset in memory with the dataset from FRAMES |
boolean |
readObjects(java.lang.String filename)
|
boolean |
write(java.lang.String filename)
|
void |
writeConstants(java.io.PrintWriter out)
|
void |
writeDataSet(F2ModuleDev md,
int PID,
java.lang.String mod,
java.lang.String uidic)
Write the dataset represented by the data in memory |
boolean |
writeObjects(java.lang.String filename)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
static java.lang.String aqPoints
static java.lang.String aqCConc
static java.lang.String aqRConc
protected ByRefString[] HEADING
protected ByRefInt NLAY
protected ByRefInt NROW
protected ByRefInt NCOL
protected ByRefInt NPER
protected ByRefInt NCOMP
protected ByRefInt MCOMP
protected ByRefInt NSPEC
protected ByRefString TUNIT
protected ByRefString LUNIT
protected ByRefString MUNIT
protected ByRefBoolean[] TRNOP
protected ByRefInt[] LAYCON
protected RARRAY DELR
protected RARRAY DELC
protected RARRAY HTOP
protected RARRAY[] DZ
protected RARRAY[] PRSITY
protected IARRAY[] ICBUND
protected RARRAY[][] SCONC
protected ByRefFloat CINACT
protected ByRefFloat THKMIN
protected ByRefInt IFMTCN
protected ByRefInt IFMTNP
protected ByRefInt IFMTRF
protected ByRefInt IFMTDP
protected ByRefBoolean SAVUCN
protected ByRefInt NPRS
protected ByRefFloat[] TIMPRS
protected ByRefInt NOBS
protected ByRefInt NPROBS
protected ByRefInt[] KOBS
protected ByRefInt[] IOBS
protected ByRefInt[] JOBS
protected ByRefBoolean CHKMAS
protected ByRefInt NPRMAS
protected ByRefFloat[] PERLEN
protected ByRefFloat[] TSMULT
protected ByRefInt[] NSTP
protected ByRefFloat[][] TSLNGH
protected ByRefFloat[] DT0
protected ByRefFloat[] TTSMULT
protected ByRefFloat[] TTSMAX
protected ByRefInt[] MXSTRN
protected javax.swing.JRadioButton doPRSITY
protected javax.swing.JRadioButton doSCONC
protected javax.swing.JRadioButton doCONC
UIIntCoord uicoord
boolean useOBS
boolean constantLoc
Constructor Detail |
---|
public MT3D_BTN(java.lang.String output)
Method Detail |
---|
void allocLayerSpec(ByRefInt MaxLay, ByRefInt MaxSpec)
void allocTIMPRS(ByRefInt MaxTimePairs)
void allocObs(ByRefInt MaxObs)
void allocStp(int Period, ByRefInt MaxStp)
void expandPer(int stress)
void allocPer(ByRefInt MaxPer)
public void processFormat(Operator t, java.lang.String filename) throws java.lang.Exception
java.lang.Exception
public void readConstants(java.io.BufferedReader in) throws java.io.IOException
java.io.IOException
public void writeConstants(java.io.PrintWriter out) throws java.io.IOException
java.io.IOException
public void addInputs(javax.swing.JPanel p)
UIComponent
addInputs
in interface UIComponent
public void addOutputs(javax.swing.JPanel p)
UIComponent
addOutputs
in interface UIComponent
public boolean checkInput(java.awt.Component parent)
UIComponent
checkInput
in interface UIComponent
public void addDictionaryEntries(F2SystemDev sd, int PID, long dic)
F2DataManipulator
addDictionaryEntries
in interface F2DataManipulator
public void addModuleRequirements(F2SystemDev sd, F2ModuleDev md, int PID, long mod, long scheme)
F2DataManipulator
addModuleRequirements
in interface F2DataManipulator
public void readDataSet(F2ModuleDev md, int PID, java.lang.String mod, java.lang.String uidic)
F2DataManipulator
readDataSet
in interface F2DataManipulator
public void writeDataSet(F2ModuleDev md, int PID, java.lang.String mod, java.lang.String uidic)
F2DataManipulator
writeDataSet
in interface F2DataManipulator
public boolean read(java.lang.String filename)
public boolean write(java.lang.String filename)
public boolean readObjects(java.lang.String filename)
public boolean writeObjects(java.lang.String filename)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |