net.sourceforge.plantuml.project
Class Instant
java.lang.Object
net.sourceforge.plantuml.project.Instant
- All Implemented Interfaces:
- java.lang.Comparable<Numeric>, Numeric
public class Instant
- extends java.lang.Object
- implements Numeric
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Instant
public Instant(Day d)
add
public Numeric add(Numeric other)
- Specified by:
add
in interface Numeric
getNumericType
public net.sourceforge.plantuml.project.NumericType getNumericType()
- Specified by:
getNumericType
in interface Numeric
getDay
public Day getDay()
next
public Instant next(net.sourceforge.plantuml.project.DayClose dayClose)
prev
public Instant prev(net.sourceforge.plantuml.project.DayClose dayClose)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
compareTo
public int compareTo(Numeric other)
- Specified by:
compareTo
in interface java.lang.Comparable<Numeric>
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2011. All Rights Reserved.