| Package | Description |
|---|---|
| gui | |
| model | |
| model.type | |
| parser | |
| printer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MainController.save(AssignmentFile assignFile,
java.lang.String path) |
private void |
MainViewLogic.setAssignmentTM(AssignmentFile assignmentFile) |
| Modifier and Type | Field and Description |
|---|---|
private AssignmentFile |
ConfiguredPackage.assignmentFile
The assignment(config) file that is associated with the package.
|
private AssignmentFile |
PackagePrepare.assignmentFile
The created assignment file.
|
| Modifier and Type | Method and Description |
|---|---|
AssignmentFile |
ConfiguredPackage.getAssignmentFile()
Returns the field assignmentFile.
|
private AssignmentFile |
PackagePrepare.initAssignments()
Calls the createAssignmentXXX-methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfiguredPackage.setAssignmentFile(AssignmentFile assignmentFile)
Sets the associated assignment file.
|
| Constructor and Description |
|---|
ConfiguredPackage(RouterConfiguration rc,
Package pkg,
AssignmentFile file)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<AssignmentFile> |
AssignmentFileManager.assignmentFiles
List for AssignmentFiles.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<AssignmentFile> |
AssignmentFileManager.getAssignmentFiles()
Get the assignmentFiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentFileManager.add(AssignmentFile file)
Adds AssignmentFiles for the assignmentFiles List.
|
| Modifier and Type | Field and Description |
|---|---|
private AssignmentFile |
AssignmentFileParser.assignmentFile
The final AssignmentFile.
|
private AssignmentFile |
Parser.myAssFile |
| Modifier and Type | Method and Description |
|---|---|
AssignmentFile |
AssignmentFileParser.getAssignmentFile()
Returns the desired AssignmentFile which is automatically created right after instantiation.
|
private AssignmentFile |
AssignmentFileParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PrintHelper.printAndRead(AssignmentFile toPrint,
java.lang.String expectedString,
java.lang.String packageName)
Prints the given object, reads the result and checks if and only if the result is equals the
given String expectedString.
|