Package OntoUML.URML

Examples of OntoUML.URML.URMLPackage


    setName(eNAME);
    setNsPrefix(eNS_PREFIX);
    setNsURI(eNS_URI);

    // Obtain other dependent packages
    URMLPackage theURMLPackage = (URMLPackage)EPackage.Registry.INSTANCE.getEPackage(URMLPackage.eNS_URI);

    // Add subpackages
    getESubpackages().add(theURMLPackage);

    // Create type parameters
View Full Code Here

TOP

Related Classes of OntoUML.URML.URMLPackage

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.