程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.junit |
Contains the test classes based on j-unit framework
|
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.
|
限定符和类型 | 方法和说明 |
---|---|
private static Coupling |
CouplingTest.createDummyCoupling() |
限定符和类型 | 字段和说明 |
---|---|
protected Coupling |
Model.coupling |
限定符和类型 | 方法和说明 |
---|---|
Coupling |
Model.getCoupling() |
限定符和类型 | 方法和说明 |
---|---|
private void |
Model.checkValidComponentsSize(Coupling coupling)
Checks if given Coupling has at least 2 Components.
|
void |
Model.loadCoupling(Coupling coupling)
Takes a Coupling object and loads it into the model.
|
限定符和类型 | 方法和说明 |
---|---|
Coupling |
XmlDomHandler.buildCoupling()
Builds a Coupling from previously parsed xml file.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
XmlDomHandler.writeCouplingToFile(java.io.File destination,
Coupling coupling)
Writes given
Coupling to given File. |