<div dir="ltr">Dear Kepler folks, <div><br></div><div>In ActorReference.pdf file, there are explanations of each actors.  I have questions for this reference.</div><div><ul><li>I can see the class name next to an actor. For example, String Constant (ptolemy.actor.lib.StringConst). The class name must be unique (i.e., ptolemy.actor.lib.StringConst). If so, is the last classname unique? In other words, "StringConst" is also unique?</li><li>I can see the value of "StringConst" in _container in parameter class. How can I just extract only last name "StringConst"? Actually, I have tried several ways in SQLRecording.java like below:</li><ul><li> System.out.println("3: " + parameter.getContainer().toplevel().toString());</li><li> System.out.println("4: " + parameter.getContainer().getClassName());</li><li> System.out.println("5: " + parameter.getContainer());</li></ul></ul></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>The output is :</div></blockquote><div><ul><ul><li>3: ptolemy.actor.TypedCompositeActor {.Unnamed1}</li><li>4: ptolemy.actor.lib.StringConst</li><li>5: ptolemy.actor.lib.StringConst {.Unnamed1.DonghoonConstant}</li></ul></ul><div>Please, let me know </div><div><br></div><div>Thank you </div><div><br></div><div>-Donghoon</div></div><div><div><br clear="all"><div><br></div>-- <br><div>Donghoon Kim<br>Dept of Computer Science<br>North Carolina State University<br><br><br></div>
</div></div></div>