Interface AssemblyContextSinkConnector

    • Method Detail

      • setSinkAssemblyContext

        void setSinkAssemblyContext​(org.palladiosimulator.pcm.core.composition.AssemblyContext value)
        Sets the value of the 'Sink Assembly Context' reference.
        Parameters:
        value - the new value of the 'Sink Assembly Context' reference.
        See Also:
        getSinkAssemblyContext()
        Generated class or method.
      • getPushesTo

        org.palladiosimulator.pcm.repository.Signature getPushesTo()
        Returns the value of the 'Pushes To' reference. If this is empty, then the connector does not push. If it is set, the connection is pushing.
        Returns:
        the value of the 'Pushes To' reference.
        See Also:
        setPushesTo(Signature), AbstractPackage.getAssemblyContextSinkConnector_PushesTo()
        Generated class or method.
        EMF model class or method.
      • setPushesTo

        void setPushesTo​(org.palladiosimulator.pcm.repository.Signature value)
        Sets the value of the 'Pushes To' reference.
        Parameters:
        value - the new value of the 'Pushes To' reference.
        See Also:
        getPushesTo()
        Generated class or method.
      • setPushing

        void setPushing​(boolean value)
        Sets the value of the 'Pushing' attribute.
        Parameters:
        value - the new value of the 'Pushing' attribute.
        See Also:
        isPushing()
        Generated class or method.