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

de.opitzconsulting.orcasDsl.Model Maven / Gradle / Ivy

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

The newest version!
/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Model'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.Model#getModel_elements Model elements}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getModel() * @model * @generated */ public interface Model extends EObject { /** * Returns the value of the 'Model elements' containment reference list. * The list contents are of type {@link de.opitzconsulting.orcasDsl.ModelElement}. * *

* If the meaning of the 'Model elements' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Model elements' containment reference list. * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getModel_Model_elements() * @model containment="true" * @generated */ EList getModel_elements(); } // Model




© 2015 - 2025 Weber Informatics LLC | Privacy Policy