- readConfFile(RandomAccessFile) - Static method in class jsensor.utils.Configuration
-
- rebuild(AbstractNodesList) - Method in class jsensor.nodes.collections.AbstractNodesPositionMatrix
-
Rebuild the current NodeMatrix and add the content of nodes
into this new matrix.
- rebuild(AbstractNodesList) - Method in class jsensor.nodes.collections.ConcurrentNodesPositionMatrix
-
- rebuild(AbstractNodesList) - Method in class jsensor.nodes.collections.NodesPositionMatrix
-
- remakeMap() - Method in class jsensor.nodes.collections.NodesQuadrantMap
-
- remove(Node, Node) - Method in interface jsensor.nodes.connections.Connection
-
- removeAllConnections() - Method in interface jsensor.nodes.connections.Connection
-
- removeFact(Fact) - Method in class jsensor.nodes.collections.FactsList
-
- removeFacts() - Method in class jsensor.runtime.Runtime
-
- removeNode(Node) - Method in class jsensor.nodes.collections.AbstractNodesList
-
Remove a node from this list.
- removeNode(Node) - Method in class jsensor.nodes.collections.ConcurrentNodesList
-
- removeNode(Node) - Method in class jsensor.nodes.collections.NodesList
-
- removeNode(int, Node) - Method in class jsensor.nodes.collections.NodesQuadrantMap
-
- removeNodes() - Method in class jsensor.runtime.Runtime
-
- ResourceInterface<S> - Interface in jsensor.threads
-
- run() - Method in class jsensor.distributed.clientSide.GUIClient
-
Communicate with the server and start a new simulation.
- run() - Method in class jsensor.distributed.interfaces.AbstractClient
-
- run() - Method in class jsensor.distributed.interfaces.AbstractServer
-
- run() - Method in class jsensor.distributed.interfaces.ServerHandler
-
- run() - Method in class jsensor.distributed.serverSide.server.servers.ClientConnectionHandler
-
- run() - Method in class jsensor.distributed.serverSide.server.servers.Master
-
- run() - Method in class jsensor.distributed.serverSide.server.servers.Slave
-
- run() - Method in class jsensor.distributed.serverSide.server.threads.ClientHandler
-
- run() - Method in class jsensor.gui.threads.GUIConsumer
-
- run(String[]) - Method in class jsensor.Main
-
- run() - Method in class jsensor.runtime.AssynchronousRuntime
-
For a given number of events (or simulation time) this method execute the following steps:
First it updates all nodes neighbouhoods.
- run() - Method in class jsensor.runtime.Runtime
-
This method determine how to run a simulation.
- run() - Method in class jsensor.runtime.SynchronousRuntime
-
For a given number of rounds this method execute the following steps:
First, #CustomGlobal.preRound() is called.
- run() - Method in class jsensor.runtime.threads.AssynchronousConsumerThread
-
For a given ThreadState, this method perform an action that can be
wait,read message,find neighbours, update facts or perform the step phase.
- run() - Method in class jsensor.runtime.threads.NodesCreationThread
-
The number of all nodes to be created is divided equally for all NodesCreationThreads
and these number of nodes is instantiated by this method.
- run() - Method in class jsensor.runtime.threads.SynchronousConsumerThread
-
For a given ThreadState, this method perform an action that can be
update facts, move nodes, rebuild the matrix, find neighbours or perform
node's step phase.
- run() - Method in class jsensor.threads.Consumer
-
- run() - Method in class jsensor.threads.LogConsumer
-
- runtime - Static variable in class jsensor.runtime.Global
-
- Runtime - Class in jsensor.runtime
-
This is the abstract class of the Runtime.
- Runtime() - Constructor for class jsensor.runtime.Runtime
-
- Runtime.ThreadState - Enum in jsensor.runtime
-