All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.tid.emulator.pccPrueba.RemoteAutomaticPCCLauncher Maven / Gradle / Ivy

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package es.tid.emulator.pccPrueba;

/**
 * MAIN ROADM: Launches the ROADM
 */

public class RemoteAutomaticPCCLauncher {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
    	RemoteAutomaticPCC r = new RemoteAutomaticPCC();
    	r.startRemoteAutomaticPCC();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy