org.griphyn.vdl.util |
|
Java Source File Name | Type | Comment |
ChimeraProperties.java | Class | A Central Properties class that keeps track of all the properties
used by Chimera. |
Chmod.java | Class | This class changes file permission modes in
Unix/Linux environment.
author: Jens-S. |
DAX2CoG.java | Class | Convert a dag structure into the new CoG's XML format for
visualization.
author: Jens-S. |
DAX2DOT.java | Class | Convert a dag structure into GraphViz dot format.
author: Jens-S. |
FcntlFileLock.java | Class | This class implements file locking using system-provided lock
functions. |
FcntlLock.java | Class | This class encapsulates the instance variables necessary to lock
a file. |
FileHelper.java | Class | This class allows access to a set of files. |
LockFileLock.java | Class | This class implements file locking using explicit lock files. |
LockFileSet.java | Class | This class is a helper for the LockHelper . |
LockHelper.java | Class | author: Jens-S. |
Logging.java | Class | Create a common interface to handle logging of messages,
debugging and streaming. |
SequenceGenerator.java | Class | Each instance of this class produces a row of sequence numbers.
By default, the sequence string has six digits.
author: Jens-S. |
SequenceMapping.java | Class | This class maps back and forth between a short identifier, and
some unique, abstract identifier that is generated by a sequence.
Instantiated with the default constructor, the generated
identifiers will satisfy NMTOKEN.
author: Jens-S. |
VDLType.java | Class | This class returns pre-defined type values given the corresponding
strings defined in the XML schema. |