|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectconvertEIR.ReformElectricEIR
public class ReformElectricEIR
This class represents a chiller from type "reformulated ElectricEIR".
Constructor Summary | |
---|---|
ReformElectricEIR()
|
Method Summary | |
---|---|
java.lang.String |
getCompMotorEfficiency()
This method gets the compressor efficiency of the chiller. |
java.util.ArrayList<ICurve> |
getCurves()
This method gets the curves describing the chiller. |
java.util.ArrayList<java.lang.String> |
getFunctionNames()
This method gets the functions names of the chiller. |
java.lang.String |
getMaxPLR()
This method gets the maximum part load ratio of the chiller. |
java.lang.String |
getMinPLR()
This method gets the minimum part load ratio of the chiller. |
java.lang.String |
getMinULR()
This method gets the minimum unloading ratio of the chiller. |
java.lang.String |
getName()
This method gets the name of the chiller. |
java.lang.String |
getOptPLR()
This method gets the optimum part load ratio of the chiller. |
java.lang.String |
getRefCapacity()
This method gets the reference capacity of the chiller. |
void |
getRefCop(java.lang.String refCop)
This method sets the reference COP of the chiller. |
java.lang.String |
getStringDefinitionOfReformElectricEIRObject()
This method gets the comments definition of the chiller. |
void |
setCompMotorEfficiency(java.lang.String compMotorEfficiency)
This method sets the compressor efficiency of the chiller. |
void |
setCurves(java.util.ArrayList<ICurve> curves)
This method sets the curves describing the chiller. |
void |
setFunctionNames(java.util.ArrayList<java.lang.String> functionNames)
This method sets the functions names of the chiller. |
void |
setMaxPLR(java.lang.String maxPLR)
This method gets the maximum part load ratio of the chiller. |
void |
setMinPLR(java.lang.String minPLR)
This method sets the minimum part load ratio of the chiller. |
void |
setMinULR(java.lang.String minULR)
This method sets the minimum unloading ratio of the chiller. |
void |
setName(java.lang.String name)
This method sets the name of the chiller. |
void |
setOptPLR(java.lang.String optPLR)
This method gets the optimum part load ratio of the chiller. |
void |
setRefCapacity(java.lang.String refCapacity)
This method sets the reference capacity of the chiller. |
void |
setRefChilledWaterFlowRate(java.lang.String parameter)
This method sets the reference chilled water flow rate of the chiller. |
void |
setRefCondenserWaterFlowRate(java.lang.String parameter)
This method sets the condenser water flow rate of the chiller. |
void |
setRefCop(java.lang.String refCop)
This method gets the reference COP of the chiller. |
void |
setRefLeavingChilledWaterTemp(java.lang.String parameter)
This method sets the reference leaving chilled water temperature of the chiller. |
void |
setRefLeavingCondenserFluidTemp(java.lang.String parameter)
This method sets the reference leaving condenser water temperature of the chiller. |
void |
setStringDefinitionOfReformElectricEIRObject(java.lang.String stringDefinitionOfReformElectricEIRObject)
This method sets the comments definition of the chiller. |
java.lang.String |
toMoRecordString()
This method is used to convert chillers data into a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReformElectricEIR()
Method Detail |
---|
public java.lang.String toMoRecordString()
public java.lang.String getRefCapacity()
public void setRefCapacity(java.lang.String refCapacity)
public java.util.ArrayList<java.lang.String> getFunctionNames()
public void setFunctionNames(java.util.ArrayList<java.lang.String> functionNames)
public java.util.ArrayList<ICurve> getCurves()
public void setCurves(java.util.ArrayList<ICurve> curves)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setRefCop(java.lang.String refCop)
public void getRefCop(java.lang.String refCop)
public void setRefLeavingChilledWaterTemp(java.lang.String parameter)
public void setRefLeavingCondenserFluidTemp(java.lang.String parameter)
public void setRefChilledWaterFlowRate(java.lang.String parameter)
public void setRefCondenserWaterFlowRate(java.lang.String parameter)
public java.lang.String getCompMotorEfficiency()
public void setCompMotorEfficiency(java.lang.String compMotorEfficiency)
public java.lang.String getMinPLR()
public void setMinPLR(java.lang.String minPLR)
public java.lang.String getMaxPLR()
public void setMaxPLR(java.lang.String maxPLR)
public java.lang.String getOptPLR()
public void setOptPLR(java.lang.String optPLR)
public java.lang.String getMinULR()
public void setMinULR(java.lang.String minULR)
public java.lang.String getStringDefinitionOfReformElectricEIRObject()
public void setStringDefinitionOfReformElectricEIRObject(java.lang.String stringDefinitionOfReformElectricEIRObject)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |