Interface TypeModel

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

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

The following features are supported:

See Also:
TypePackage.getTypeModel()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EMap<java.lang.String,​ComponentType> getComponentTypes()
    Returns the value of the 'Component Types' 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

    • getComponentTypes

      org.eclipse.emf.common.util.EMap<java.lang.String,​ComponentType> getComponentTypes()
      Returns the value of the 'Component Types' map. The key is of type String, and the value is of type ComponentType,
      Returns:
      the value of the 'Component Types' map.
      See Also:
      TypePackage.getTypeModel_ComponentTypes()
      Generated:
      Model:
      mapType="kieker.model.analysismodel.type.EStringToComponentTypeMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.ComponentType>" ordered="false"