Package kieker.model.analysismodel.type
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()
-
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.
-
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 typeString, and the value is of typeComponentType,- Returns:
- the value of the 'Component Types' map.
- See Also:
TypePackage.getTypeModel_ComponentTypes()
-