|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotYetImplementedException in be.ac.ulg.montefiore.run.totem.repository.tomography |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography that throw NotYetImplementedException | |
---|---|
TrafficMatrix[] |
Tomography.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. |
static void |
Test.main(java.lang.String[] args)
|
Uses of NotYetImplementedException in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation that throw NotYetImplementedException | |
---|---|
LinkLoadData |
Evaluator.constructLinkLoadFromTM(RoutingMatrix a,
TrafficMatrix[] x,
int step)
This method construct a linkLoadData structure associated with a traffic matrix |
Uses of NotYetImplementedException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout that throw NotYetImplementedException | |
---|---|
TrafficMatrix[] |
Fanout.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of NotYetImplementedException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering that throw NotYetImplementedException | |
---|---|
TrafficMatrix[] |
KalmanFiltering.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of NotYetImplementedException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity that throw NotYetImplementedException | |
---|---|
protected LinkTrafficMatrix |
GeneralizedTomogravity.computeTMGravityStep(LinkLoadData snmpData,
int sampleIndex)
This method implement the generalized gravity step for tomogravity method to infer traffic matrix from linkcount in the network |
protected LinkTrafficMatrix |
SimplifiedTomogravity.computeTMGravityStep(LinkLoadData snmpData,
int sampleIndex)
This method implement the simple gravity step for tomogravity method to infer traffic matrix from linkcount in the network |
protected abstract LinkTrafficMatrix |
Tomogravity.computeTMGravityStep(LinkLoadData snmpData,
int sampleIndex)
This method implement the gravity step for tomogravity method to infer traffic matrix from linkcount in the network |
TrafficMatrix[] |
Tomogravity.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of NotYetImplementedException in be.ac.ulg.montefiore.run.totem.repository.tomography.utils |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.utils that throw NotYetImplementedException | |
---|---|
void |
LinkData.addLinkData(LinkData linkToAdd)
This method is used to merge the linkcount array of two link with the same info |
double[] |
LinkLoadData.getDomainMatrix(int stepFromBegining,
Domain domain)
|
double[] |
LinkLoadData.getDomainMatrix(long time,
Domain domain)
|
double |
LinkData.getElement(int timeIndex)
This method can retrieve the link Load of the link at a known time |
double |
LinkLoadData.getElement(int linkIndex,
int index)
Method to retreive the linkCount of the link linkName (index) at the
time time |
double |
LinkLoadData.getElement(int linkIndex,
long time)
Method to retreive the linkCount of the link linkName (index) at the
time time |
double |
LinkLoadData.getElement(java.lang.String linkName,
int index)
Method to retreive the linkCount of the link linkName at the
time time |
double |
LinkLoadData.getElement(java.lang.String linkName,
long time)
Method to retreive the linkCount of the link linkName at the
time time |
double[] |
LinkLoadData.getMatrix(int stepFromBegining)
|
double[] |
LinkLoadData.getMatrix(long time)
|
double |
LinkLoadData.getNodeLoadIn(java.lang.String nodeId,
int index)
|
void |
LinkTrafficMatrix.setElement(int orig,
int dest,
double value)
This method is used to set a cell in the link tm |
void |
LinkLoadData.setNextLink(LinkData link)
Add the link at the next position available in the structure |
Constructors in be.ac.ulg.montefiore.run.totem.repository.tomography.utils that throw NotYetImplementedException | |
---|---|
LinkData(double[] linkLoad,
java.lang.String linkType,
java.lang.String nodeInId,
java.lang.String nodeOutId,
java.lang.String way,
long timeIndex,
int step)
|
|
RrdParser(java.lang.String directory,
long startTime,
int nbSample,
int step,
java.lang.String inbound,
java.lang.String outbound,
java.lang.String typeVal)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |