carputils
Doxygen code documentation for the python framework controlling openCARP
Public Member Functions | List of all members
carputils.job.command.Command Class Reference

Interface that commands should provide. More...

Inheritance diagram for carputils.job.command.Command:
carputils.job.command.PythonCommand carputils.job.command.ShellCommand carputils.job.command.MPICommand

Public Member Functions

def execute (self)
 Run this command right now. More...
 
def bash (self)
 Generate a bash statement executing this command. More...
 

Detailed Description

Interface that commands should provide.

Member Function Documentation

◆ bash()

def carputils.job.command.Command.bash (   self)

Generate a bash statement executing this command.

◆ execute()

def carputils.job.command.Command.execute (   self)

Run this command right now.


The documentation for this class was generated from the following file: