org.griphyn.vdl.router
Class CreateFullDiamond

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

public class CreateFullDiamond
extends Object

Create a fully connected fake Diamond DAG exmample structure in memory using VDL classes.

   C --<-- A
   |\     /|
   | \ _ / |
   V  | L  V
   |   /\  |
   |  /  \ |
   | /    \|
   D --<-- B
 

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

Constructor Summary
CreateFullDiamond()
           
 
Method Summary
static Definitions create()
          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

CreateFullDiamond

public CreateFullDiamond()
Method Detail

create

public static Definitions create()
create a 4 node diamond DAG as in-memory data structures employing the VDL classes. This is a test module for some sample concrete planning modules.

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


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