Package | Description |
---|---|
kieker.analysis.model |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
Modifier and Type | Method and Description |
---|---|
static java.util.List<MIProperty> |
MetaModelHandler.convertProperties(Configuration configuration,
MAnalysisMetaModelFactory factory)
Converts the given configuration into a list of
MIProperty s using the given factory. |
Modifier and Type | Method and Description |
---|---|
static Configuration |
MetaModelHandler.modelPropertiesToConfiguration(org.eclipse.emf.common.util.EList<MIProperty> mProperties)
This method can be used to convert a given list of
MIProperty to a configuration object. |
Modifier and Type | Method and Description |
---|---|
MIProperty |
MIAnalysisMetaModelFactory.createProperty()
Returns a new object of class 'Property'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIProperty> |
MIProject.getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<MIProperty> |
MIAnalysisComponent.getProperties()
Returns the value of the 'Properties' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
MProperty
An implementation of the model object 'Property'.
|
Modifier and Type | Field and 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. |
Modifier and Type | Method and Description |
---|---|
MIProperty |
MAnalysisMetaModelFactory.createProperty() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIProperty> |
MAnalysisComponent.getProperties() |
org.eclipse.emf.common.util.EList<MIProperty> |
MProject.getProperties() |
Modifier and Type | Method and Description |
---|---|
T |
AnalysisMetaModelSwitch.caseProperty(MIProperty object)
Returns the result of interpreting the object as an instance of 'Property'.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net