Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

made _xmlInputDataReader, _simFactoryFactory, _xmlDeclarationReportFactory...

made _xmlInputDataReader, _simFactoryFactory, _xmlDeclarationReportFactory accessible for MockupSimulatorFactory
parent e26ecdd3
Branches
Tags
No related merge requests found
......@@ -15,12 +15,12 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl.SimulatorFactory
{
public class SimulatorFactoryDeclaration : SimulatorFactory
{
private readonly IXMLInputDataReader _xmlInputDataReader;
private readonly ISimulatorFactoryFactory _simFactoryFactory;
protected readonly IXMLInputDataReader _xmlInputDataReader;
protected readonly ISimulatorFactoryFactory _simFactoryFactory;
private IInputDataProvider _currentStageInputData;
private IDeclarationReport _currentStageDeclarationReport;
private IVTPReport _currentStageVTPReport;
private readonly IXMLDeclarationReportFactory _xmlDeclarationReportFactory;
protected readonly IXMLDeclarationReportFactory _xmlDeclarationReportFactory;
public SimulatorFactoryDeclaration(IInputDataProvider dataProvider,
......@@ -117,7 +117,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl.SimulatorFactory
return true;
}
private IFollowUpSimulatorFactoryCreator CreateFollowUpFactoryCreator(IInputDataProvider currentStageInputData, IDeclarationReport currentStageDeclarationReport)
protected virtual IFollowUpSimulatorFactoryCreator CreateFollowUpFactoryCreator(IInputDataProvider currentStageInputData, IDeclarationReport currentStageDeclarationReport)
{
switch (currentStageInputData) {
case IMultistagePrimaryAndStageInputDataProvider multistagePrimaryAndStageInputDataProvider:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment