On Jun 15, 2011, at 8:52 PM, Tudor Girba wrote:
Stef,
view edges: collection from: block1 to: block2
tries to create a edge for "each" element in the "collection" between
the nodes that have the following entities behind:
- block1 value: each
- block2 value: each
Ok I finally got it.... but the api sucks
may be edges: should be
edgesFromEntities: collection computeFrom: block1 computeTo: block2
it sucks also :)
edges: is bad
because it does indicate that the entities are not edges:
buildEdgesFor: collection ....
Stef