Package org.resmedicinae.resmedlib.region

Examples of org.resmedicinae.resmedlib.region.Model


     * @exception NullPointerException if the operation is null
     * @exception NullPointerException if the controller is null
     */
    public Model ask(String o, GraphicalView d) throws Exception, NullPointerException {

        Model a = null;

        if (o != null) {

            java.lang.System.out.println("test o: " + o);

View Full Code Here

TOP

Related Classes of org.resmedicinae.resmedlib.region.Model

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.