Template that specifies which sub-net needs to be created when a beastObject of a paricular class is created.
class, mainid, value, connect, suppressInputs, inlineInputs, collapsedInputs, hmc
 
| type: java.lang.String |
| name of the class (with full class path) to be created |
| Required input |
 
| type: java.lang.String |
| specifies id of the main beastObject to be created by the template |
| Required input |
 
| type: java.lang.String |
| collection of objects to be created in Beast2 xml format |
| Required input |
 
| type: beastfx.app.inputeditor.BeautiConnector*** |
| Specifies which part of the template get connected to the main network |
| Optional input |
 
| type: java.lang.String |
| comma separated list of inputs that should not be shown |
| Optional input |
 
| type: java.lang.String |
| comma separated list of inputs that should go inline, e.g. beast.evolution.sitemodel.SiteModel.substModel |
| Optional input |
 
| type: java.lang.String |
| comma separated list of inputs that should go inline, but are initially collapsed, e.g. beast.core.MCMC.logger |
| Optional input |
 
| type: java.lang.String |
| comma delimited list of `help me choose` pages available from the https://beast2-dev.github.io/hmc/ site.Pages can be redirected by adding an alias, e.g. CalibratedYuleModelNarrow/isNarrow/=Narrow/isNarrow/. |
| Optional input |