Class NStage

java.lang.Object
net.sourceforge.plantuml.nwdiag.next.NStage
All Implemented Interfaces:
java.lang.Comparable<NStage>

public class NStage extends java.lang.Object implements java.lang.Comparable<NStage>
  • Constructor Summary

    Constructors
    Constructor
    Description
    NStage(int number)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    static NStage
    getMax(NStage stage1, NStage stage2)
     
    static NStage
    getMin(NStage stage1, NStage stage2)
     
    int
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NStage

      public NStage(int number)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • compareTo

      public int compareTo(NStage other)
      Specified by:
      compareTo in interface java.lang.Comparable<NStage>
    • getNumber

      public int getNumber()
    • getMin

      public static NStage getMin(NStage stage1, NStage stage2)
    • getMax

      public static NStage getMax(NStage stage1, NStage stage2)