| 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 |
|---|---|
Arguments |
PoshParser.callParametersList(FormalParameters formalParameters)
callParametersList:: callParameter() ( "," callParameter() )* ")"
|
Arguments |
TriggeredAction.getArguments()
Get arguments of this action.
|
Arguments |
PrimitiveCall.getParameters() |
| 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 |
|---|---|
void |
TriggeredAction.setArguments(Arguments newArguments)
Action basically consists from
|
void |
Sense.setArguments(Arguments newArguments) |
| Constructor and Description |
|---|
Arguments(Arguments parameters)
Copy constructor.
|
PrimitiveCall(String name,
Arguments parameters) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.