Class Triple<T,S,R>

java.lang.Object
de.uka.ipd.sdq.dsexplore.helper.Triple<T,S,R>

public class Triple<T,S,R> extends Object
  • Constructor Details

    • Triple

      public Triple()
    • Triple

      public Triple(T first, S second, R third)
  • Method Details

    • getFirst

      public T getFirst()
    • setFirst

      public void setFirst(T first)
    • getSecond

      public S getSecond()
    • setSecond

      public void setSecond(S second)
    • getThird

      public R getThird()
    • setThird

      public void setThird(R third)