Public Member Functions | |
def | __init__ |
def | cut |
def | pathContaining |
def | selectManyNames |
def | selectOneName |
def | trimNames |
def | trimPaths |
Public Attributes | |
in_names | |
in_paths | |
out_edges | |
out_names | |
out_paths | |
out_totals | |
Definition at line 63 of file NodeCut.py.
def NodeCut.Match.__init__ | ( | self, | |
pre_in, | |||
pre_out | |||
) |
Definition at line 64 of file NodeCut.py.
def NodeCut.Match.cut | ( | matcher | ) |
Definition at line 72 of file NodeCut.py.
References NodeCut.Match.in_names, and NodeCut.Match.out_names.
def NodeCut.Match.pathContaining | ( | id | ) |
Definition at line 121 of file NodeCut.py.
def NodeCut.Match.selectManyNames | ( | ids | ) |
Definition at line 107 of file NodeCut.py.
References NodeCut.Match.in_names, and NodeCut.Match.out_names.
def NodeCut.Match.selectOneName | ( | value | ) |
Definition at line 85 of file NodeCut.py.
References NodeCut.Match.in_names, and NodeCut.Match.out_names.
def NodeCut.Match.trimNames | ( | cutoff | ) |
Definition at line 96 of file NodeCut.py.
References NodeCut.Match.in_names, and NodeCut.Match.out_names.
def NodeCut.Match.trimPaths | ( | cutoff | ) |
Definition at line 116 of file NodeCut.py.
References NodeCut.Match.in_paths, and NodeCut.Match.out_paths.
NodeCut.Match.in_names |
Definition at line 65 of file NodeCut.py.
Referenced by NodeCut.Match.cut(), NodeCut.Match.selectManyNames(), NodeCut.Match.selectOneName(), and NodeCut.Match.trimNames().
NodeCut.Match.in_paths |
Definition at line 66 of file NodeCut.py.
Referenced by NodeCut.Match.trimPaths().
NodeCut.Match.out_edges |
Definition at line 69 of file NodeCut.py.
NodeCut.Match.out_names |
Definition at line 67 of file NodeCut.py.
Referenced by NodeCut.Match.cut(), NodeCut.Match.selectManyNames(), NodeCut.Match.selectOneName(), and NodeCut.Match.trimNames().
NodeCut.Match.out_paths |
Definition at line 68 of file NodeCut.py.
Referenced by NodeCut.Match.trimPaths().
NodeCut.Match.out_totals |
Definition at line 70 of file NodeCut.py.