net.sourceforge.plantuml.project
Class Instant
java.lang.Object
net.sourceforge.plantuml.project.Instant
- All Implemented Interfaces:
- Comparable<Numeric>, Numeric
public class Instant
- extends Object
- implements Numeric
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 String toString()
- Overrides:
toString
in class Object
compareTo
public int compareTo(Numeric other)
- Specified by:
compareTo
in interface Comparable<Numeric>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2014. All Rights Reserved.