public class NodesCreationThread
extends java.lang.Thread
Constructor and Description |
---|
NodesCreationThread(AbstractConnectivityModel connectivity,
AbstractDistributionModel distribution,
AbstractMobilityModel mobility,
int numNodes,
AbstractNodesList nodesList,
Runtime runtime,
java.lang.String nodeProjetc,
java.lang.String nodeImpl) |
NodesCreationThread(AbstractConnectivityModel connectivity,
int numNodes,
AbstractNodesList nodesList,
Runtime runtime,
java.lang.String nodeProjetc,
java.lang.String nodeImpl,
java.util.LinkedList<Tuple<java.lang.Integer,Position>> nodes) |
Modifier and Type | Method and Description |
---|---|
void |
run()
The number of all nodes to be created is divided equally for all NodesCreationThreads
and these number of nodes is instantiated by this method.
|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public NodesCreationThread(AbstractConnectivityModel connectivity, AbstractDistributionModel distribution, AbstractMobilityModel mobility, int numNodes, AbstractNodesList nodesList, Runtime runtime, java.lang.String nodeProjetc, java.lang.String nodeImpl)
public NodesCreationThread(AbstractConnectivityModel connectivity, int numNodes, AbstractNodesList nodesList, Runtime runtime, java.lang.String nodeProjetc, java.lang.String nodeImpl, java.util.LinkedList<Tuple<java.lang.Integer,Position>> nodes)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread