public class InputApplicationReader
extends java.lang.Object
Constructor and Description |
---|
InputApplicationReader(java.lang.String fileName)
Constructs an InputApplicationReader object.
|
InputApplicationReader(java.lang.String fileName,
javax.swing.JTextArea textArea)
Constructs an InputApplicationReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
acquireData()
Parses the application file name and store the application
traffic information in appropriate data structures.
|
double[][] |
getCg() |
int |
getNumCore() |
public InputApplicationReader(java.lang.String fileName)
fileName
- The application file name.public InputApplicationReader(java.lang.String fileName, javax.swing.JTextArea textArea) throws java.lang.Exception
fileName
- The application file nametextArea
- 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.