Package ptolemy.graph

Examples of ptolemy.graph.InequalityTerm.initialize()


        public void initialize(Object type) throws IllegalActionException {
            InequalityTerm term = _getElementTypeTerm();
            if (term == null) {
                return;
            } else {
                term.initialize(type);
            }
        }

        /** Delegate to the element type term of the associated typeable.
         *  @return True if the element type is a type variable.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.