Class NStage
- java.lang.Object
-
- net.sourceforge.plantuml.nwdiag.next.NStage
-
-
Constructor Summary
Constructors Constructor Description NStage(int number)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(NStage other)
static NStage
getMax(NStage stage1, NStage stage2)
static NStage
getMin(NStage stage1, NStage stage2)
int
getNumber()
java.lang.String
toString()
-