What is the purpose of the first argument of this method?

MOViewRendered>>
edges: aCollection from: aFromBlock toAll: aToBlock
    "aToBlock should return a collection, edges will be drawn from the element returned by aFromBlock to this collection"
   
    ^self edges: aCollection from: aFromBlock toAll: aToBlock using: self edgeShape

nicolas