public abstract class AbstractGateway extends AbstractNode
| Constructor and Description |
|---|
AbstractGateway(int id) |
AbstractGateway(int id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
store(Environment environment,
Object result)
When a token execution on a node completes and returns control back to
the engine, then the engine mandates the node to store the node execution
result into the graph instance's environment.
|
getId, getName, toStringpublic AbstractGateway(int id)
public AbstractGateway(int id,
String name)
public void store(Environment environment, Object result)
Nodeenvironment - the environment to store the result inresult - the result to be storedCopyright © 2018. All rights reserved.