The format pattern in the table below causes a DECISION relationship to be generated if the name of method2 matches a pattern specified in the Boundary Decisions tab. If, for example, the name of method2 is specified under the "Reads Table methods" type in Boundary Decisions, the parser generates a "Method Reads Table Decision" relationship, with entities "method1" and "Decision1".
Statement | Format | Relationship | Entities |
---|---|---|---|
INVOKES METHOD |
void method1() { method2(); } |
Method Invokes Method | method1 invokes method2 |