Search in sources :

Example 1 with AlloppHybPopSizesScale

use of dr.evomodel.alloppnet.operators.AlloppHybPopSizesScale in project beast-mcmc by beast-dev.

the class AlloppHybPopSizesScaleParser method parseXMLObject.

@Override
public Object parseXMLObject(XMLObject xo) throws XMLParseException {
    AlloppSpeciesBindings apsp = (AlloppSpeciesBindings) xo.getChild(AlloppSpeciesBindings.class);
    AlloppSpeciesNetworkModel apspnet = (AlloppSpeciesNetworkModel) xo.getChild(AlloppSpeciesNetworkModel.class);
    final double weight = xo.getDoubleAttribute(MCMCOperator.WEIGHT);
    final double scalingfactor = xo.getDoubleAttribute(ScaleOperatorParser.SCALE_FACTOR);
    return new AlloppHybPopSizesScale(apspnet, apsp, scalingfactor, weight);
}
Also used : AlloppSpeciesNetworkModel(dr.evomodel.alloppnet.speciation.AlloppSpeciesNetworkModel) AlloppSpeciesBindings(dr.evomodel.alloppnet.speciation.AlloppSpeciesBindings) AlloppHybPopSizesScale(dr.evomodel.alloppnet.operators.AlloppHybPopSizesScale)

Aggregations

AlloppHybPopSizesScale (dr.evomodel.alloppnet.operators.AlloppHybPopSizesScale)1 AlloppSpeciesBindings (dr.evomodel.alloppnet.speciation.AlloppSpeciesBindings)1 AlloppSpeciesNetworkModel (dr.evomodel.alloppnet.speciation.AlloppSpeciesNetworkModel)1