Series diagram: shall we say I’ve one way referred to as methodA, that will get referred to as inside of any other approach, methodB. Each strategies belong to the similar magnificence. Now, how do I constitute that on a chain diagram?
​
void methodB(){
// one thing
}
void methodA(){
//one thing
}
Is it like this: [https://i.stack.imgur.com/tvZPg.png](https://i.stack.imgur.com/tvZPg.png) (discovered this on stackoverflow). Simply on this case the EnterLogin would be methodB and VerifyLogin could be methodA, proper? We don’t want to move inside of methodA and take a look at the entire strategies that approach makes use of, proper?
View Reddit via Augustisus – View Supply