Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 249da651 authored by Harald Martini's avatar Harald Martini
Browse files

removed IMockupInterface from LorryManufacturerReport

parent 44845b62
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,7 @@ using TUGraz.VectoCore.Utils;
namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.ManufacturerReport_0_9
{
internal interface IXMLMockupReport
{
void WriteMockupResult(XMLDeclarationReport.ResultEntry resultValue);
void WriteMockupSummary(XMLDeclarationReport.ResultEntry resultValue);
}
internal abstract class AbstractManufacturerReport : IXMLManufacturerReport
{
protected XNamespace xsi = XNamespace.Get("http://www.w3.org/2001/XMLSchema-instance");
......
......@@ -64,8 +64,6 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
Vehicle = _mRFReportFactory.GetHEV_Px_IHCP_LorryVehicleType().GetElement(inputData);
GenerateReport(OutputDataType);
}
......@@ -84,7 +82,6 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
Vehicle = _mRFReportFactory.GetHEV_S2_LorryVehicleType().GetElement(inputData);
GenerateReport(OutputDataType);
}
#endregion
......@@ -104,7 +101,6 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
Vehicle = _mRFReportFactory.GetHEV_S3_LorryVehicleType().GetElement(inputData);
GenerateReport(OutputDataType);
}
#endregion
......@@ -137,7 +133,6 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
Vehicle = _mRFReportFactory.GetHEV_IEPC_S_LorryVehicleType().GetElement(inputData);
}
#endregion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment