Uses of Interface
cz.cuni.amis.pogamut.shady.IArgument

Packages that use IArgument
cz.cuni.amis.pogamut.shady Shady - experimental POSH-like engine. 
 

Uses of IArgument in cz.cuni.amis.pogamut.shady
 

Classes in cz.cuni.amis.pogamut.shady that implement IArgument
 class ArgString
          Store the string value as an argument.
 

Methods in cz.cuni.amis.pogamut.shady that return IArgument
 IArgument ShadyParser.arg()
           
 

Methods in cz.cuni.amis.pogamut.shady that return types with arguments of type IArgument
 List<IArgument> ShadyParser.args()
           
 List<IArgument> NodeCall.getArgs()
          Get unmodifiable list of arguments.
 List<IArgument> QueryCall.getArgs()
          Get arguments passed to the called entity
 

Constructor parameters in cz.cuni.amis.pogamut.shady with type arguments of type IArgument
NodeCall(String name, List<IArgument> args)
          Create new node call.
QueryCall(String name, List<IArgument> args)
           
 



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