/** * Copyright (C) 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package mujava.cli; /** * <p> * Description: script class used for experiment * </p> * * @author Lin Deng * @version 1.0 */ public class script { public static void main(String[] args) throws Exception { runmutes runm = new runmutes(); String[] argv = { "-AORB", "-fresh", "-debug", "PrintTokensTest", "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-AORS", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); argv = new String[] { "-AOIU", "-fresh", "-debug", "PrintTokensTest", "PrintTokens" }; //??? // runm.main(argv); // argv = new String[] { "-AOIS", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" };//??? // runm.main(argv); // argv = new String[] { "-AODU", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-AODS", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-ROR", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-COR", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-COD", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-COI", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-SOR", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-LOR", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-LOI", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-LOD", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-ASRS", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-SDL", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-VDL", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-ODL", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; // runm.main(argv); // argv = new String[] { "-CDL", "-fresh", "-debug", "PrintTokensTest", // "PrintTokens" }; runm.main(argv); } }