Interface PCMREInfrastructureSignature

    • Method Detail

      • setSignature

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

        boolean ThisIsTheLowestInfrastructureHierarchyLevel​(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(PCMREInfrastructureSignature).signature = self.signature)->size() = 1'"