All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.model1.jmi1.Package Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.725Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.jmi1;

/**
 * Class Package
 *

* A package is formed as a composition of ModelElements. A package defines a modeling unit, models are constructed and presented as packages. A model is a package. Packages are also uses as organizational constructs in modeling. Nesting, * importation, and generalization are used to manage the complexity of models. * */ public interface Package extends org.omg.model1.cci2.Package, org.omg.model1.jmi1.GeneralizableElement{ // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** * Externalize the Package and all of its Elements (transitive closure on the containment hierarchy) into a Java Archive byte stream. */ public org.omg.model1.jmi1.PackageExternalizeResult externalizePackage( org.omg.model1.jmi1.PackageExternalizeParams in ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy