net.aerith.misao.pixy
Interface Kernel


public interface Kernel

The Agent is an interface of kernel to run the PIXY System 2.


Method Summary
 java.lang.String getName()
          Returns the name of this kernel.
 void run(java.lang.String[] args)
          Runs the PIXY System 2.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this kernel.
Returns:
the name of this kernel.

run

public void run(java.lang.String[] args)
         throws java.lang.Exception
Runs the PIXY System 2.
Parameters:
args - the options.
Throws:
java.lang.Exception - if an exception occurs.