BEAST v2.7.8 Documentation: beastfx.app.inputeditor.BeautiSubTemplate

Template that specifies which sub-net needs to be created when a beastObject of a paricular class is created.

Inputs:

class, mainid, value, connect, suppressInputs, inlineInputs, collapsedInputs, hmc

 

class
type: java.lang.String
name of the class (with full class path) to be created
Required input

 

mainid
type: java.lang.String
specifies id of the main beastObject to be created by the template
Required input

 

value
type: java.lang.String
collection of objects to be created in Beast2 xml format
Required input

 

connect
type: beastfx.app.inputeditor.BeautiConnector***
Specifies which part of the template get connected to the main network
Optional input

 

suppressInputs
type: java.lang.String
comma separated list of inputs that should not be shown
Optional input

 

inlineInputs
type: java.lang.String
comma separated list of inputs that should go inline, e.g. beast.evolution.sitemodel.SiteModel.substModel
Optional input

 

collapsedInputs
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

 

hmc
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