Class DataSinkRoleWithContext

    • Constructor Detail

      • DataSinkRoleWithContext

        public DataSinkRoleWithContext​(org.palladiosimulator.indirections.repository.DataChannel dataChannel,
                                       org.palladiosimulator.indirections.repository.DataSinkRole dataSinkRole,
                                       Stack<org.palladiosimulator.pcm.core.composition.AssemblyContext> context)
    • Method Detail

      • hashCode

        @Pure
        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        @Pure
        public boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • getDataChannel

        @Pure
        public org.palladiosimulator.indirections.repository.DataChannel getDataChannel()
      • getDataSinkRole

        @Pure
        public org.palladiosimulator.indirections.repository.DataSinkRole getDataSinkRole()
      • getContext

        @Pure
        public Stack<org.palladiosimulator.pcm.core.composition.AssemblyContext> getContext()