kieker.analysis.model.analysisMetaModel.MIDependency Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kieker Show documentation
Show all versions of kieker Show documentation
Kieker: Application Performance Monitoring and Dynamic Software Analysis
The newest version!
/**
*/
package kieker.analysis.model.analysisMetaModel;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Dependency'.
*
*
*
* The following features are supported:
*
* - {@link kieker.analysis.model.analysisMetaModel.MIDependency#getFilePath File Path}
*
*
*
* @see kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage#getDependency()
* @model
* @generated
*/
public interface MIDependency extends EObject {
/**
* Returns the value of the 'File Path' attribute.
*
*
* If the meaning of the 'File Path' attribute isn't clear,
* there really should be more of a description here...
*
*
*
* @return the value of the 'File Path' attribute.
* @see #setFilePath(String)
* @see kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage#getDependency_FilePath()
* @model required="true"
* @generated
*/
String getFilePath();
/**
* Sets the value of the '{@link kieker.analysis.model.analysisMetaModel.MIDependency#getFilePath File Path}' attribute.
*
*
*
* @param value
* the new value of the 'File Path' attribute.
* @see #getFilePath()
* @generated
*/
void setFilePath(String value);
} // MIDependency
© 2015 - 2024 Weber Informatics LLC | Privacy Policy