|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataConsistencyException | |
|---|---|
| be.ac.ulg.montefiore.run.totem.topgen.traffic | This package holds traffic generation-related classes. |
| be.ac.ulg.montefiore.run.totem.trafficMatrix.exception | This package holds exceptions for the trafficMatrix package. |
| be.ac.ulg.montefiore.run.totem.trafficMatrix.facade | This package holds the manager for the trafficMatrix package. |
| be.ac.ulg.montefiore.run.totem.trafficMatrix.model | This package holds the model for the trafficMatrix package. |
| be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl | This package holds the implementation of the model for the
trafficMatrix package. |
| Uses of DataConsistencyException in be.ac.ulg.montefiore.run.totem.topgen.traffic |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.topgen.traffic that throw DataConsistencyException | |
|---|---|
TrafficMatrix |
TrafficGenerator.generateTM()
|
| Uses of DataConsistencyException in be.ac.ulg.montefiore.run.totem.trafficMatrix.exception |
|---|
| Subclasses of DataConsistencyException in be.ac.ulg.montefiore.run.totem.trafficMatrix.exception | |
|---|---|
class |
LinkLoadComputerIdException
Thrown when the trying to set a id that has already been set. |
class |
TrafficMatrixIdException
Thrown when the trying to set a TmId that has already been set. |
| Uses of DataConsistencyException in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that throw DataConsistencyException | |
|---|---|
LinkLoadComputer |
LinkLoadComputerManager.addLinkLoadComputer(Domain domain,
TrafficMatrix tm,
TmLoadComputer tlc)
Create a new LinkLoadComputer and add it to the manager with a generated id. |
LinkLoadComputer |
LinkLoadComputerManager.addLinkLoadComputer(Domain domain,
TrafficMatrix tm,
TmLoadComputer tlc,
boolean addAsDefault,
java.lang.String id)
Create a new LinkLoadComputer and add it to the manager with the id id |
void |
LinkLoadComputerManager.removeLinkLoadComputer(LinkLoadComputer llc)
Remove a LinkLoadComputer from the manager. |
| Uses of DataConsistencyException in be.ac.ulg.montefiore.run.totem.trafficMatrix.model |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that throw DataConsistencyException | |
|---|---|
double[] |
LinkLoadComputer.getLoad()
Returns a vector that represent links load. |
double |
LinkLoadComputer.getLoad(Link lnk)
Returns the load calculated for the given link. |
double[] |
LinkLoadComputer.getUtilization()
Returns a vector that represent links utilization. |
double |
LinkLoadComputer.getUtilization(Link lnk)
Returns the utilization calculated for the given link. |
| Uses of DataConsistencyException in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that throw DataConsistencyException | |
|---|---|
double[] |
LinkLoadComputerImpl.getLoad()
|
double |
LinkLoadComputerImpl.getLoad(Link lnk)
|
double[] |
LinkLoadComputerImpl.getUtilization()
|
double |
LinkLoadComputerImpl.getUtilization(Link lnk)
|
| Constructors in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that throw DataConsistencyException | |
|---|---|
LinkLoadComputerImpl(Domain domain,
TmLoadComputer tmlc,
TrafficMatrix tm)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||