com.phoenix_int.aserver
Interface IPHXAnalysis

All Superinterfaces:
IPHXComponent

public interface IPHXAnalysis
extends IPHXComponent

this is the interface that analyses managed by the Analysis Server must implement.


Method Summary
 void execute()
          executes the analysis.
 
Methods inherited from interface com.phoenix_int.aserver.IPHXComponent
end
 

Method Detail

execute

void execute()
             throws java.lang.Exception
executes the analysis. If the analysis does not run successfully, e.g. the solution does not converge, then an exception should be thrown

Throws:
java.lang.Exception - thrown if the function does not complete succesfully