|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.domain.model.impl.DomainStatisticsImpl
public class DomainStatisticsImpl
Compute statistcs on a domain
Creation date: 19-Jan-2005 18:40:41
Constructor Summary | |
---|---|
DomainStatisticsImpl(Domain domain)
|
Method Summary | |
---|---|
float |
getBalance()
Returns the Balance of the network (resource-oriented network performance indicator). |
float |
getFairness()
Returns the Fairness of the network (traffic-oriented network performance indicator). |
float |
getLinkUtilisationStandardDeviation()
Returns the Standard Deviation over the utilisation of all the links of this domain |
float |
getPathcost(Lsp lsp)
Returns the pathcost of the lsp given as argument. |
float |
getThroughput()
Returns the Throughput of the network (traffic-oriented network performance indicator). |
float |
getUtilization()
Returns the Utilization of the domain (resource-oriented network performance indicator). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomainStatisticsImpl(Domain domain)
Method Detail |
---|
public float getBalance()
getBalance
in interface DomainStatistics
public float getUtilization()
getUtilization
in interface DomainStatistics
public float getLinkUtilisationStandardDeviation()
getLinkUtilisationStandardDeviation
in interface DomainStatistics
public float getFairness()
getFairness
in interface DomainStatistics
public float getThroughput()
getThroughput
in interface DomainStatistics
public float getPathcost(Lsp lsp)
getPathcost
in interface DomainStatistics
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |