Class MashStep
- BeerXML\Record\MashStep implements BeerXML\Generator\IMashStepDisplay, BeerXML\Parser\IMashStepDisplay
public
|
#
setEndTemp( number $endTemp )
the temperature you can expect the mash to fall to after a long mash step. Measured in degrees Celsius. |
public
number
|
#
getEndTemp( )
the temperature you can expect the mash to fall to after a long mash step. Measured in degrees Celsius. |
public
|
#
setInfuseAmount( number $infuseAmount )
The volume of water in liters to infuse in this step. Required only for infusion steps, though one may also add water for temperature mash steps. One should not have an infusion amount for decoction steps. |
public
number
|
#
getInfuseAmount( )
The volume of water in liters to infuse in this step. Required only for infusion steps, though one may also add water for temperature mash steps. One should not have an infusion amount for decoction steps. |
public
|
|
public
string
|
|
public
|
#
setRampTime( number $rampTime )
Time in minutes to achieve the desired step temperature – useful particularly for temperature mashes where it may take some time to achieve the step temperature. |
public
number
|
#
getRampTime( )
Time in minutes to achieve the desired step temperature – useful particularly for temperature mashes where it may take some time to achieve the step temperature. |
public
|
|
public
number
|
|
public
|
#
setStepTime( number $stepTime )
The number of minutes to spend at this step – i.e. the amount of time we are to hold this particular step temperature. |
public
number
|
#
getStepTime( )
The number of minutes to spend at this step – i.e. the amount of time we are to hold this particular step temperature. |
public
|
|
public
string
|
|
public
|
#
setVersion( integer $version )
Version of the mash step record. Should always be "1" for this version of the XML standard. |
public
integer
|
#
getVersion( )
Version of the mash step record. Should always be "1" for this version of the XML standard. |
public
|
#
setDecoctionAmt( string $decoctionAmt )
Calculated volume of mash to decoct. Only applicable for a decoction step. Includes the units as in "7.5 l" or "2.3 gal" |
public
string
|
#
getDecoctionAmt( )
Calculated volume of mash to decoct. Only applicable for a decoction step. Includes the units as in "7.5 l" or "2.3 gal" |
public
|
#
setDescription( string $description )
Textual description of this step such as "Infuse 4.5 gal of water at 170 F" – may be either generated by the program or input by the user. |
public
string
|
#
getDescription( )
Textual description of this step such as "Infuse 4.5 gal of water at 170 F" – may be either generated by the program or input by the user. |
public
|
#
setDisplayInfuseAmt( string $displayInfuseAmt )
Infusion amount along with the volume units as in "20 l" or "13 qt" |
public
string
|
|
public
|
#
setDisplayStepTemp( string $displayStepTemp )
Step temperature in user defined temperature units. For example "154F" or "68 C" |
public
string
|
#
getDisplayStepTemp( )
Step temperature in user defined temperature units. For example "154F" or "68 C" |
public
|
#
setInfuseTemp( string $infuseTemp )
The calculated infusion temperature based on the current step, grain, and other settings. Applicable only for an infusion step. Includes the units as in "154 F" or "68 C" |
public
string
|
#
getInfuseTemp( )
The calculated infusion temperature based on the current step, grain, and other settings. Applicable only for an infusion step. Includes the units as in "154 F" or "68 C" |
public
|
#
setWaterGrainRatio( string $waterGrainRatio )
The total ratio of water to grain for this step AFTER the infusion along with the units, usually expressed in qt/lb or l/kg. |
public
string
|
#
getWaterGrainRatio( )
The total ratio of water to grain for this step AFTER the infusion along with the units, usually expressed in qt/lb or l/kg. |
string |
TYPE_INFUSION
|
'Infusion' |
|
string |
TYPE_TEMPERATURE
|
'Temperature' |
|
string |
TYPE_DECOCTION
|
'Decoction' |