Uses of Class
messif.executor.MethodExecutor.ExecutableMethod

Packages that use MethodExecutor.ExecutableMethod
messif.utility Various utilities that does not fit anywhere else including a main class for executing batch files. 
 

Uses of MethodExecutor.ExecutableMethod in messif.utility
 

Methods in messif.utility with annotations of type MethodExecutor.ExecutableMethod
 boolean CoreApplication.algorithmInfo(java.io.PrintStream out, java.lang.String... args)
          Show some information about the current algorithm.
 boolean CoreApplication.algorithmInfoAll(java.io.PrintStream out, java.lang.String... args)
          Show some information about all algorithms.
 boolean CoreApplication.algorithmRestore(java.io.PrintStream out, java.lang.String... args)
          Restores a previously serialized algorithm from file.
 boolean CoreApplication.algorithmSelect(java.io.PrintStream out, java.lang.String... args)
          Select algorithm to manage.
 boolean CoreApplication.algorithmStart(java.io.PrintStream out, java.lang.String... args)
          Creates a new instance of algorithm.
 boolean CoreApplication.algorithmStop(java.io.PrintStream out, java.lang.String... args)
          Stops current algorithm and clear the memory used.
 boolean CoreApplication.algorithmStopAll(java.io.PrintStream out, java.lang.String... args)
          Stops all algorithms and clear the memory used.
 boolean CoreApplication.algorithmStore(java.io.PrintStream out, java.lang.String... args)
          Serialize current algorithm to file.
 boolean CoreApplication.algorithmSupportedOperations(java.io.PrintStream out, java.lang.String... args)
          Show information about supported operations for the current algorithm.
 boolean CoreApplication.collectGarbage(java.io.PrintStream out, java.lang.String... args)
          Schedules full garbage collection.
 boolean CoreApplication.controlFile(java.io.PrintStream out, java.lang.String... args)
          Executes actions from a control file.
 boolean CoreApplication.decode(java.io.PrintStream out, java.lang.String... args)
          Decodes a value to some other value according to a regular expression.
 boolean CoreApplication.echo(java.io.PrintStream out, java.lang.String... args)
          Prints the parameters to the output.
 boolean CoreApplication.help(java.io.PrintStream out, java.lang.String... args)
          Shows a list of commands with help.
 boolean CoreApplication.loggingConsoleChangeLevel(java.io.PrintStream out, java.lang.String... args)
          Set the logging level of console.
 boolean CoreApplication.loggingFileAdd(java.io.PrintStream out, java.lang.String... args)
          Adds a file for writing loging messages.
 boolean CoreApplication.loggingFileChangeLevel(java.io.PrintStream out, java.lang.String... args)
          Changes the loging level of an opened logging file.
 boolean CoreApplication.loggingFileRemove(java.io.PrintStream out, java.lang.String... args)
          Removes loging file.
 boolean CoreApplication.loggingLevel(java.io.PrintStream out, java.lang.String... args)
          Get or set global level of logging.
 boolean CoreApplication.memoryUsage(java.io.PrintStream out, java.lang.String... args)
          Displays the memory usage of this virtual machine.
 boolean CoreApplication.methodExecute(java.io.PrintStream out, java.lang.String... args)
          Directly execute a method of the running algorithm.
 boolean CoreApplication.namedInstanceAdd(java.io.PrintStream out, java.lang.String... args)
          Creates a new named instance.
 boolean CoreApplication.namedInstanceList(java.io.PrintStream out, java.lang.String... args)
          Prints the list of all named instances.
 boolean CoreApplication.namedInstanceRemove(java.io.PrintStream out, java.lang.String... args)
          Removes a named instances.
 boolean CoreApplication.objectStreamClose(java.io.PrintStream out, java.lang.String... args)
          Closes a named object stream.
 boolean CoreApplication.objectStreamOpen(java.io.PrintStream out, java.lang.String... args)
          Open a named stream which allows to read objects from a file.
 boolean CoreApplication.objectStreamReset(java.io.PrintStream out, java.lang.String... args)
          Resets a named object stream.
 boolean CoreApplication.objectStreamSetParameter(java.io.PrintStream out, java.lang.String... args)
          Sets a value of additional constructor parameter of an opened object stream.
 boolean CoreApplication.operationAnswer(java.io.PrintStream out, java.lang.String... args)
          Show the answer of the last executed query operation.
 boolean CoreApplication.operationBgExecute(java.io.PrintStream out, java.lang.String... args)
          Executes a specified operation on current algorithm in a new thread (i.e., on the background).
 boolean CoreApplication.operationExecute(java.io.PrintStream out, java.lang.String... args)
          Executes a specified operation on current algorithm.
 boolean CoreApplication.operationExecuteAgain(java.io.PrintStream out, java.lang.String... args)
          Executes the last operation once more.
 boolean CoreApplication.operationChangeAnswerCollection(java.io.PrintStream out, java.lang.String... args)
          Changes the answer collection of the last executed operation.
 boolean CoreApplication.operationInfo(java.io.PrintStream out, java.lang.String... args)
          Show information about the last executed operation.
 boolean CoreApplication.operationWaitBg(java.io.PrintStream out, java.lang.String... args)
          Synchronize on all operations run on the background.
 boolean CoreApplication.propertiesOpen(java.io.PrintStream out, java.lang.String... args)
          Creates a new named properties.
 boolean CoreApplication.quit(java.io.PrintStream out, java.lang.String... args)
          Exits this application.
 boolean CoreApplication.statisticsDisable(java.io.PrintStream out, java.lang.String... args)
          Disable (or enable) gathering of statistics.
 boolean CoreApplication.statisticsGlobal(java.io.PrintStream out, java.lang.String... args)
          Print all global statistics.
 boolean CoreApplication.statisticsGlobalGet(java.io.PrintStream out, java.lang.String... args)
          Gets a value from a global statistic.
 boolean CoreApplication.statisticsLastOperation(java.io.PrintStream out, java.lang.String... args)
          Print statistics gathered by the last executed operation.
 boolean CoreApplication.statisticsResetGlobal(java.io.PrintStream out, java.lang.String... args)
          Reset all global statistics.
 boolean CoreApplication.statisticsSetAutoBinding(java.io.PrintStream out, java.lang.String... args)
          Regular expression on global statistics' names that are bound for each executed operation.
 boolean CoreApplication.sum(java.io.PrintStream out, java.lang.String... args)
          Computes a sum of the parameters and prints the result to the output.