Package eas.startSetup.marbBuilder.traceBetrachter

Examples of eas.startSetup.marbBuilder.traceBetrachter.VisMantel.speichereGraph()


        Iterator<VisMantel> it = this.graphen.iterator();
        VisMantel aktGr;

        while (it.hasNext()) {
            aktGr = it.next();
            aktGr.speichereGraph();
        }
    }

    /**
     * Gibt die kleinste noch nicht von einem der aktuellen Graphen verwendete
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.