Interface PCMREResourceSignature

    • Method Detail

      • getResourceSignature

        org.palladiosimulator.pcm.resourcetype.ResourceSignature getResourceSignature()
        Returns the value of the 'Resource Signature' reference.

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

        Returns:
        the value of the 'Resource Signature' reference.
        See Also:
        setResourceSignature(ResourceSignature), QualityAnnotationPackage.getPCMREResourceSignature_ResourceSignature()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setResourceSignature

        void setResourceSignature​(org.palladiosimulator.pcm.resourcetype.ResourceSignature value)
        Sets the value of the ' Resource Signature' reference.
        Parameters:
        value - the new value of the 'Resource Signature' reference.
        See Also:
        getResourceSignature()
        Generated class or method.
      • ThisIsTheLowestResourceHierarchyLevel

        boolean ThisIsTheLowestResourceHierarchyLevel​(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(PCMREResourceSignature).resourceSignature = self.resourceSignature)->size() = 1'"