org.griphyn.vdl.toolkit |
|
Java Source File Name | Type | Comment |
DeleteMeta.java | Class | This class deletes annotations for definition's and lfn's
author: Jens-S. |
DeleteVDC.java | Class | This class deletes definition's that match the namespace, identifier,
version triple.
author: Jens-S. |
ExitCode.java | Class | This class gets the exit code of a job from invocation record.
author: Jens-S. |
FriendlyNudge.java | Class | This exception is a signal by the invocation record digestor.
author: Jens-S. |
GetDAX.java | Class | This class generates the DAX per the request for an lfn or a derivation.
author: Jens-S. |
InsertMeta.java | Class | This class inserts annotations into the backend database.
author: Jens-S. |
Planner.java | Class | The shell planner. |
SearchMeta.java | Class | This class searches definitions or LFNs which match a query.
author: Jens-S. |
SearchVDC.java | Class | This class searches definitions that match the namespace, name,
version triple, then prints the search results in one of the formats:
vdlx, vdlt, or name. |
ShowMeta.java | Class | This class deletes annotations for definition's and lfn's
author: Jens-S. |
TestProps.java | Class | This class deletes annotations for definition's and lfn's
author: Jens-S. |
Toolkit.java | Class | This class is the base class for other toolkits. |
UpdateVDC.java | Class | This class uses the VDLxParser to parse VDLx specifications
and add them to the database backend. |
VDLc.java | Class | This class generates implements the pipeline of the usual suspect
from vdlt2vdlx via insert- or updatevdc to gendax. |
VDLHelper.java | Class | This class encapsulates common helper functions for VDL parsing.
author: Jens-S. |
VDLtConv.java | Class | Test calls to parse the a given filename and produce XML from it. |
VDLx2VDLt.java | Class | This class uses the VDLxParser to parse VDL XML
specification and output VDL textual specification. |
VersionNumber.java | Class | This class just prints the current version number on stdout.
author: Jens-S. |
VizDAX.java | Class | This class generates GraphViz dot format from a DAX
author: Jens-S. |
VizDAX2.java | Class | This class generates CoG XML from a DAX.
author: Jens-S. |
XSearchVDC.java | Class | This class searches definition's that match the namespace, name, version
triple, then prints the search results in one of the formats: vdlx, vdlt,
or name. |