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

Packages that use Arguments.Argument
cz.cuni.amis.pogamut.sposh.elements This package contains parser for Yaposh plan, classes that represent elements of the plan and some auxiliry classes. 
 

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

Subclasses of Arguments.Argument in cz.cuni.amis.pogamut.sposh.elements
protected static class Arguments.ValueArgument
          This argument is a static value, neverchanging, e.g.
protected static class Arguments.VariableArgument
          This argument value is dependent on value of some variable.
 

Methods in cz.cuni.amis.pogamut.sposh.elements that return Arguments.Argument
protected abstract  Arguments.Argument Arguments.Argument.clone()
           
static Arguments.Argument Arguments.Argument.createValueArgument(String argumentName, Object value)
          Create new argument object with specified name and value.
static Arguments.Argument Arguments.Argument.createVariableArgument(String argumentName, String variableName)
          Create new argument with specified name and its value is defined by the content of the variable.
 Arguments.Argument Arguments.get(int index)
          Get indexth argument according to order of specification.
 

Methods in cz.cuni.amis.pogamut.sposh.elements that return types with arguments of type Arguments.Argument
 cz.cuni.amis.pogamut.sposh.elements.PoshParser.Packet<Arguments.Argument,Boolean> PoshParser.callParameter(int index, boolean named)
          Parameter used when calling C/AP/sense/action callParameter :: [ "=" ( | value() ) ]
 

Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type Arguments.Argument
 void Arguments.add(int index, Arguments.Argument element)
          Add argument at specified index.
 boolean Arguments.addFormal(Arguments.Argument newArgument, FormalParameters formalParams)
          Add argument to this list + following check: This list doesn't containe argument with same name as @newArgument.
 



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