use of dr.evomodel.coalescent.GMRFIntervalHeightsStatistic in project beast-mcmc by beast-dev.
the class GMRFIntervalHeightsStatisticParser method parseXMLObject.
public Object parseXMLObject(XMLObject xo) throws XMLParseException {
String name = xo.getAttribute(Statistic.NAME, xo.getId());
GMRFSkyrideLikelihood skyrideLikelihood = (GMRFSkyrideLikelihood) xo.getChild(GMRFSkyrideLikelihood.class);
return new GMRFIntervalHeightsStatistic(name, skyrideLikelihood);
}
Aggregations