|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Arguments | |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements | This package contains parser for POSH plan, classes that represent elements of POSH plan and some auxiliry classes. |
| Uses of Arguments in cz.cuni.amis.pogamut.sposh.elements |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.elements that return Arguments | |
|---|---|
Arguments |
PoshParser.callParametersList(FormalParameters formalParameters)
callParametersList:: callParameter() ( "," callParameter() )* ")" |
Arguments |
TriggeredAction.getArguments()
Get arguments of this action. |
Arguments |
PrimitiveCall.getParameters()
|
| Methods in cz.cuni.amis.pogamut.sposh.elements that return types with arguments of type Arguments | |
|---|---|
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. |
| Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type Arguments | |
|---|---|
void |
Sense.setArguments(Arguments newArguments)
|
void |
TriggeredAction.setArguments(Arguments newArguments)
Action basically consists from |
| Constructors in cz.cuni.amis.pogamut.sposh.elements with parameters of type Arguments | |
|---|---|
Arguments(Arguments parameters)
Copy constructor. |
|
PrimitiveCall(String name,
Arguments parameters)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||