程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.ui.dialog.tabpanel | |
de.mpg.mpimet.yacgui.utils |
Contains the auxiliary classes for working with xml-files and classes providing default values.
|
de.mpg.mpimet.yacgui.xml |
Provides the classes representing java models of specific xml tags of main coupling xml file.
|
de.mpg.mpimet.yacgui.xml.interpolation |
Contains the classes representing different types of interpolations.
|
限定符和类型 | 字段和说明 |
---|---|
private Interpolation |
InterpolationPanel.interpolation |
限定符和类型 | 方法和说明 |
---|---|
Interpolation |
InterpolationPanel.getInterpolation() |
限定符和类型 | 方法和说明 |
---|---|
private java.util.List<Interpolation> |
InterpolationsTab.getInterpolations()
get interpolations from panels for collecting data
|
构造器和说明 |
---|
InterpolationPanel(InterpolationPanel.InterpolationUpdateListener listener,
int index,
Interpolation interpolation) |
限定符和类型 | 方法和说明 |
---|---|
static Interpolation |
Default.defaultInterpolation(java.lang.String method)
Creates an implementation of
Interpolation according to
given method, and uses default values as parameters. |
限定符和类型 | 字段和说明 |
---|---|
private java.util.List<Interpolation> |
TransientCouple.interpolations
Interpolation sequence
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Interpolation> |
TransientCouple.getInterpolations() |
限定符和类型 | 方法和说明 |
---|---|
void |
TransientCouple.setInterpolations(java.util.List<Interpolation> interpolations) |
构造器和说明 |
---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
AverageInterpolation
Definite interpolation method average
|
class |
ConservativeInterpolation
Definite interpolation method conservative
|
class |
FixedValueInterpolation
Definite interpolation method fixed value
|
class |
NNearestNeighborInterpolation
Definite interpolation method n nearest neighbor
|
class |
PatchRecoveryInterpolation
Definite interpolation method patch recovery
|
class |
SmoothedPatchRecoveryInterpolation
Definite interpolation method smoothed patch recovery
|
class |
Source2TargetMapInterpolation
Define interpolation method source to target mapping
|
class |
UserFileInterpolation
Definite interpolation method user file
|
限定符和类型 | 方法和说明 |
---|---|
static Interpolation |
InterpolationFactory.createInterpolation(java.lang.String method,
java.util.List<java.lang.String[]> attributes)
Creates an implementation createInterpolation of
Interpolation according to
given method, and the attributes respectively |