|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgms.MT3D_SSM
public class MT3D_SSM
Field Summary | |
---|---|
(package private) static java.lang.String |
aqCConc
|
(package private) static java.lang.String |
aqPoints
|
(package private) static java.lang.String |
aqRConc
|
(package private) java.lang.String[] |
casid
|
protected RARRAY[][] |
CEVT
|
(package private) javax.swing.JTextField |
conversion
|
protected RARRAY[][] |
CRCH
|
protected ByRefFloat[][] |
CSS
|
protected ByRefFloat[][][] |
CSSMS
|
(package private) javax.swing.JRadioButton |
doFRCH
|
(package private) javax.swing.JRadioButton |
doNSS
|
protected ByRefBoolean |
FDRN
|
protected ByRefBoolean |
FEVT
|
protected ByRefBoolean |
FGHB
|
protected ByRefBoolean[] |
FNew
|
protected ByRefBoolean |
FRCH
|
protected ByRefBoolean |
FRIV
|
protected ByRefBoolean |
FWEL
|
protected ByRefInt[] |
INCEVT
|
protected ByRefInt[] |
INCRCH
|
protected ByRefInt[][] |
ISS
|
protected ByRefInt[][] |
ITYPE
|
protected ByRefInt[][] |
JSS
|
protected ByRefInt[][] |
KSS
|
static int |
MAXPOINTS
|
protected ByRefInt |
MXSS
|
protected ByRefInt |
nPER
|
protected ByRefInt |
nSPECIES
|
protected ByRefInt[] |
NSS
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MT3D_SSM(ByRefInt MaxStress,
ByRefInt MaxSpecies)
|
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 |
boolean |
checkInput(java.awt.Component parent)
Check that the user has completed selection process |
void |
d3_d8(Operator t,
int NCOL,
int NROW)
|
void |
expandStress(int num)
|
(package private) int |
extreme(ByRefInt[] values,
boolean min)
|
(package private) boolean |
isConnected(ByRefInt count,
ByRefInt[] is,
ByRefInt[] js,
ByRefInt[] ks,
double[] c)
|
(package private) int |
max(ByRefInt[] values)
|
(package private) int |
min(ByRefInt[] values)
|
void |
processFormat(Operator t,
ByRefInt NCOL,
ByRefInt NROW)
|
boolean |
read(java.lang.String filename,
ByRefInt NCOL,
ByRefInt NROW)
|
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,
ByRefInt NCOL,
ByRefInt NROW,
ByRefInt NLAY)
|
void |
setConstants(int i,
java.lang.String newCasid)
|
(package private) void |
touch(int index,
ByRefInt[] is,
ByRefInt[] js,
ByRefInt[] ks,
boolean[] touched)
|
boolean |
write(java.lang.String filename,
ByRefInt NCOL,
ByRefInt NROW)
|
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,
ByRefInt NCOL,
ByRefInt NROW,
ByRefInt NLAY)
|
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
public static final int MAXPOINTS
static java.lang.String aqPoints
static java.lang.String aqCConc
static java.lang.String aqRConc
protected ByRefInt nPER
protected ByRefInt nSPECIES
protected ByRefBoolean FWEL
protected ByRefBoolean FDRN
protected ByRefBoolean FRCH
protected ByRefBoolean FEVT
protected ByRefBoolean FRIV
protected ByRefBoolean FGHB
protected ByRefBoolean[] FNew
protected ByRefInt MXSS
protected ByRefInt[] INCRCH
protected ByRefInt[] INCEVT
protected ByRefInt[] NSS
protected RARRAY[][] CRCH
protected RARRAY[][] CEVT
protected ByRefInt[][] KSS
protected ByRefInt[][] ISS
protected ByRefInt[][] JSS
protected ByRefInt[][] ITYPE
protected ByRefFloat[][] CSS
protected ByRefFloat[][][] CSSMS
java.lang.String[] casid
javax.swing.JRadioButton doFRCH
javax.swing.JRadioButton doNSS
javax.swing.JTextField conversion
Constructor Detail |
---|
public MT3D_SSM(ByRefInt MaxStress, ByRefInt MaxSpecies)
Method Detail |
---|
public void setConstants(int i, java.lang.String newCasid)
public void expandStress(int num) throws java.lang.Exception
java.lang.Exception
public void writeConstants(java.io.PrintWriter out)
public void readConstants(java.io.BufferedReader in) throws java.io.IOException
java.io.IOException
public void d3_d8(Operator t, int NCOL, int NROW) throws java.lang.Exception
java.lang.Exception
public void processFormat(Operator t, ByRefInt NCOL, ByRefInt NROW) throws java.lang.Exception
java.lang.Exception
int extreme(ByRefInt[] values, boolean min)
int min(ByRefInt[] values)
int max(ByRefInt[] values)
void touch(int index, ByRefInt[] is, ByRefInt[] js, ByRefInt[] ks, boolean[] touched)
boolean isConnected(ByRefInt count, ByRefInt[] is, ByRefInt[] js, ByRefInt[] ks, double[] c)
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, ByRefInt NCOL, ByRefInt NROW)
public boolean write(java.lang.String filename, ByRefInt NCOL, ByRefInt NROW)
public boolean readObjects(java.lang.String filename, ByRefInt NCOL, ByRefInt NROW, ByRefInt NLAY)
public boolean writeObjects(java.lang.String filename, ByRefInt NCOL, ByRefInt NROW, ByRefInt NLAY)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |