Package de.fu_berlin.inf.dpp.util.pico

Examples of de.fu_berlin.inf.dpp.util.pico.DotGraphMonitor$ModuleFunction


     * Create the shared instance.
     */
    public Saros() {

        // Only start a DotGraphMonitor if asserts are enabled (aka debug mode)
        assert (dotMonitor = new DotGraphMonitor()) != null;

        setInitialized(false);
        setDefault(this);

        sarosContext = SarosContext.getContextForSaros(this)
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.util.pico.DotGraphMonitor$ModuleFunction

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.