| Package | Description |
|---|---|
| model | |
| model.type |
| Modifier and Type | Field and Description |
|---|---|
private AssignmentFileManager |
RouterConfiguration.assignmentFileManager
AssignmentFileManager to store a AssignmentFile.
|
| Modifier and Type | Method and Description |
|---|---|
AssignmentFileManager |
RouterConfiguration.getAssignmentFileManager()
Getter for assignmentFileManager.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<java.lang.String,AssignmentFileManager> |
TypeFileManager.aFMMap
Stores all AssigmentFileManagers with the "path" of the RouterConfiguration it belongs to as
key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeFileManager.addAssignmentFileManager(java.lang.String path,
AssignmentFileManager aFM)
Adds a AssigmentFileManager to the aFMMap.
|