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
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
"Problem solving should be focused on describing
the problem in a way that makes the solution obvious."