net.sourceforge.plantuml.project
Interface Numeric

All Superinterfaces:
Comparable<Numeric>
All Known Implementing Classes:
Instant

public interface Numeric
extends Comparable<Numeric>


Method Summary
 Numeric add(Numeric other)
           
 net.sourceforge.plantuml.project.NumericType getNumericType()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

add

Numeric add(Numeric other)

getNumericType

net.sourceforge.plantuml.project.NumericType getNumericType()


Copyright © 2012. All Rights Reserved.