|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManufactureProcess | |
---|---|
org.mars_sim.msp.simulation.structure.building.function | Contains classes for settlement building functions. |
org.mars_sim.msp.ui.standard.unit_window.structure | Contains classes for structure windows. |
Uses of ManufactureProcess in org.mars_sim.msp.simulation.structure.building.function |
---|
Methods in org.mars_sim.msp.simulation.structure.building.function that return types with arguments of type ManufactureProcess | |
---|---|
java.util.List<ManufactureProcess> |
Manufacture.getProcesses()
Gets a list of the current manufacturing processes. |
Methods in org.mars_sim.msp.simulation.structure.building.function with parameters of type ManufactureProcess | |
---|---|
void |
Manufacture.addProcess(ManufactureProcess process)
Adds a new manufacturing process to the building. |
void |
Manufacture.endManufacturingProcess(ManufactureProcess process)
Ends a manufacturing process. |
Uses of ManufactureProcess in org.mars_sim.msp.ui.standard.unit_window.structure |
---|
Methods in org.mars_sim.msp.ui.standard.unit_window.structure that return ManufactureProcess | |
---|---|
ManufactureProcess |
ManufacturePanel.getManufactureProcess()
Gets the manufacture process. |
Constructors in org.mars_sim.msp.ui.standard.unit_window.structure with parameters of type ManufactureProcess | |
---|---|
ManufacturePanel(ManufactureProcess process,
boolean showBuilding)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |