Interface IMashStepDisplay
- BeerXML\Generator\IMashStepDisplay implements BeerXML\Generator\IMashStep
Direct known implementers
BeerXML\Record\MashStep
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
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
string
|
|
public
string
|
#
getDisplayStepTemp( )
Step temperature in user defined temperature units. For example "154F" 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
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. |
getEndTemp(),
getInfuseAmount(),
getName(),
getRampTime(),
getStepTemp(),
getStepTime(),
getType(),
getVersion()
|