|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tomography
Interface to implement for all tomography method
Creation date: 9-mar-06
| Method Summary | |
|---|---|
TrafficMatrix[] |
inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
This method is implemented for each new tomography method. |
| Method Detail |
|---|
TrafficMatrix[] inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
throws NotYetImplementedException,
InvalidDomainException,
TrafficMatrixAlreadyExistException,
NodeNotFoundException,
InvalidTrafficMatrixException
domain - the domain where we want to compute the traffic matrixsnmp - A data structure containing all info about link
(snmp data based)a - vector of the routing matrix associated with the method, each
element is a matrix at a time depending of the indexparams - list of parameter particular to the tomograhy method
NotYetImplementedException
InvalidDomainException
TrafficMatrixAlreadyExistException
NodeNotFoundException
InvalidTrafficMatrixException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||