Package | Description |
---|---|
controller.buildingphase | |
gui.wrapperobjects | |
model | |
model.assignment | |
model.assignmentarray | |
model.type | |
printer | |
pruefskript |
Modifier and Type | Field and Description |
---|---|
private ConfiguredPackage |
ScanAndParseAssignmentFile.pkg
The associated package.
|
Constructor and Description |
---|
ScanAndParseAssignmentFile(ConfiguredPackage pkg,
java.io.File assignmentFile,
RouterConfiguration routerConfiguration)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private ConfiguredPackage |
ConfiguredPackageWrapper.pkg
The package to wrap.
|
Modifier and Type | Method and Description |
---|---|
ConfiguredPackage |
ConfiguredPackageWrapper.getPackage() |
Constructor and Description |
---|
ConfiguredPackageWrapper(ConfiguredPackage pkg)
The ConfiguredPackageWrapper constructor.
|
Modifier and Type | Field and Description |
---|---|
private ConfiguredPackage |
PackagePrepare.cfgpkg
The created configured package.
|
private ConfiguredPackage |
PackageTest.cfgpkg
The created configured package to test.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ConfiguredPackage> |
RouterConfiguration.packages
A map of configured packages by name.
|
Modifier and Type | Method and Description |
---|---|
ConfiguredPackage |
RouterConfiguration.add(Package pkg)
Adds a package, creating an empty configuration.
|
ConfiguredPackage |
PackagePrepare.getConfiguredPackage()
Returns the configured package.
|
ConfiguredPackage |
RouterConfiguration.getPackage(java.lang.String pkgName)
Returns a configured package by name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfiguredPackage> |
RouterConfiguration.getPackages() |
Modifier and Type | Method and Description |
---|---|
void |
RouterConfiguration.BuildingPhaseBuilder.add(Controller controller,
ConfiguredPackage pkg,
java.io.File file)
Adds a building phase to passed controller.
|
Modifier and Type | Field and Description |
---|---|
private ConfiguredPackage |
AssignmentFileTest.cfgpkg
The created configured package to test.
|
private ConfiguredPackage |
VariableAssignmentTest.cfgpkg
The created configured package to test.
|
Modifier and Type | Field and Description |
---|---|
private ConfiguredPackage |
AssignmentarrayTest.cfgpkg |
Modifier and Type | Field and Description |
---|---|
private ConfiguredPackage |
TypeExtensionTest.ConfigPack
The created configured package to test.
|
Modifier and Type | Field and Description |
---|---|
private ConfiguredPackage |
EntryPrinterAssignmentsTest.cfgpkg
The created configured package to test.
|
private ConfiguredPackage |
FilePrinterTest.cfgpkg
The created configured package to test.
|
Modifier and Type | Method and Description |
---|---|
private ConfiguredPackage |
CommunicationManager.createLocalPackage() |