| 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 |
|---|---|
SolTime.TimeUnits |
SolTime.getUnits() |
SolTime.TimeUnits |
PoshParser.timeUnit()
time-unit ::= HOURS | MINUTES | SECONDS | NONE
|
static SolTime.TimeUnits |
SolTime.TimeUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolTime.TimeUnits[] |
SolTime.TimeUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolTime.setUnits(SolTime.TimeUnits units) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.