程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.model |
Contains the classes representing the model (structure) of data used application and xml-files
|
限定符和类型 | 方法和说明 |
---|---|
void |
Connections.addConnection(Connection connection)
Adds given Connection to the collection.
|
Connection |
Connections.addConnection(Model.Align sourceAlign,
int sourceIndex,
int targetIndex,
boolean hasInterpolation)
Creates a Connection and adds it to the collection.
|