SoftwareMining - Business Rule Extraction and Documentation
| Business Rule |
|
||
| COBOL Documentation |
|
||
| Persistent Records: | |||
| Signature (From Linkage Section) | |||
| Working Storage Section |
| Analyst's Description/Comments |
Data Filters Applied to this rule:
|
| Business Rule Code |
/**
* c00Main_M10
*/
public void c00Main_M10 ()
{
idata.setWsPrice(product2.getProdPrice());
perform("dispProd_M20");
goBack();
}
/**
* dispProd_M20
*/
public void dispProd_M20 ()
{
}
|