use of dr.evomodel.alloppnet.speciation.AlloppMSCoalescent in project beast-mcmc by beast-dev.
the class AlloppMSCoalescentParser method parseXMLObject.
public Object parseXMLObject(XMLObject xo) throws XMLParseException {
final AlloppSpeciesBindings apsp = (AlloppSpeciesBindings) xo.getChild(AlloppSpeciesBindings.class);
final AlloppSpeciesNetworkModel apspnetwork = (AlloppSpeciesNetworkModel) xo.getChild(AlloppSpeciesNetworkModel.class);
return new AlloppMSCoalescent(apsp, apspnetwork);
}
Aggregations