Interface PCMRECIBehavior

    • Method Detail

      • setInternalBehaviour

        void setInternalBehaviour​(org.palladiosimulator.pcm.seff.ResourceDemandingInternalBehaviour value)
        Sets the value of the ' Internal Behaviour' reference.
        Parameters:
        value - the new value of the 'Internal Behaviour' reference.
        See Also:
        getInternalBehaviour()
        Generated class or method.
      • ThisIsTheLowestComponentInternalHierarchyLevel

        boolean ThisIsTheLowestComponentInternalHierarchyLevel​(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(PCMRECIBehavior).internalBehaviour = self.internalBehaviour)->size() = 1'"