@Deprecated
public class ProductionLine
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ProductionLine(ProductionLineManager manager)
Deprecated.
General constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected CarbonUnitMap<CarbonUnit.CarbonUnitStatus> |
createCarbonUnitFromAWoodPiece(int dateIndex,
AmountMap<CarbonUnit.Element> amountMap)
Deprecated.
|
protected static ProductionLine |
createLandfillSite(ProductionLineManager manager)
Deprecated.
|
protected static ProductionLine |
createLeftInForestModel(ProductionLineManager manager)
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
protected ProductionLineManager |
getManager()
Deprecated.
|
protected ProductionLineProcessor |
getPrimaryProcessor()
Deprecated.
|
protected java.lang.String |
getProductionLineName()
Deprecated.
|
protected boolean |
isLandfillSite()
Deprecated.
|
protected boolean |
isLeftInForestModel()
Deprecated.
|
protected boolean |
isValid()
Deprecated.
This method checks if the production line is valid.
|
protected void |
setManager(ProductionLineManager manager)
Deprecated.
|
protected void |
setMarketName(java.lang.String marketName)
Deprecated.
|
protected void |
setPrimaryProcessor(ProductionLineProcessor primaryProcessor)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
protected ProductionLine(ProductionLineManager manager)
protected void setPrimaryProcessor(ProductionLineProcessor primaryProcessor)
protected ProductionLineProcessor getPrimaryProcessor()
protected ProductionLineManager getManager()
protected void setManager(ProductionLineManager manager)
protected boolean isLandfillSite()
protected boolean isLeftInForestModel()
protected java.lang.String getProductionLineName()
protected void setMarketName(java.lang.String marketName)
@Deprecated protected CarbonUnitMap<CarbonUnit.CarbonUnitStatus> createCarbonUnitFromAWoodPiece(int dateIndex, AmountMap<CarbonUnit.Element> amountMap) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Objectprotected static ProductionLine createLandfillSite(ProductionLineManager manager)
protected static ProductionLine createLeftInForestModel(ProductionLineManager manager)
protected boolean isValid()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object