
Public Member Functions | |
| def | map |
| map a SLIMpy command to a rsf command | |
| def | trans |
| default trans, returns voidSpace | |
| def | trans_adj |
| trans_adj will automatically be called in the case where the command has an adj keyword that is true | |
| def | constr |
| def | constr_adj |
There are three types of function this class should have.
Definition at line 128 of file new_noise_rsf_integration.py.
| def map | ( | cls, | ||
| source, | ||||
| command | ||||
| ) |
map a SLIMpy command to a rsf command
Reimplemented from sfConverter.
Definition at line 135 of file new_noise_rsf_integration.py.
| def trans | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
default trans, returns voidSpace
Reimplemented from Converter.
Definition at line 147 of file new_noise_rsf_integration.py.
| def trans_adj | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
trans_adj will automatically be called in the case where the command has an adj keyword that is true
Definition at line 161 of file new_noise_rsf_integration.py.
| def constr | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
| def constr_adj | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
Definition at line 174 of file new_noise_rsf_integration.py.
1.5.6