Interface PCMRESignature

    • Method Detail

      • 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:
        setSignature(OperationSignature), QualityAnnotationPackage.getPCMRESignature_Signature()
        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:
        getSignature()
        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'"