iut-ibk / DynaMind-ToolBox

DynaMind-ToolBox
www.dance4water.org
GNU General Public License v2.0
9 stars 6 forks source link

Doc Functionality Groups #265

Closed christianurich closed 9 years ago

christianurich commented 9 years ago

@abroxos I'm just working on the documentation for the groups and I have a few problems to work out what their functionality is

Just for my clarification:

ContainerGroup: only is useful in combination with GUI since the logic of replacing module parameter is part of the GUI?

ConditionalGroup: What are possible conditions and how is the attribute handle if their is more than one component in the view?

ghost commented 9 years ago

I'm using the ConditionalLoopgroup:

The condition is defined like: "VIEW.attribute = 1"; the modules in the group are executed if the condition is satisfied; hence you have to set the attribute outside and before the conditionalgroup and manipulate it inside of the group (in a module) to exit the loop at a give time. as far as I can remember the conditions work only with numbers (not certain of that, needs verification)

christianurich commented 9 years ago

Thanks, do you know what happens if more than one component is in the view?

abroxos commented 9 years ago

I never used that group but i think only the first component is checked.

2015-04-10 9:45 GMT+02:00 Christian Urich notifications@github.com:

Thanks, do you know what happens if more than one component is in the view?

— Reply to this email directly or view it on GitHub https://github.com/iut-ibk/DynaMind-ToolBox/issues/265#issuecomment-91469147 .

MSc Michael Mair IUT Umwelttechnik - Institut für Infrastruktur Universität Innsbruck A-6020 Innsbruck; Technikerstrasse 13

Tel: +43 (0) 512 507 62129 M: michael.mair@uibk.ac.at W: http://umwelttechnik.uibk.ac.at W: http://michaelmair.eu

christianurich commented 9 years ago

I think that answers my questions and for the loop implementation see #264