More consistent handling of observers.

One very common method  (addObserver) needs to be renamed.
This commit is contained in:
hneemann 2016-04-12 15:37:41 +02:00
parent 6d541eaf76
commit 3fcb517bc1

View File

@ -404,7 +404,8 @@ public class Circuit {
* The ObservableValue is not connected to a model! Its just a wrapper for the outputs name.
* This method is used to create dummy outputs for a nested element.
* They are not used, because during creation of a model all inputs and outputs which connect a model
* with a nested model are removed from the model and replaced by a direct connection of inputs and outputs.
* with a nested model are removed from the model and replaced by a direct connection of the input or output
* and the wires of the containing model.
*
* @param library the library
* @return the list of output ObservableValues