| Package | Description |
|---|---|
| com.jfx.strategy |
| Modifier and Type | Method and Description |
|---|---|
Strategy.TerminalType |
Strategy.Terminal.getType()
Terminal's type: FREE, ORDERS or TICK WORKER.
|
static Strategy.TerminalType |
Strategy.TerminalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strategy.TerminalType[] |
Strategy.TerminalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Strategy.Terminal |
Strategy.addTerminal(Strategy.TerminalType type)
Creates another terminal instance integrated with this strategy object.
|