Interface IFermentable
Direct known implementers
BeerXML\Parser\IFermentableDisplayIndirect known implementers
BeerXML\Record\Fermentable
public
|
#
setAddAfterBoil( boolean $addAfterBoil )
May be TRUE if this item is normally added after the boil. The default value is FALSE since most grains are added during the mash or boil. |
public
|
|
public
|
#
setCoarseFineDiff( number $coarseFineDiff )
Percent difference between the coarse grain yield and fine grain yield. Only appropriate for a "Grain" or "Adjunct" type, otherwise this value is ignored. |
public
|
|
public
|
#
setDiastaticPower( float $diastaticPower )
The diastatic power of the grain as measured in "Lintner" units. Only appropriate for a "Grain" or "Adjunct" type, otherwise this value is ignored. |
public
|
#
setIbuGalPerLb( float $ibuGalPerLb )
For hopped extracts only - an estimate of the number of IBUs per pound of extract in a gallon of water. To convert to IBUs we multiply this number by the "AMOUNT" field (in pounds) and divide by the number of gallons in the batch. Based on a sixty minute boil. Only suitable for use with an "Extract" type, otherwise this value is ignored. |
public
|
#
setMaxInBatch( number $maxInBatch )
The recommended maximum percentage (by weight) this ingredient should represent in a batch of beer. |
public
|
#
setMoisture( number $moisture )
Percent moisture in the grain. Only appropriate for a "Grain" or "Adjunct" type, otherwise this value is ignored. |
public
|
|
public
|
|
public
|
|
public
|
#
setProtein( number $protein )
The percent protein in the grain. Only appropriate for a "Grain" or "Adjunct" type, otherwise this value is ignored. |
public
|
#
setRecommendMash( boolean $recommendMash )
TRUE if it is recommended the grain be mashed, FALSE if it can be steeped. A value of TRUE is only appropriate for a "Grain" or "Adjunct" types. The default value is FALSE. Note that this does NOT indicate whether the grain is mashed or not – it is only a recommendation used in recipe formulation. |
public
|
|
public
|
|
public
|
#
setVersion( integer $version )
Should be set to 1 for this version of the XML standard. May be a higher number for later versions but all later versions shall be backward compatible. |
public
|