Re: modeling question about producing f(A,x),f(A,y)...

2007-08-06 Thread Norbert Podhorszki
Hi Edward, Thank you for this example. It is really nice for SDF workflows. However, we cannot use it because we do not have the xyz array at once. Xyz is a stream and we want to process the first element immediately before the next ones are created. The SDF example is a good model for the

Re: [kepler-dev] modeling question about producing f(A, x), f(A, y)...

2007-08-06 Thread Norbert Podhorszki
Some follow up FYI. On Fri, 3 Aug 2007, Norbert Podhorszki wrote: a1 A1 --- -- ..., f(a1,z), f(a1,y), f(a1,x) | A3 | A2 --- -- ...,z,y,x Part 1. --- Actually, if we are sure that 'a1

Re: [kepler-dev] modeling question about producing f(A,x),f(A,y)...

2007-08-03 Thread Norbert Podhorszki
Hi Daniel, Thanks for the idea. You have generalized the problem here, because for us, A is just one single token (a1 in your example). The collection-oriented modelling seems to be a bit heavy weight solution in the sense, that if we start from a Constant with single firing and a Ramp to

Re: [kepler-dev] modeling question about producing f(A, x), f(A, y)...

2007-08-03 Thread Norbert Podhorszki
On Friday 03 August 2007 11:45, Norbert Podhorszki wrote: Hi Daniel, Thanks for the idea. You have generalized the problem here, because for us, A is just one single token (a1 in your example). The collection-oriented modelling seems to be a bit heavy weight solution in the sense, that if we start

Re: [kepler-dev] modeling question about producing f(A, x), f(A, y)...

2007-08-03 Thread Norbert Podhorszki
Hi Bertram, A3 should pair a1 with as many tokens on the second stream as many comes there. There is no a2 in this problem. For you Bertram, the specification is the following: we need something which could be used practically as an input parameter, but the value is determined during the

Re: [kepler-dev] Controlled actors order in PN(?)

2006-09-26 Thread Norbert Podhorszki
this race in PN? Could it be solved using a different director? Thanks a lot, Efrat -- Norbert Podhorszki University of California, Davis Department of Computer Science 1 Shields Ave, 2236 Kemper Hall Davis, CA 95616 (530) 754

Re: [kepler-dev] PN + DDF

2006-08-24 Thread Norbert Podhorszki
Hi Edward, Thanks for the fix. It works now in my workflow, where a PN of 25 actors/threads are replaced by one DDF thread. And this is a class, instantiated 5 times. I like to spare on resources... It may or may not be worth to mention, that the DDF director works correctly in my wf only

Re: [kepler-dev] PN + DDF

2006-08-24 Thread Norbert Podhorszki
(right now it's named DDFBooleanSelect) so that it won't cause confusion. Comments? Gang -- Norbert Podhorszki University of California, Davis Department of Computer Science 1 Shields Ave, 2236 Kemper Hall Davis, CA 95616 (530

PN + DDF

2006-08-21 Thread Norbert Podhorszki
between PN and DDF. Many thanks Norbert PS: I will consider SDF Case, I promise, but I have loops as well in DDF. -- Norbert Podhorszki University of California, Davis Department of Computer Science 1 Shields Ave, 2236 Kemper Hall Davis

Re: [kepler-dev] PN + NondeterministicMerge bug/question (fwd)

2006-07-31 Thread Norbert Podhorszki
Norbert Podhorszki University of California, Davis Department of Computer Science 1 Shields Ave, 2236 Kemper Hall Davis, CA 95616 (530) 754-8188 [EMAIL PROTECTED

list of connected ports on a given channel

2006-07-31 Thread Norbert Podhorszki
kinds of lists of entities I can get; and the only logically existing notion of channels (after both studying the design doc and the code). -- Norbert Podhorszki University of California, Davis Department of Computer Science 1 Shields

Re: list of connected ports on a given channel

2006-07-31 Thread Norbert Podhorszki
models, please, notify me. Best regards Norbert On Mon, 31 Jul 2006, Norbert Podhorszki wrote: Hi, I would like to create the following information for a port: for each channel of the port list of the directly connected ports of the opposite type (input/output) Not the remote sources