Diff Between Buffered and Direct Edge

Sir,

Looking at Both types of edges, i couldnt make out the proper difference between Both Kind of edges…

if u can explain me whats the difference between Buffered Edge and Direct Edge?
and Which Edge is better to use in what conditions? and How to Specify that either in Graph or in Component?

Hello !

You should not really bother yourself with DirectEdge or BufferedEdge.
You just use Edge - which is some kind of surrogate and Clover decides on run-time, which version/implementation it is going to use - whether Direct, Buffered or Phase.

It depends on several factors. If you really want to know, check the API documentation or source code.

As long as you just use Clover to perform data transformation, you don’t need to get into these details.

David.