Interface Mapping
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
MappingImpl
public interface Mapping extends EObject, org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Mapping'.The following features are supported:
- See Also:
QualityModelPackage.getMapping()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueLiteral
getIdentity()
Returns the value of the 'Identity' containment reference.EList
getMappingEntries()
Returns the value of the 'Mapping Entries' containment reference list.void
setIdentity(ValueLiteral value)
Sets the value of the 'Identity
' containment reference.String
toString()
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getMappingEntries
EList getMappingEntries()
Returns the value of the 'Mapping Entries' containment reference list. The list contents are of typeMappingEntry
.If the meaning of the 'Mapping Entries' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mapping Entries' containment reference list.
- See Also:
QualityModelPackage.getMapping_MappingEntries()
- Generated class or method.
- EMF model class or method.
- type="org.palladiosimulator.qualitymodel.MappingEntry" containment="true"
-
getIdentity
ValueLiteral getIdentity()
Returns the value of the 'Identity' containment reference.If the meaning of the 'Identity' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Identity' containment reference.
- See Also:
setIdentity(ValueLiteral)
,QualityModelPackage.getMapping_Identity()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setIdentity
void setIdentity(ValueLiteral value)
Sets the value of the 'Identity
' containment reference.- Parameters:
value
- the new value of the 'Identity' containment reference.- See Also:
getIdentity()
- Generated class or method.
-
toString
String toString()
- Overrides:
toString
in classObject
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/GenModel body='if (eIsProxy()) return super.toString(); final StringBuilder builder = new StringBuilder(\"Mapping [\"); builder.append(identity instanceof de.uka.ipd.sdq.dsexplore.qml.contract.QMLContract.SetLiteral ? ((de.uka.ipd.sdq.dsexplore.qml.contract.QMLContract.SetLiteral) identity).getValues().get(0).getEntityName() : identity.getId()).append(\",(\"); for (final Object object : mappingEntries) builder.append(object.toString()); return builder.append(\")]\").toString();'"
-
-