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:
Generated class or method.
EMF model class or method.
  • Method Details

    • getMappingEntries

      EList getMappingEntries()
      Returns the value of the 'Mapping Entries' containment reference list. The list contents are of type MappingEntry.

      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

      void setIdentity(ValueLiteral value)
      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:
      toString in class Object
      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();'"