1000 actors, 4000 links

2008-06-10 Thread Richard Ware
to make linking take less time. Respectfully, Richard Ware Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED]

A few questions

2008-06-16 Thread Richard Ware
1) It would be frowned on, wouldn't it, for one actor to fire another directly by calling fireAt(), fireAtRelativeTime() or fireAtCurrentTime() and giving a reference to the target actor as an argument to the method call? I figure it would be frowned on, because in the Ptolemy model actors

Re: 10000 actors, 40000 links

2008-07-16 Thread Richard Ware
Richard Ware wrote: I'm going to try using a modified form of NamedList, based on the following: - Keep all the present code using the internal LinkedList. - Also keep the named-object references in an internal HashSet, hashing on the name. I meant to say, add an internal HashMap

Class SharedParameter

2008-07-17 Thread Richard Ware
Is there a class ptolemy.moml.SharedParameter? Should I be using ptolemy.actor.parameters.SharedParameter instead? Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL

Multiple models, serially or concurrently

2008-07-25 Thread Richard Ware
for the second run fresh, for reasons involving the nature of my simulation. Does Ptolemy have a way to scrub all actors out of a model, allowing the creation of new ones? I look forward to your clarifications. Richard Ware

Re: 8th Biennial Ptolemy Miniconference: April 16, 2009

2008-10-27 Thread Richard Ware
Can you guys remind me whether there's any architectural reason to avoid overriding equals() (and hashCode() ) when writing an actor in Java? Thanks! Rich Ware MOCASystems

Bug?

2008-12-24 Thread Richard Ware
While reading the Ptolemy code, I found the following anomaly: FloydWarshallAllPairShortestPathStrategy implements AllPairShortestPathAnalyzer. FloydWarshallCycleExistenceStrategy implements CycleExistenceAnalyzer. FloydWarshallNegativeLengthCycleStrategy implements