Package ptolemy.data

Examples of ptolemy.data.Function


                    throw new IllegalActionException("The forth argument to " +
                            "the loop special function must be a value " +
                            "collection.");
                }

                Function function = new LoopFunction(_pattern, _matchResult,
                        current, startValue, boundVariable, collection);
                FunctionType functionType = new FunctionType(
                        new Type[] { BaseType.OBJECT }, BaseType.GENERAL);
                _evaluatedChildToken =
                    new FunctionToken(function, functionType);
View Full Code Here

TOP

Related Classes of ptolemy.data.Function

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.