Package ptolemy.data.expr

Examples of ptolemy.data.expr.NameParameter


            throws IllegalActionException, NameDuplicationException {
        super(container, name);

        defaultProperties = new Parameter(this, "defaultProperties");

        this.name = new NameParameter(this, "name");

        // Force this to be a record type without specifying the fields.
        // NOTE: This doesn't actually work because the type remains
        // unknown, which triggers an error message. Instead, we check
        // the type in attributeChanged().
View Full Code Here

TOP

Related Classes of ptolemy.data.expr.NameParameter

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.