Lightweight Bartering Grid

lbg.peer.workflow
Class Workflow

java.lang.Object
  extended by lbg.peer.workflow.Workflow
All Implemented Interfaces:
java.io.Serializable

public class Workflow
extends java.lang.Object
implements java.io.Serializable

A Workflow is an XML document describing the structure of a Job as a DAG (whose vertices are Bag of Tasks and whose edges are precedence links). A set of Bag of Tasks + a Workflow are required to create a complex Job.

Author:
Cyril Briquet
See Also:
Serialized Form

Constructor Summary
Workflow()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Workflow

public Workflow()
         throws GridException
Throws:
GridException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.