Interface AssemblyModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AssemblyModelImpl

public interface AssemblyModel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Model'.

The following features are supported:

See Also:
AssemblyPackage.getAssemblyModel()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EMap<java.lang.String,​AssemblyComponent> getComponents()
    Returns the value of the 'Components' map.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getComponents

      org.eclipse.emf.common.util.EMap<java.lang.String,​AssemblyComponent> getComponents()
      Returns the value of the 'Components' map. The key is of type String, and the value is of type AssemblyComponent,
      Returns:
      the value of the 'Components' map.
      See Also:
      AssemblyPackage.getAssemblyModel_Components()
      Generated:
      Model:
      mapType="kieker.model.analysismodel.assembly.EStringToAssemblyComponentMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.assembly.AssemblyComponent>" ordered="false"