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 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)
           
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.