public class LoadWorkPlanInputData extends LoadODMAppInputData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
adapter |
static java.lang.String |
CRAFT |
static java.lang.String |
CREW |
static java.lang.String |
TOOL |
ADAPTER_SQLLOGGER| Constructor and Description |
|---|
LoadWorkPlanInputData(OptimizationModelAdapterInputDataContext inputDataContext,
OptimizationInputProcessParameters inputProcessParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
load()
This method loads the input data to be loaded.
|
void |
loadDependency()
This method loads dependency data.
|
void |
loadRequirement()
This method loads requirement data.
|
void |
loadRequirementforCraft()
This method loads craft requirement data.
|
void |
loadRequirementforCrew()
This method loads data for crew requirements.
|
void |
loadRequirementforTool()
This method loads requirement for tools.
|
void |
loadShiftCapacity()
This method loads shift capacity data.
|
void |
loadShiftCapacityforCraft()
This method loads data for shift capacity.
|
void |
loadShiftCapacityforCrew()
This method loads shift capacity data for crews.
|
void |
loadShiftCapacityforTool()
This method loads shift capacity data for tools.
|
void |
loadSkill()
This method loads skill data.
|
void |
loadSkillforCraft()
This method loads skill data for crafts.
|
void |
loadSkillforCrew()
This method loads the skill data for crews.
|
void |
loadSkillforTool()
This method loads skill data for tools.
|
void |
loadTask()
This methis load the task data.
|
void |
loadWorkPeriod()
This method loads the workperiod data.
|
debugPrint, debugPrint, debugPrint, debugPrintln, debugPrintln, getConnection, getDebugFile, getDebugFile, getProjectId, getScenarioRepositoryTable, getSqlLoggerpublic static final java.lang.String CRAFT
public static final java.lang.String CREW
public static final java.lang.String TOOL
public static final java.lang.String adapter
public LoadWorkPlanInputData(OptimizationModelAdapterInputDataContext inputDataContext, OptimizationInputProcessParameters inputProcessParameters)
public void load()
throws MXException
MXExceptionpublic void loadDependency()
throws java.lang.Exception
java.lang.Exceptionpublic void loadRequirement()
throws java.lang.Exception
java.lang.Exceptionpublic void loadRequirementforCraft()
throws java.lang.Exception
java.lang.Exceptionpublic void loadRequirementforCrew()
throws java.lang.Exception
MXExceptionjava.lang.Exceptionpublic void loadRequirementforTool()
throws java.lang.Exception
MXExceptionjava.lang.Exceptionpublic void loadShiftCapacity()
throws java.lang.Exception
java.lang.Exceptionpublic void loadShiftCapacityforCraft()
throws java.lang.Exception
java.lang.Exceptionpublic void loadShiftCapacityforCrew()
throws java.lang.Exception
java.lang.Exceptionpublic void loadShiftCapacityforTool()
throws java.lang.Exception
java.lang.Exceptionpublic void loadSkill()
throws java.lang.Exception
java.lang.Exceptionpublic void loadSkillforCraft()
throws java.lang.Exception
java.lang.Exceptionpublic void loadSkillforCrew()
throws java.lang.Exception
java.lang.Exceptionpublic void loadSkillforTool()
throws java.lang.Exception
java.lang.Exceptionpublic void loadTask()
throws java.lang.Exception
java.lang.Exceptionpublic void loadWorkPeriod()
throws java.lang.Exception
java.lang.Exception