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
A representation of the model object 'Mapping'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Identity' containment reference.Returns the value of the 'Mapping Entries' containment reference list.voidsetIdentity(ValueLiteral value) Sets the value of the 'Identity' containment reference.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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- 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:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setIdentity
Sets the value of the 'Identity' containment reference.- Parameters:
value- the new value of the 'Identity' containment reference.- See Also:
- Generated class or method.
-
toString
String toString()- Overrides:
toStringin 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();'"
-