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

public interface PCMRESignature extends PCMRE
A representation of the model object 'PCMRE Signature'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getSignature

      org.palladiosimulator.pcm.repository.OperationSignature getSignature()
      Returns the value of the 'Signature' reference.

      If the meaning of the 'Signature' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Signature' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setSignature

      void setSignature(org.palladiosimulator.pcm.repository.OperationSignature value)
      Sets the value of the ' Signature' reference.
      Parameters:
      value - the new value of the 'Signature' reference.
      See Also:
      Generated class or method.
    • ThisIsTheLowestComponentHierarchyLevel

      boolean ThisIsTheLowestComponentHierarchyLevel(DiagnosticChain diagnostics, Map<Object,Object> context)
      Parameters:
      diagnostics - The chain of diagnostics to which problems are to be appended.
      context - The cache of context-specific information.
      Generated class or method.
      EMF model class or method.
      annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.childREs->isEmpty()'"
    • EachRETargetMustBeReferencedOnlyFromOneRE

      boolean EachRETargetMustBeReferencedOnlyFromOneRE(DiagnosticChain diagnostics, Map<Object,Object> context)
      Parameters:
      diagnostics - The chain of diagnostics to which problems are to be appended.
      context - The cache of context-specific information.
      Generated class or method.
      EMF model class or method.
      annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.parentRE.childREs->select(pcmre | pcmre.oclAsType(PCMRESignature).signature = self.signature)->size() = 1'"