Uses of Interface
kieker.analysis.model.analysisMetaModel.MIProperty
| Package | Description |
|---|---|
| kieker.analysis.model.analysisMetaModel | |
| kieker.analysis.model.analysisMetaModel.impl | |
| kieker.analysis.model.analysisMetaModel.util | |
| kieker.analysis.stage.model |
-
Uses of MIProperty in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIProperty Modifier and Type Method Description MIPropertyMIAnalysisMetaModelFactory. createProperty()Returns a new object of class 'Property'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIProperty Modifier and Type Method Description org.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 MIProperty Modifier and Type Class Description classMPropertyAn implementation of the model object 'Property'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIProperty Modifier and Type Field Description protected 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 MIProperty Modifier and Type Method Description MIPropertyMAnalysisMetaModelFactory. createProperty()Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIProperty Modifier and Type Method Description org.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 MIProperty Modifier and Type Method Description TAnalysisMetaModelSwitch. 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 MIProperty Modifier and Type Method Description static java.util.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 MIProperty Modifier and Type Method Description static 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.