Class StairsPosition
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.StairsPosition
-
- All Implemented Interfaces:
java.lang.Comparable<StairsPosition>
public class StairsPosition extends java.lang.Object implements java.lang.Comparable<StairsPosition>
-
-
Constructor Summary
Constructors Constructor Description StairsPosition(double value, boolean destroy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(StairsPosition other)booleanequals(java.lang.Object obj)doublegetValue()inthashCode()booleanisDestroy()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getValue
public double getValue()
-
compareTo
public int compareTo(StairsPosition other)
- Specified by:
compareToin interfacejava.lang.Comparable<StairsPosition>
-
isDestroy
public boolean isDestroy()
-
-