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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<MetricToCsvMapping>
getMappings()
Returns the value of the 'Mappings' containment reference list.MarkerLog
getMarkerLog()
Returns the value of the 'Marker Log' containment reference.void
setMarkerLog(MarkerLog value)
Sets the value of the 'Marker Log
' containment reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getMappings
EList<MetricToCsvMapping> getMappings()
Returns the value of the 'Mappings' containment reference list. The list contents are of typeMetricToCsvMapping
. It is bidirectional and its opposite is 'Repository
'.If the meaning of the 'Mappings' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mappings' containment reference list.
- See Also:
MappingPackage.getMappingRepository_Mappings()
,MetricToCsvMapping.getRepository()
- Generated class or method.
- EMF model class or method.
- opposite="repository" containment="true"
-
getMarkerLog
MarkerLog getMarkerLog()
Returns the value of the 'Marker Log' containment reference. It is bidirectional and its opposite is 'Repository
'.If the meaning of the 'Marker Log' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Marker Log' containment reference.
- See Also:
setMarkerLog(MarkerLog)
,MappingPackage.getMappingRepository_MarkerLog()
,MarkerLog.getRepository()
- Generated class or method.
- EMF model class or method.
- opposite="repository" containment="true" required="true"
-
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.
-
-