net.kwfgrid.gwes
Class TokenParameter

java.lang.Object
  extended by net.kwfgrid.gwes.TokenParameter

public class TokenParameter
extends Object

Version:
$Id: TokenParameter.java 1419 2010-11-01 14:12:17Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)

Nested Class Summary
static class TokenParameter.Scope
           
 
Field Summary
 net.kwfgrid.gworkflowdl.structure.Edge edge
          Edge to place with token
 TokenParameter.Scope scope
          Scope of the parameter
 net.kwfgrid.gworkflowdl.structure.Token token
          Token that contains the parameter
 
Constructor Summary
TokenParameter(net.kwfgrid.gworkflowdl.structure.Edge edge, TokenParameter.Scope scope)
          Constructor with token = null (dummy token).
TokenParameter(net.kwfgrid.gworkflowdl.structure.Edge edge, net.kwfgrid.gworkflowdl.structure.Token token, TokenParameter.Scope scope)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edge

public net.kwfgrid.gworkflowdl.structure.Edge edge
Edge to place with token


token

public net.kwfgrid.gworkflowdl.structure.Token token
Token that contains the parameter


scope

public final TokenParameter.Scope scope
Scope of the parameter

Constructor Detail

TokenParameter

public TokenParameter(net.kwfgrid.gworkflowdl.structure.Edge edge,
                      TokenParameter.Scope scope)
Constructor with token = null (dummy token).

Parameters:
edge -
scope -

TokenParameter

public TokenParameter(net.kwfgrid.gworkflowdl.structure.Edge edge,
                      net.kwfgrid.gworkflowdl.structure.Token token,
                      TokenParameter.Scope scope)
Constructor.

Parameters:
edge -
token -
scope -


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.