This is a very interesting question, and yes, the answer is relative and depends on how we understand things [written in the article] and how they correspond to what the author had in mind.
In particular, there is a slight difference between procedural and functional connectivity: procedural cohesion is something that contains steps that are not related to each other, i.e. there is no βgoalβ for a procedure that is something repeatable and necessary for its correction is defined and reused. While functional cohesion is basically a function (it may take an input and give an output) that can be used for different inputs and will produce the correct output (depending on the input) when reused.
The conclusion according to your question: no, putting each in separate methods and calling them in the same order does not change it from a procedural to a functional one, unless your procedure becomes a function that really has some "purpose".
source share