Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Lexical Tools

Add a new flow component

  • $LVG_SRC/Lib/Flow.java:
    • Declare a final int XXX in ./Lib/Flow.java
    • Define full and short names for XXX in ./Lib/Flow.java
    • Update hte value of MAX_FLOW (+1)

  • $LVG_SRC/Flows/ToXXX.java:
    • Create a new class ToXxx.java under director ./Flows and make it extends Transformation class
    • Declare the INFO in ToXxx.java
    • Edit Mutate to perform desired function in ToXxx.java
    • Provide the test driver in main( ) of ToXxx.java