pgb_liv\php_ms\Core\MassTrait
Trait for providing access to setter/getter of monoisotopic and average mass.
- Author: Andrew Collins
Synopsis
trait MassTrait
{
- // members
- private $monoisotopicMass;
- private $averageMass;
- // methods
- public void setMonoisotopicMass()
- public float getMonoisotopicMass()
- public void setAverageMass()
- public float getAverageMass()
Hierarchy
Used by
Coverage
Methods | 0% | 0 / 4 |
Lines | 0% | / |
Violations
Checkstyle
Line | Column | Severity | Message |
---|---|---|---|
50 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
50 | 106 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
77 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
77 | 106 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
Members
private
- $averageMass — float
- $monoisotopicMass — float
Methods
public
- getAverageMass() — Gets the average mass of this object
- getMonoisotopicMass() — Gets the monoisotopic mass of this object
- setAverageMass() — Sets the average mass for this object
- setMonoisotopicMass() — Sets the monoisotopic mass for this object
History
-
2018-05-24T12:07:12+01:00 (commit #24d745d)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Moved average and monoisotopic mass methods to trait to provide consistency to objects