|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kwfgrid.gwes.TokenParameter
public class TokenParameter
| 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 |
|---|
public net.kwfgrid.gworkflowdl.structure.Edge edge
public net.kwfgrid.gworkflowdl.structure.Token token
public final TokenParameter.Scope scope
| Constructor Detail |
|---|
public TokenParameter(net.kwfgrid.gworkflowdl.structure.Edge edge,
TokenParameter.Scope scope)
edge - scope -
public TokenParameter(net.kwfgrid.gworkflowdl.structure.Edge edge,
net.kwfgrid.gworkflowdl.structure.Token token,
TokenParameter.Scope scope)
edge - token - scope -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||