Package ptolemy.actor.parameters

Examples of ptolemy.actor.parameters.LocationParameter


                            // intercept parameters with name
                            // "_location" since these are
                            // particularly useful for graphical
                            // demos.
                            if (uniqueName.equals("_location")) {
                                parameter = new LocationParameter(actor,
                                        uniqueName);
                            } else {
                                parameter = new Parameter(actor, uniqueName);
                            }
                        }
View Full Code Here

TOP

Related Classes of ptolemy.actor.parameters.LocationParameter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.