Package | Description |
---|---|
jsensor.nodes.collections | |
jsensor.nodes.models | |
jsensor.runtime | |
jsensor.runtime.threads |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentNodesPositionMatrix
This class is an implementation of the AbstractNodesPositionMatrix.
|
class |
NodesPositionMatrix
This class is an implementation of AbstractNodesPositionMatrix.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractConnectivityModel.updateConnection(Node n,
AbstractNodesPositionMatrix nodesMatrix)
Update a node connections using an unic AbstractNodesPositionMatrix.
|
boolean |
AbstractConnectivityModel.updateConnection(Node n,
AbstractNodesPositionMatrix[] nodesMatrix)
Update a node connections using an array of AbstractNodesPositionMatrix.
|
Modifier and Type | Method and Description |
---|---|
AbstractNodesPositionMatrix[] |
Runtime.getNodesMatrix() |
AbstractNodesPositionMatrix |
Runtime.getSingleMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
Runtime.setSingleMatrix(AbstractNodesPositionMatrix singleMatrix) |
Constructor and Description |
---|
AssynchronousConsumerThread(AbstractNodesList[] nl,
FactsList[] f,
int index,
Runtime.ThreadState state,
long time,
AbstractNodesPositionMatrix nodesMatrix) |
AssynchronousConsumerThread(AbstractNodesList[] nl,
FactsList[] f,
int index,
Runtime.ThreadState state,
long time,
AbstractNodesPositionMatrix[] nodesMatrix) |
SynchronousConsumerThread(Runtime.ThreadState myState,
FactsList[] f,
int indexToWrite,
AbstractNodesList[] myLists,
AbstractNodesPositionMatrix matrix) |
SynchronousConsumerThread(Runtime.ThreadState myState,
FactsList[] f,
int indexToWrite,
AbstractNodesList[] myLists,
AbstractNodesPositionMatrix[] matrix) |