Interface MappingRepository

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier
    All Known Implementing Classes:
    MappingRepositoryImpl

    public interface MappingRepository
    extends de.uka.ipd.sdq.identifier.Identifier
    A representation of the model object 'Repository'.

    The following features are supported:

    See Also:
    MappingPackage.getMappingRepository()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setMarkerLog

        void setMarkerLog​(MarkerLog value)
        Sets the value of the 'Marker Log' containment reference.
        Parameters:
        value - the new value of the 'Marker Log' containment reference.
        See Also:
        getMarkerLog()
        Generated class or method.