![]() |
![]() |
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 443 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.__init__ | ( | self, | |
opt | |||
) |
Definition at line 447 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_predefined | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 477 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_searchInWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 528 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.complete_showWorkflow | ( | self, | |
text, | |||
line, | |||
start_idx, | |||
end_idx | |||
) |
Definition at line 501 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.default | ( | self, | |
inp | |||
) |
Definition at line 468 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 574 of file runTheMatrix.py.
def runTheMatrix.TheMatrix.do_exit | ( | self, | |
arg | |||
) |
Definition at line 464 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 483 of file runTheMatrix.py.
References print().
def runTheMatrix.TheMatrix.do_search | ( | self, | |
arg | |||
) |
Definition at line 562 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.do_searchInWorkflow(), join(), and print().
def runTheMatrix.TheMatrix.do_searchInWorkflow | ( | self, | |
arg | |||
) |
Definition at line 534 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 507 of file runTheMatrix.py.
References runTheMatrix.TheMatrix.matrices_, and print().
def runTheMatrix.TheMatrix.help_dumpWorkflowId | ( | self | ) |
Definition at line 570 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_predefined | ( | self | ) |
Definition at line 472 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_search | ( | self | ) |
Definition at line 557 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_searchInWorkflow | ( | self | ) |
Definition at line 523 of file runTheMatrix.py.
References join(), and print().
def runTheMatrix.TheMatrix.help_showWorkflow | ( | self | ) |
Definition at line 496 of file runTheMatrix.py.
References join(), and print().
|
static |
Definition at line 597 of file runTheMatrix.py.
Definition at line 444 of file runTheMatrix.py.
runTheMatrix.TheMatrix.matrices_ |
Definition at line 450 of file runTheMatrix.py.
Referenced by runTheMatrix.TheMatrix.do_searchInWorkflow(), and runTheMatrix.TheMatrix.do_showWorkflow().
runTheMatrix.TheMatrix.opt_ |
Definition at line 449 of file runTheMatrix.py.
|
static |
Definition at line 445 of file runTheMatrix.py.