Package | Description |
---|---|
io.github.msdk.datamodel | |
io.github.msdk.io.mzml.data |
Modifier and Type | Method and Description |
---|---|
PolarityType |
SimpleMsScan.getPolarity()
Returns the polarity of this scan.
|
PolarityType |
SimpleIonType.getPolarity()
getPolarity.
|
default PolarityType |
MsScan.getPolarity()
Returns the polarity of this scan.
|
PolarityType |
IonType.getPolarity()
getPolarity.
|
static PolarityType |
PolarityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolarityType[] |
PolarityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMsScan.setPolarity(PolarityType newPolarity) |
Constructor and Description |
---|
SimpleIonType(String name,
PolarityType polarity,
int numberOfMolecules,
String adductFormula,
Integer charge)
Constructor for SimpleIonType.
|
Modifier and Type | Method and Description |
---|---|
PolarityType |
MzMLMsScan.getPolarity()
Returns the polarity of this scan.
|
Copyright © 2019. All rights reserved.