gms
Class MT3D_ADV

java.lang.Object
  extended by gms.MT3D_ADV
All Implemented Interfaces:
F2DataManipulator, UIComponent, java.io.Serializable

public class MT3D_ADV
extends java.lang.Object
implements java.io.Serializable, F2DataManipulator, UIComponent

See Also:
Serialized Form

Field Summary
(package private)  ByRefFloat DCEPS
           
(package private)  ByRefFloat DCHMOC
           
(package private)  ByRefInt INTERP
           
(package private)  ByRefInt ITRACK
           
(package private)  ByRefInt MIXELM
           
(package private)  ByRefInt MXPART
           
(package private)  ByRefInt NADVFD
           
(package private)  ByRefInt NLSINK
           
(package private)  ByRefInt NPH
           
(package private)  ByRefInt NPL
           
(package private)  ByRefInt NPLANE
           
(package private)  ByRefInt NPMAX
           
(package private)  ByRefInt NPMIN
           
(package private)  ByRefInt NPSINK
           
(package private)  ByRefFloat PERCEL
           
private static long serialVersionUID
           
(package private)  ByRefFloat WD
           
 
Constructor Summary
MT3D_ADV()
           
 
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
(package private)  void processFormat(Operator t, java.lang.String filename)
           
 boolean read(java.lang.String filename)
           
 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 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

MIXELM

ByRefInt MIXELM

MXPART

ByRefInt MXPART

NADVFD

ByRefInt NADVFD

PERCEL

ByRefFloat PERCEL

ITRACK

ByRefInt ITRACK

WD

ByRefFloat WD

DCEPS

ByRefFloat DCEPS

NPLANE

ByRefInt NPLANE

NPL

ByRefInt NPL

NPH

ByRefInt NPH

NPMIN

ByRefInt NPMIN

NPMAX

ByRefInt NPMAX

INTERP

ByRefInt INTERP

NLSINK

ByRefInt NLSINK

NPSINK

ByRefInt NPSINK

DCHMOC

ByRefFloat DCHMOC
Constructor Detail

MT3D_ADV

public MT3D_ADV()
Method Detail

processFormat

void processFormat(Operator t,
                   java.lang.String filename)
             throws java.lang.Exception
Throws:
java.lang.Exception

addInputs

public void addInputs(javax.swing.JPanel p)
Description copied from interface: UIComponent
Add Input selection controls to panel

Specified by:
addInputs in interface UIComponent

addOutputs

public void addOutputs(javax.swing.JPanel p)
Description copied from interface: UIComponent
Add Output selection controls to the panel

Specified by:
addOutputs in interface UIComponent

checkInput

public boolean checkInput(java.awt.Component parent)
Description copied from interface: UIComponent
Check that the user has completed selection process

Specified by:
checkInput in interface UIComponent

addDictionaryEntries

public void addDictionaryEntries(F2SystemDev sd,
                                 int PID,
                                 long dic)
Description copied from interface: F2DataManipulator
Add dictionaries entries to the FRAMES 2.0 system

Specified by:
addDictionaryEntries in interface F2DataManipulator

addModuleRequirements

public void addModuleRequirements(F2SystemDev sd,
                                  F2ModuleDev md,
                                  int PID,
                                  long mod,
                                  long scheme)
Description copied from interface: F2DataManipulator
Add Module Reading or Writing requirements to module

Specified by:
addModuleRequirements in interface F2DataManipulator

readDataSet

public void readDataSet(F2ModuleDev md,
                        int PID,
                        java.lang.String mod,
                        java.lang.String uidic)
Description copied from interface: F2DataManipulator
Read or Update the dataset in memory with the dataset from FRAMES

Specified by:
readDataSet in interface F2DataManipulator

writeDataSet

public void writeDataSet(F2ModuleDev md,
                         int PID,
                         java.lang.String mod,
                         java.lang.String uidic)
Description copied from interface: F2DataManipulator
Write the dataset represented by the data in memory

Specified by:
writeDataSet in interface F2DataManipulator

read

public boolean read(java.lang.String filename)

write

public boolean write(java.lang.String filename)

readObjects

public boolean readObjects(java.lang.String filename)

writeObjects

public boolean writeObjects(java.lang.String filename)