| Package | Description |
|---|---|
| org.expasy.mzjava.core.ms.spectrum | |
| org.expasy.mzjava.proteomics.ms.ident |
| Modifier and Type | Method and Description |
|---|---|
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetentionTimeList.add(double startTime,
double endTime,
TimeUnit unit) |
void |
RetentionTimeList.add(double time,
TimeUnit unit) |
double |
TimeUnit.convert(double time,
TimeUnit to) |
| Constructor and Description |
|---|
RetentionTimeDiscrete(double time,
TimeUnit unit)
Constructor for a retention time.
|
RetentionTimeInterval(double startTime,
double endTime,
TimeUnit unit)
Constructor for a RetentionTimeInterval from startTime to endTime.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpectrumIdentifier.addRetentionTime(double time,
TimeUnit timeUnit) |
Copyright © 2016. All Rights Reserved.