| 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 | Field and Description |
|---|---|
static Freq |
Freq.INFINITE
Infinite frequency.
|
| Modifier and Type | Method and Description |
|---|---|
Freq |
PoshParser.driveElementFreq()
Get specified frequency.
|
Freq |
PoshParser.freq()
freq ::=
|
Freq |
DriveElement.getFreq()
Deprecated.
Part of original posh, not supported in editor.
|
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.pogamut.sposh.elements.PoshParser.Packet<Arguments,Freq> |
PoshParser.driveElementActionFreq(FormalParameters formalParameters)
Nonterminal for possible arguments of the action call of the drive action and
the frequency.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Freq.compare(Freq freq1,
Freq freq2) |
static DriveElement |
LapElementsFactory.createDriveElement(String name,
List<Sense> triggerSenses,
PrimitiveCall actionCall,
Freq freq,
String comment)
Create new drive element
|
| Constructor and Description |
|---|
Freq(Freq original) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.