org.griphyn.vdl.router
Class CreateDiamondKeg

java.lang.Object
  extended by org.griphyn.vdl.router.CreateDiamondKeg

public class CreateDiamondKeg
extends Object

Creates a Diamond DAG exmample structure in memory using VDL classes and the kanonical executable for GriPhyN aka keg.

Version:
$Revision: 50 $
Author:
Jens-S. V??ckler

Constructor Summary
CreateDiamondKeg()
           
 
Method Summary
static Definitions create(boolean condor)
          create a 4 node diamond DAG as in-memory data structures employing the VDL classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDiamondKeg

public CreateDiamondKeg()
Method Detail

create

public static Definitions create(boolean condor)
create a 4 node diamond DAG as in-memory data structures employing the VDL classes. This is a test module for the router, until the input (SAX) becomes available.

Returns:
a list of Transformations and Derivations, encapsulated as Definitions.


Copyright © 2007 The University of Southern California. All Rights Reserved.