org.griphyn.vdl.euryale |
Provides the Euryale prototypical replanning-capable planner.
Package Specification
The classes in this package provide a lean implementation which bridges
from the abstract DAG in XML (DAX) format to Condor DAGMan specific
output files, which relies on Euryale's replanning features.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation,
please see:
@since GVDS 1.2.1
|
Java Source File Name | Type | Comment |
Callback.java | Interface | This interfaces defines the callback calls from DAX parsing. |
DAX2DAG.java | Class | This class is used to convert in streaming mode information from an
abstract DAG in XML (DAX) into a DAGMan .dag file and a couple of
related files, i.e. |
DAXParser.java | Class | This class uses the xerces SAX2 parser to validate and parse an DAX
document. |
DAXTest.java | Class | This class is used to test the DAXParser class and
the input file index. |
FileFactory.java | Interface | This interface describes what file factories should look like.
author: Kavitha Ranganathan author: Jens-S. |
FlatFileFactory.java | Class | This file factory generates a stream of submit files within the same
toplevel directory. |
HashedFileFactory.java | Class | This file factory generates a stream of submit files in a dynamically
determinable directory structure. |
VirtualDecimalHashedFileFactory.java | Class | A Virtual Hashed File Factory that does not do any existence checks while
creating a directory. |
VirtualFlatFileFactory.java | Class | A Virtual Flat File Factory that does not do any existence checks while
creating a directory. |
VTorInUseException.java | Class | This run-time error is thrown, if variables from the set a virtual
constructor relies upon are write-changed after the virtual
constructor has already been used.
author: Kavitha Ranganathan author: Jens-S. |