| Package | Description |
|---|---|
| org.aika |
| Modifier and Type | Method and Description |
|---|---|
static Provider.SuspensionMode |
Provider.SuspensionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Provider.SuspensionMode[] |
Provider.SuspensionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Provider.suspend(Provider.SuspensionMode sm) |
void |
Model.suspendAll(Provider.SuspensionMode sm)
Suspend all neurons and logic nodes in memory.
|
void |
Model.suspendUnusedNodes(int docId,
Provider.SuspensionMode sm)
Suspend all neurons and logic nodes whose last used document id is lower/older than .
|
Copyright © 2018. All rights reserved.