adaptivemd.ActionParser

class adaptivemd.ActionParser[source]

A class that can interprete actions into scheduler understandable commands

__init__()[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__() x.__init__(…) initializes x; see help(type(x)) for signature
parse(scheduler, action) Parse a single action
parse(scheduler, action)[source]

Parse a single action

Parameters:
  • scheduler (Scheduler) – the used scheduler which knows about specifics in the parsing process, like, e.g., file paths
  • action (Action or dict or list of str) – the actual action to be parsed
Returns:

Return type:

list of Action or dict or str