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, getSqlLogger
public 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
MXException
public void loadDependency() throws java.lang.Exception
java.lang.Exception
public void loadRequirement() throws java.lang.Exception
java.lang.Exception
public void loadRequirementforCraft() throws java.lang.Exception
java.lang.Exception
public void loadRequirementforCrew() throws java.lang.Exception
MXException
java.lang.Exception
public void loadRequirementforTool() throws java.lang.Exception
MXException
java.lang.Exception
public void loadShiftCapacity() throws java.lang.Exception
java.lang.Exception
public void loadShiftCapacityforCraft() throws java.lang.Exception
java.lang.Exception
public void loadShiftCapacityforCrew() throws java.lang.Exception
java.lang.Exception
public void loadShiftCapacityforTool() throws java.lang.Exception
java.lang.Exception
public void loadSkill() throws java.lang.Exception
java.lang.Exception
public void loadSkillforCraft() throws java.lang.Exception
java.lang.Exception
public void loadSkillforCrew() throws java.lang.Exception
java.lang.Exception
public void loadSkillforTool() throws java.lang.Exception
java.lang.Exception
public void loadTask() throws java.lang.Exception
java.lang.Exception
public void loadWorkPeriod() throws java.lang.Exception
java.lang.Exception