net.sourceforge.plantuml.api
Interface INumberAnalyzed

All Known Implementing Classes:
NumberAnalyzed

public interface INumberAnalyzed


Method Summary
 int getMax()
           
 int getMean()
           
 int getMin()
           
 int getNb()
           
 int getSum()
           
 

Method Detail

getNb

int getNb()

getSum

int getSum()

getMin

int getMin()

getMax

int getMax()

getMean

int getMean()


Copyright © 2014. All Rights Reserved.