All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kieker.analysis.model.analysisMetaModel.MIDependency Maven / Gradle / Ivy

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