org.griphyn.cPlanner.code |
|
Java Source File Name | Type | Comment |
CodeGenerator.java | Interface | The interface that allows us to plug in various code generators for writing
out the concrete plan. |
CodeGeneratorException.java | Class | The baseclass of the exception that is thrown by all Code Generators. |
GridStart.java | Interface | The interface that defines how a job specified in the abstract workflow
is launched on the grid. |
POSTScript.java | Interface | The interface that defines the creation of a POSTSCRIPT for a job. |