![]() |
![]() |
Public Member Functions | |
def | __init__ |
def | complete_predefined |
def | complete_searchInWorkflow |
def | complete_showWorkflow |
def | default |
def | do_clear |
def | do_dumpWorkflowId |
def | do_exit |
def | do_predefined |
def | do_search |
def | do_searchInWorkflow |
def | do_showWorkflow |
def | help_dumpWorkflowId |
def | help_predefined |
def | help_search |
def | help_searchInWorkflow |
def | help_showWorkflow |
Public Attributes | |
matrices_ | |
opt_ | |
Static Public Attributes | |
do_EOF = do_exit | |
string | intro = "Welcome to the Matrix (? for help)" |
string | prompt = "matrix> " |
Definition at line 436 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.__init__ | ( | self, | |
opt | |||
) |
Definition at line 440 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_predefined | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 470 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_searchInWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 521 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_showWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 494 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.default | ( | self, | |
inp | |||
) |
Definition at line 461 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.do_exit().
def runTheMatrix.TheMatrix.do_clear | ( | self, | |
arg | |||
) |
def runTheMatrix.TheMatrix.do_dumpWorkflowId | ( | self, | |
arg | |||
) |
Definition at line 567 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.do_exit | ( | self, | |
arg | |||
) |
Definition at line 457 of file runTheMatrix.py.
References print().
Referenced by runTheMatrix.TheMatrix.default().
def runTheMatrix.TheMatrix.do_predefined | ( | self, | |
arg | |||
) |
Print the list of predefined workflows
Definition at line 476 of file runTheMatrix.py.
References print().
def runTheMatrix.TheMatrix.do_search | ( | self, | |
arg | |||
) |
Definition at line 555 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.do_searchInWorkflow(), join(), and print().
def runTheMatrix.TheMatrix.do_searchInWorkflow | ( | self, | |
arg | |||
) |
Definition at line 527 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.matrices_, and print().
Referenced by runTheMatrix.TheMatrix.do_search().
def runTheMatrix.TheMatrix.do_showWorkflow | ( | self, | |
arg | |||
) |
Definition at line 500 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.matrices_, and print().
def runTheMatrix.TheMatrix.help_dumpWorkflowId | ( | self | ) |
Definition at line 563 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_predefined | ( | self | ) |
Definition at line 465 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_search | ( | self | ) |
Definition at line 550 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_searchInWorkflow | ( | self | ) |
Definition at line 516 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_showWorkflow | ( | self | ) |
Definition at line 489 of file runTheMatrix.py.
References join(), and print().
|
static |
Definition at line 590 of file runTheMatrix.py.
Definition at line 437 of file runTheMatrix.py.
runTheMatrix.TheMatrix.matrices_ |
Definition at line 443 of file runTheMatrix.py.
Referenced by runTheMatrix.TheMatrix.do_searchInWorkflow(), and runTheMatrix.TheMatrix.do_showWorkflow().
runTheMatrix.TheMatrix.opt_ |
Definition at line 442 of file runTheMatrix.py.
|
static |
Definition at line 438 of file runTheMatrix.py.