On 15 Jun 2011, at 21:15, Stéphane Ducasse wrote:
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
It does not :).
Doru
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
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Problem solving should be focused on describing the problem in a way that makes the solution obvious."