Interface SourceModel

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

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

The following features are supported:

See Also:
SourcePackage.getSourceModel()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,​org.eclipse.emf.common.util.EList<java.lang.String>> getSources()
    Returns the value of the 'Sources' 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

    • getSources

      org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,​org.eclipse.emf.common.util.EList<java.lang.String>> getSources()
      Returns the value of the 'Sources' map. The key is of type EObject, and the value is of type list of String,
      Returns:
      the value of the 'Sources' map.
      See Also:
      SourcePackage.getSourceModel_Sources()
      Generated:
      Model:
      mapType="kieker.model.analysismodel.source.EObjectToSourceEntry<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EString>"