Package net.tinyos.nesc.dump.xml

Examples of net.tinyos.nesc.dump.xml.Xcomponent


     *  the atomic actor.
     */
    protected void saveInterfaceContainer(Xinterface intf)
            throws IllegalActionException, NameDuplicationException {

        Xcomponent component = (Xcomponent) intf.container;

        // Make sure the component has not already been stored.
        if (!_componentFileTable.containsKey(component)
                && !_componentActorTable.containsKey(component)) {

View Full Code Here

TOP

Related Classes of net.tinyos.nesc.dump.xml.Xcomponent

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.