Examples of PopulationTyp


Examples of aufnahme.fmg.edu.kit.aifb.PopulationTyp

     * @param num  Die ID.
     * 
     * @return  Der Populationssnapshot des num-ten Zyklus.
     */
    public PopSnapshot getPop(final int num) {
        PopulationTyp pop = this.xmlAufn.getAufnahme().getPopulationArray(num);
        return this.xmlPopToPop(pop);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.