Interface FileLevelSourceCodeLink

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
AbstractMethodLevelSourceCodeLink, ControlFlowLevelSourceCodeLink, DataTypeSourceCodeLink, MethodLevelResourceDemandingInternalBehaviorLink, MethodLevelSourceCodeLink
All Known Implementing Classes:
AbstractMethodLevelSourceCodeLinkImpl, ControlFlowLevelSourceCodeLinkImpl, DataTypeSourceCodeLinkImpl, FileLevelSourceCodeLinkImpl, MethodLevelResourceDemandingInternalBehaviorLinkImpl, MethodLevelSourceCodeLinkImpl

public interface FileLevelSourceCodeLink extends EObject
A representation of the model object ' File Level Source Code Link'. Human readable information for the source code link

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getRepositoryComponent

      org.palladiosimulator.pcm.repository.RepositoryComponent getRepositoryComponent()
      Returns the value of the 'Repository Component' reference.

      If the meaning of the 'Repository Component' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Repository Component' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      ordered="false"
    • setRepositoryComponent

      void setRepositoryComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value)
      Sets the value of the 'Repository Component' reference.
      Parameters:
      value - the new value of the 'Repository Component' reference.
      See Also:
      Generated class or method.
    • getFile

      tools.mdsd.jamopp.model.java.containers.CompilationUnit getFile()
      Returns the value of the 'File' reference.

      If the meaning of the 'File' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'File' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      ordered="false"
    • setFile

      void setFile(tools.mdsd.jamopp.model.java.containers.CompilationUnit value)
      Sets the value of the 'File' reference.
      Parameters:
      value - the new value of the 'File' reference.
      See Also:
      Generated class or method.