Search in sources :

Example 1 with AlloppMSCoalescent

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);
}
Also used : AlloppSpeciesNetworkModel(dr.evomodel.alloppnet.speciation.AlloppSpeciesNetworkModel) AlloppSpeciesBindings(dr.evomodel.alloppnet.speciation.AlloppSpeciesBindings) AlloppMSCoalescent(dr.evomodel.alloppnet.speciation.AlloppMSCoalescent)

Aggregations

AlloppMSCoalescent (dr.evomodel.alloppnet.speciation.AlloppMSCoalescent)1 AlloppSpeciesBindings (dr.evomodel.alloppnet.speciation.AlloppSpeciesBindings)1 AlloppSpeciesNetworkModel (dr.evomodel.alloppnet.speciation.AlloppSpeciesNetworkModel)1