| Modifier and Type | Field and Description |
|---|---|
int |
lastUsedDocumentId |
boolean |
modified |
P |
provider |
| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
propagate(A act)
Propagate an activation to the next node or the next neuron that is depending on the current node.
|
void |
reactivate() |
static <P extends Provider> |
read(DataInput in,
P p) |
void |
setModified() |
void |
suspend() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadFields, writepublic volatile int lastUsedDocumentId
public volatile boolean modified
public P extends Provider<? extends AbstractNode> provider
public abstract void propagate(A act)
act - public void setModified()
public void suspend()
public void reactivate()
public static <P extends Provider> AbstractNode read(DataInput in, P p) throws IOException
IOExceptionCopyright © 2018. All rights reserved.