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

org.opencrx.kernel.model1.jmi1.Package Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.jmi1;

/**
 * Class {@code 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. * */ @javax.annotation.Generated( value = "org.openmdx.application.mof.mapping.java.InstanceMapper", date = "2023-10-28T12:15:37.703319856Z", comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY" ) public interface Package extends org.opencrx.kernel.model1.cci2.Package, org.opencrx.kernel.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.opencrx.kernel.model1.jmi1.PackageExternalizeResult externalizePackage( ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy