RAVE
Lib.rave_pgf_protocol Namespace Reference

Functions

 get_args (elem, name)
 Convenience function for accessing arguments from an Element.
 
 convert_beast_arguments (algorithm_entry, arguments)
 Translates beast arguments into rave compatible arguments Basically translates –<key>=into <key> returns argumentlist.
 
 convert_arguments (algorithm, algorithm_entry, arguments)
 Translates a command into a rave compatible command returns arguments.
 

Detailed Description

Copyright (C) 2010- Swedish Meteorological and Hydrological Institute (SMHI)

This file is part of RAVE.

RAVE is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

RAVE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with RAVE.  If not, see <http://www.gnu.org/licenses/>.

Function Documentation

◆ convert_arguments()

Lib.rave_pgf_protocol.convert_arguments ( algorithm,
algorithm_entry,
arguments )

Translates a command into a rave compatible command returns arguments.

◆ convert_beast_arguments()

Lib.rave_pgf_protocol.convert_beast_arguments ( algorithm_entry,
arguments )

Translates beast arguments into rave compatible arguments Basically translates –<key>=into <key> returns argumentlist.

◆ get_args()

Lib.rave_pgf_protocol.get_args ( elem,
name )

Convenience function for accessing arguments from an Element.

Parameters
elemElement containing arguments
namestring containing the type of arguments to access. Must be "strings", "ints", "floats", or "sequences".