Package aufnahme.fmg.edu.kit.aifb

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

Related Classes of aufnahme.fmg.edu.kit.aifb.PopulationTyp

Copyright © 2018 www.massapicom. 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.