java.lang.Object
org.palladiosimulator.dataflow.confidentiality.pcm.queryutils.SeffWithContext

@Data public class SeffWithContext extends Object
  • Constructor Details

    • SeffWithContext

      public SeffWithContext(org.palladiosimulator.pcm.seff.ResourceDemandingSEFF seff, Stack<org.palladiosimulator.pcm.core.composition.AssemblyContext> context)
  • Method Details

    • hashCode

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

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

      @Pure public String toString()
      Overrides:
      toString in class Object
    • getSeff

      @Pure public org.palladiosimulator.pcm.seff.ResourceDemandingSEFF getSeff()
    • getContext

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