程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.ui.dialog.tabpanel | |
de.mpg.mpimet.yacgui.xml |
Provides the classes representing java models of specific xml tags of main coupling xml file.
|
限定符和类型 | 字段和说明 |
---|---|
private Timestep |
TimestepTab.timestep |
限定符和类型 | 字段和说明 |
---|---|
private Timestep |
TransientCouple.timestep
time step
|
限定符和类型 | 方法和说明 |
---|---|
static Timestep |
Timestep.getDefault()
Returns default Timestep
|
Timestep |
TransientCouple.getTimestep() |
限定符和类型 | 方法和说明 |
---|---|
void |
TransientCouple.setTimestep(Timestep timestep) |
构造器和说明 |
---|
Timestep(Timestep donor)
Copy constructor
|
TransientCouple(int transientId,
int sourceComponentRef,
int sourceTransientGridRefId,
int targetTransienGridtRefId,
Timestep timestep,
boolean useSourceMask,
boolean useTargetMask,
java.util.List<Interpolation> interpolations,
java.lang.Double maskValue,
DebugMode debugMode,
boolean enforceWriteRestart,
boolean enforceWriteWeightFile,
java.lang.String weightFilename)
Creates a new TransientCouple object with all member variables.
|