| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for POSH plan, classes that represent
elements of POSH plan and some auxiliry classes.
|
| Modifier and Type | Method and Description |
|---|---|
Freq.FreqUnits |
PoshParser.freqUnit()
freq-unit ::= HOURS | MINUTES | SECONDS | HZ | PM | NONE
|
Freq.FreqUnits |
Freq.getUnits() |
static Freq.FreqUnits |
Freq.FreqUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Freq.FreqUnits[] |
Freq.FreqUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Freq.setUnits(Freq.FreqUnits units) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.