public class Application
extends java.lang.Object
Constructor and Description |
---|
Application()
Constructs an Application object.
|
Application(javax.swing.JTextArea textArea)
Constructs an Application object.
|
Modifier and Type | Method and Description |
---|---|
double[][] |
getCG() |
int |
getNum_cores() |
java.lang.String |
getReadableRepresentation() |
CommunicationTask |
getTask(int id) |
java.util.HashMap<java.lang.Integer,CommunicationTask> |
getTaskList() |
void |
print()
Prints formatted representations of the object
to a text-output stream.
|
public Application()
public Application(javax.swing.JTextArea textArea) throws java.lang.Exception
textArea
- The multi-line area used in the GUI to displays
the information about the application configuration loading.java.lang.Exception
- If the application file doesn't exist.public java.lang.String getReadableRepresentation()
public void print()
public int getNum_cores()
public java.util.HashMap<java.lang.Integer,CommunicationTask> getTaskList()
public CommunicationTask getTask(int id)
id
- The communication task identifierpublic double[][] getCG()