| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for Yaposh plan, classes that represent
elements of the plan and some auxiliry classes.
|
| cz.cuni.amis.pogamut.sposh.engine |
Yaposh engine and its executors used to evaluate yaposh plan.
|
| Modifier and Type | Field and Description |
|---|---|
static Arguments |
Arguments.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
PoshParser.callParametersList(FormalParameters formalParameters)
callParametersList:: callParameter() ( "," callParameter() )* ")"
|
Arguments |
TriggeredAction.getArguments()
Get arguments of this action.
|
Arguments |
Sense.getArguments() |
Arguments |
IReferenceElement.getArguments() |
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 arguments)
Create reference to element.
|
| Constructor and Description |
|---|
VariableContext(VariableContext ctx,
Arguments callArgs)
Create new VariableContext that will contain only variables from call arguments.
|
VariableContext(VariableContext ctx,
Arguments callParameters,
FormalParameters formalParameters)
Create new variable context for diving into another function.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.