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
 
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: beast.app.beauti.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 |