Hi Chris, Take a look at some of the higher order component actors in ptolemy/actor/lib/hoc.
ApplyFunction.java is a good place to start. MultiInstanceComposite is another one. See also ptolemy/domains/ddf/lib/ActorRecursion.java See also Edward's curriculum demo in Ptolemy II ptII/ptolemy/domains/curriculum/demo/Curriculum/Curriculum.xml Man-Kit Leung and people from Bosch are doing something somewhat similar with Properties, see the ptolemy/data/properties work. Chris Weed wrote: > Hi, > I would like to create an actor that when connected to other actors > will inspect the actors it is connected to and show the user the set > of actors that could fulfill this connection based on the Semantic > info. > The user would be able to select from this set, and the actor would be > internally created in my connector actor and connected to the ports. > Is there an example of an actor that does this internal construction > and connection of actor ports? > > Thanks, > Chris > _______________________________________________ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/Trust Berkeley, CA 94720-1774 ph: 510.643.9841 fax:510.642.2718 (Office: 545Q Cory) home: (F-Tu) 707.665.0131 (W-F) 510.655.5480

