public static class Node.ThreadState<T extends Node,A extends NodeActivation> extends Object
ThreadState is a thread local data structure containing the activations of a single document for
a specific logic node.public long lastUsed
public List<A extends NodeActivation> added
public List<A extends NodeActivation> activations
public long visited
public boolean isQueued
public long queueId
Copyright © 2018. All rights reserved.