All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
RepositoryImpl

public interface Repository extends EObject
A representation of the model object 'Repository'.

The following features are supported:

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

    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.
    • getImports

      EList<ImportedRepository> getImports()
      Returns the value of the 'Imports' containment reference list. The list contents are of type ImportedRepository.
      Returns:
      the value of the 'Imports' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getTypes

      org.palladiosimulator.pcm.repository.Repository getTypes()
      Returns the value of the 'Types' containment reference.
      Returns:
      the value of the 'Types' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setTypes

      void setTypes(org.palladiosimulator.pcm.repository.Repository value)
      Sets the value of the 'Types' containment reference.
      Parameters:
      value - the new value of the 'Types' containment reference.
      See Also:
      Generated class or method.
    • getElements

      EList<NamedElement> getElements()
      Returns the value of the 'Elements' containment reference list. The list contents are of type NamedElement.
      Returns:
      the value of the 'Elements' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"