Uses of Class
cz.cuni.amis.pogamut.sposh.elements.Arguments

Packages that use Arguments
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. 
 

Uses of Arguments in cz.cuni.amis.pogamut.sposh.elements
 

Fields in cz.cuni.amis.pogamut.sposh.elements declared as Arguments
static Arguments Arguments.EMPTY
           
 

Methods in cz.cuni.amis.pogamut.sposh.elements that return Arguments
 Arguments PoshParser.callParametersList(FormalParameters formalParameters)
          callParametersList:: callParameter() ( "," callParameter() )* ")"
 Arguments Sense.getArguments()
           
 Arguments IReferenceElement.getArguments()
           
 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 arguments)
          Create reference to element.
 

Uses of Arguments in cz.cuni.amis.pogamut.sposh.engine
 

Constructors in cz.cuni.amis.pogamut.sposh.engine with parameters of type Arguments
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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.