Package | Description |
---|---|
jsensor | |
jsensor.gui | |
jsensor.gui.dialogs | |
jsensor.nodes | |
jsensor.nodes.events | |
jsensor.runtime | |
jsensor.runtime.threads |
Modifier and Type | Method and Description |
---|---|
void |
Main.argsParser(java.lang.String[] args,
Runtime r) |
Modifier and Type | Method and Description |
---|---|
Runtime |
Gui.getRuntime() |
Modifier and Type | Method and Description |
---|---|
void |
Gui.setRuntime(Runtime runtime) |
Constructor and Description |
---|
Gui(Runtime r)
Creates new form exempleGUI
|
Constructor and Description |
---|
FactCreationDialog(java.awt.Frame parent,
boolean modal,
Runtime r)
Creates new form FactCreationDialog
|
NodesCreationDialog(java.awt.Frame parent,
boolean modal,
Runtime r)
Creates new form exemploNodesCreationDialog
|
Modifier and Type | Method and Description |
---|---|
Runtime |
Node.getRuntime()
Return the current runtime of the application
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setRuntime(Runtime runtime)
Set the runtime for an application
|
Modifier and Type | Method and Description |
---|---|
Runtime |
AbstractFactEvent.getR() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactEvent.setR(Runtime r) |
Modifier and Type | Class and Description |
---|---|
class |
AssynchronousRuntime
This class represents the execution runtime for assynchronous simulation.
|
class |
SynchronousRuntime
This class represents the execution runtime for synchronous simulation.
|
Modifier and Type | Field and Description |
---|---|
static Runtime |
Global.runtime |
Modifier and Type | Method and Description |
---|---|
static void |
Global.genFacts(Runtime runtime,
java.lang.String factProject,
java.lang.String factType,
java.lang.String distImp,
java.lang.String distM,
int numFacts,
int radius,
double start,
double duration,
double value) |
static void |
Global.genNodes(Runtime runtime,
java.lang.String nodeName,
java.lang.String nodeProject,
java.lang.String cModel,
java.lang.String cmspl,
int numNodes,
java.util.LinkedList<Tuple<java.lang.Integer,Position>> nodes) |
static void |
Global.genNodes(Runtime runtime,
java.lang.String nodeType,
java.lang.String nodespl,
java.lang.String mModel,
java.lang.String mmspl,
java.lang.String dModel,
java.lang.String dmspl,
java.lang.String cModel,
java.lang.String cmspl,
int numNodes) |
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) |