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 MIProperty
MIAnalysisMetaModelFactory. 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 class
MProperty
An 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. properties
The cached value of the 'Properties
' containment reference list.protected org.eclipse.emf.common.util.EList<MIProperty>
MProject. properties
The cached value of the 'Properties
' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIProperty Modifier and Type Method Description MIProperty
MAnalysisMetaModelFactory. 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 T
AnalysisMetaModelSwitch. 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 ofMIProperty
s using the given factory.Method parameters in kieker.analysis.stage.model with type arguments of type MIProperty Modifier and Type Method Description static Configuration
MetaModelHandler. modelPropertiesToConfiguration(org.eclipse.emf.common.util.EList<MIProperty> mProperties)
Deprecated.This method can be used to convert a given list ofMIProperty
to a configuration object.