Documentation of 'org.jgap.util.ICommand' Java class
ICommand
org.jgap.util

Interface ICommand

  • All Known Implementing Classes:
    WorkerCommand


    public interface ICommand
    Interface for commands (part of the Command pattern)
    Since:
    2.3
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CVS_REVISION
      String containing the CVS revision.
    • Field Detail

      • CVS_REVISION

        static final java.lang.String CVS_REVISION
        String containing the CVS revision. Read out via reflection!
        See Also:
        Constant Field Values
    • Method Detail

      • execute

        CommandResult execute(java.lang.Object a_parameters)
                       throws java.lang.Exception
        Executes the command and returns the result of the operation
        Parameters:
        a_parameters - parameters need for executing the command
        Returns:
        result of operation
        Throws:
        java.lang.Exception - in case of any problem

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.