程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.model |
Contains the classes representing the model (structure) of data used application and xml-files
|
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.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.Integer,Grid> |
Model.getGrids() |
限定符和类型 | 方法和说明 |
---|---|
private java.util.Map<java.lang.Integer,Grid> |
XmlDomHandler.parseGrids(org.w3c.dom.NodeList gridsNodeList) |
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<java.lang.String> |
Utils.getAliasNames(java.util.Map<java.lang.Integer,Grid> grids)
Used for tests
|
static boolean |
Utils.gridsContainAll(java.util.Map<java.lang.Integer,Grid> grids,
java.util.Collection<java.lang.String> aliasNames)
Used for tests
|
限定符和类型 | 字段和说明 |
---|---|
private java.util.Map<java.lang.Integer,Grid> |
Coupling.grids
gridId : Grid
|
private java.util.Map<java.lang.Integer,Grid> |
Component.grids
Grid.id : Grid.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.Integer,Grid> |
Coupling.getGrids() |
java.util.Map<java.lang.Integer,Grid> |
Component.getGrids() |
限定符和类型 | 方法和说明 |
---|---|
private boolean |
Coupling.checkGridUsageByComponents(Grid g) |
限定符和类型 | 方法和说明 |
---|---|
void |
Coupling.setGrids(java.util.Map<java.lang.Integer,Grid> grids) |
void |
Component.setGrids(java.util.Map<java.lang.Integer,Grid> grids) |
构造器和说明 |
---|
Coupling(boolean stdoutRedirect,
boolean rootRedirect,
java.util.Map<java.lang.Integer,Component> components,
java.util.Map<java.lang.Integer,Transient> transients,
java.util.Map<java.lang.Integer,Grid> grids,
Dates dates,
TimestepUnit timestepUnit,
java.util.Map<java.lang.String,Couple> couples) |