Package avrora.monitors

Examples of avrora.monitors.Monitor


            Simulation.Node n = (Simulation.Node)i.next();
            Iterator im = n.getMonitors().iterator();
            if ( im.hasNext() )
                TermUtil.printSeparator(Terminal.MAXLINE, "Monitors for node "+n.id);
            while ( im.hasNext() ) {
                Monitor m = (Monitor)im.next();
                m.report();
            }
        }
    }
View Full Code Here

TOP

Related Classes of avrora.monitors.Monitor

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.