程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.model |
Contains the classes representing the model (structure) of data used application and xml-files
|
de.mpg.mpimet.yacgui.ui.dialog | |
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.
|
限定符和类型 | 方法和说明 |
---|---|
private TransientCouple |
Model.createDefaultTransientCouple(Connection connection,
Couple activeCouple)
Creates TransientCouple for the given Connection.
|
限定符和类型 | 字段和说明 |
---|---|
private java.util.List<Couple> |
SelectComponentsDialog.CouplesTableModel.couplesList |
private java.util.Map<java.lang.String,Couple> |
SelectComponentsDialog.couplesMap |
限定符和类型 | 方法和说明 |
---|---|
Couple |
SelectComponentsDialog.CouplesTableModel.getCouple(int index) |
限定符和类型 | 方法和说明 |
---|---|
int |
SelectComponentsDialog.CouplesTableModel.getIndex(Couple couple) |
private void |
SelectComponentsDialog.setCouplesTableSelectionAt(Couple couple) |
限定符和类型 | 方法和说明 |
---|---|
private Couple |
XmlDomHandler.parseCouple(org.w3c.dom.Element coupleElement) |
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
Utils.getAlphabeticallyFirst(java.util.Map<java.lang.String,Couple> couples)
Gets the key String value that will be the first, alphabetically sorted.
|
限定符和类型 | 字段和说明 |
---|---|
private java.util.Map<java.lang.String,Couple> |
Coupling.couples
"component1Id-component2Id" : Couple
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,Couple> |
Coupling.getCouples() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
Coupling.addCouple(Couple couple)
Adds a new couple to couplesMap and returns its id.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Coupling.setCouples(java.util.Map<java.lang.String,Couple> couples) |
构造器和说明 |
---|
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) |