Uses of Interface
kieker.analysis.model.analysisMetaModel.MIProperty
Packages that use MIProperty
Package
Description
-
Uses of MIProperty in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIPropertyModifier and TypeMethodDescriptionMIAnalysisMetaModelFactory.createProperty()Returns a new object of class 'Property'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIPropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MIProperty>MIAnalysisComponent.getProperties()Returns the value of the 'Properties' containment reference list.org.eclipse.emf.common.util.EList<MIProperty>MIProject.getProperties()Returns the value of the 'Properties' containment reference list. -
Uses of MIProperty in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIPropertyModifier and TypeClassDescriptionclassAn implementation of the model object 'Property'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIPropertyModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MIProperty>MAnalysisComponent.propertiesThe cached value of the 'Properties' containment reference list.protected org.eclipse.emf.common.util.EList<MIProperty>MProject.propertiesThe cached value of the 'Properties' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIPropertyMethods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIPropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MIProperty>MAnalysisComponent.getProperties()org.eclipse.emf.common.util.EList<MIProperty>MProject.getProperties() -
Uses of MIProperty in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIPropertyModifier and TypeMethodDescriptionAnalysisMetaModelSwitch.caseProperty(MIProperty object) Returns the result of interpreting the object as an instance of 'Property'. -
Uses of MIProperty in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that return types with arguments of type MIPropertyModifier and TypeMethodDescriptionstatic List<MIProperty>MetaModelHandler.convertProperties(Configuration configuration, MAnalysisMetaModelFactory factory) Deprecated.Converts the given configuration into a list ofMIPropertys using the given factory.Method parameters in kieker.analysis.stage.model with type arguments of type MIPropertyModifier and TypeMethodDescriptionstatic ConfigurationMetaModelHandler.modelPropertiesToConfiguration(org.eclipse.emf.common.util.EList<MIProperty> mProperties) Deprecated.This method can be used to convert a given list ofMIPropertyto a configuration object.