| Package | Description | 
|---|---|
| gui | |
| gui.wrapperobjects | |
| migration | |
| model | |
| parser | |
| printer | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
MainViewLogic.setDefinitionTM(DefinitionFile definFileition)  | 
| Modifier and Type | Field and Description | 
|---|---|
private DefinitionFile | 
DefinitionFileWrapper.defFile
the defFile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefinitionFile | 
DefinitionFileWrapper.getDefFile()  | 
| Constructor and Description | 
|---|
DefinitionFileWrapper(DefinitionFile defFile)
Constructor for DefinitionFileWrapper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefinitionFile | 
MigrationFileAdapter.function(java.lang.String newOriginFile,
        ProcessedDiffFile endProcessedFile,
        java.lang.String oldAdaptedFile)  | 
| Modifier and Type | Field and Description | 
|---|---|
private DefinitionFile | 
Package.defFile
The definition file that is associated by the package. 
 | 
private DefinitionFile | 
PackagePrepare.definitionFile
The created definition file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefinitionFile | 
Package.getDefFile()
Returns the field defFile. 
 | 
private DefinitionFile | 
PackagePrepare.initDefs()
Calls the createDefinitionXXX-methods. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Package.setDefFile(DefinitionFile defFile)
Sets the associated definition file. 
 | 
| Constructor and Description | 
|---|
Package(RouterSoftware rs,
       java.lang.String name,
       TypeFile typeFile,
       DefinitionFile defFile,
       java.util.Map<java.lang.String,Opt> opts2,
       PackageDescriptionFile packageDescFile)
Constructor, just sets fields. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private DefinitionFile | 
DefinitionFileParser.definitionFile
The final DedinitionFile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefinitionFile | 
DefinitionFileParser.getDefinitionFile()
Returns the desired DefinitionFile which is automatically created right after instantiation. 
 | 
private DefinitionFile | 
DefinitionFileParser.parse()
parses the whole definition file and writes the result into the definitionFile attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
PrintHelper.printAndRead(DefinitionFile 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. 
 |