|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Domain in at.ftw.repository.reopt |
---|
Methods in at.ftw.repository.reopt with parameters of type Domain | |
---|---|
TotemActionList<SetLspReservationAction> |
FTWReopt.calculateInitialSolution(Domain domain,
TrafficMatrix tm,
int profit,
int changeCost)
|
void |
FTWReopt.createDataFile(Domain domain,
TrafficMatrix tm,
int profit,
int changeCost,
boolean isInitialDataFile)
|
TotemActionList<SetLspReservationAction> |
FTWReopt.readCapacitiesFromResultFile(Domain domain,
java.lang.String file)
|
TotemActionList<SetLspReservationAction> |
FTWReopt.reopt(Domain domain,
TrafficMatrix tm,
int profit,
int changeCost)
|
Uses of Domain in be.ac.ucl.ingi.totem.repository |
---|
Methods in be.ac.ucl.ingi.totem.repository with parameters of type Domain | |
---|---|
void |
CBGP.bgpDomainRescan(Domain domain)
Used to rescan the routes after IGP changes |
void |
CBGP.computeIGP(Domain domain)
For each domain, for each node, compute the intradomain routes. |
void |
RttMeasurementRequestGeneration.generateRttMeasurementRequests(Domain domain,
java.lang.String netflowTrafficMatrixFilename,
java.util.Hashtable<java.lang.String,java.lang.String[]> subnetDNS,
CBGP cbgpInstance,
java.util.HashMap clust,
java.lang.String outputBaseDirectory)
Given the specified domain, interdomain traffic matrix and instance of cbgp corresponding to the domain and to which all messages have been passed, this method creates directory outputBaseDirectoyr if it doesn't exist and creates for each egress router in the domain a sub directory containing measurements requests. |
void |
CBGP.updateLinksWeights(Domain domain)
Update Weights in CBGP with TE weights values TODO: solve the problem with asymmetric links |
Uses of Domain in be.ac.ucl.ingi.totem.repository.guiComponents |
---|
Fields in be.ac.ucl.ingi.totem.repository.guiComponents declared as Domain | |
---|---|
Domain |
BGPDomainRecord.domain
|
Constructors in be.ac.ucl.ingi.totem.repository.guiComponents with parameters of type Domain | |
---|---|
BGPDomainRecord(Domain d)
un BGPDomainRecord est un objet représentant un snapshot d'un domaine a un moment donné |
Uses of Domain in be.ac.ucl.poms.repository.model |
---|
Constructors in be.ac.ucl.poms.repository.model with parameters of type Domain | |
---|---|
UpdateIGPWeightsAction(Domain domain,
double[] IGPWeights)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.domain.bgp |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.bgp with parameters of type Domain | |
---|---|
static boolean |
BGPInfoChecker.isIdNaming(Domain domain,
java.lang.String dir)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.domain.diffserv |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.diffserv with parameters of type Domain | |
---|---|
boolean |
RDMModel.checkConstraints(Domain domain,
float[] bc,
float mrbw)
Check that classtypes are all present from 0 to nbCT. BC(x) <= BC(x-1), for all x: 1 <= x <= maxCT BC0 = mrbw |
boolean |
MAMModel.checkConstraints(Domain domain,
float[] bc,
float mrbw)
Every bandwidth constraint should be inferior or equal to the maximum reservable bandwidth |
boolean |
DiffServModel.checkConstraints(Domain domain,
float[] bc,
float mrbw)
Check that the given constraints are set correctly for the given domain (right number of constraints, ...) |
float[] |
RDMModel.getReservableBandwidth(Domain domain,
float[] bc,
float[] reservedBwArray,
float mrbw)
Computes the reservable bandwidth array in the following way: |
float[] |
MAMModel.getReservableBandwidth(Domain domain,
float[] bc,
float[] reservedBwArray,
float mrbw)
Computes the reservable bandwidth array in the following way: |
float[] |
DiffServModel.getReservableBandwidth(Domain domain,
float[] bc,
float[] reservedBwArray,
float mrbw)
Returns an array representing the reservable bandwidth at each of the priority level. |
float |
RDMModel.getReservableBandwidth(Domain domain,
int priority,
float[] bc,
float[] reservedBwArray,
float mrbw)
Computes the reservable bandwidth in the following way: |
float |
MAMModel.getReservableBandwidth(Domain domain,
int priority,
float[] bc,
float[] reservedBwArray,
float mrbw)
Returns the reservable bandwidth at a given priority level given the constraints and the reserved bandwidth. |
float |
DiffServModel.getReservableBandwidth(Domain domain,
int priority,
float[] bc,
float[] reservedBwArray,
float mrbw)
Returns the reservable bandwidth at a given priority level given the constraints and the reserved bandwidth. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.domain.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.facade that return Domain | |
---|---|
Domain[] |
InterDomainManager.getAllDomains()
|
Domain |
InterDomainManager.getDefaultDomain()
Return the default domain |
Domain |
InterDomainManager.getDomain(int ASID)
Return the domain with ASID as autonomous system ID |
Domain |
InterDomainManager.loadDomain(java.io.InputStream is,
boolean isDefaultDomain)
|
Domain |
InterDomainManager.loadDomain(java.lang.String fileName,
boolean isDefaultDomain,
boolean removeMultipleLinks)
Load a domain from a file |
Domain |
InterDomainManager.loadDomain(java.lang.String fileName,
boolean isDefaultDomain,
boolean removeMultipleLinks,
boolean useBwSharing)
Load a domain from a file |
Domain |
InterDomainManager.loadDomain(java.lang.String host,
int port,
boolean isDefaultDomain,
boolean removeMultipleLinks,
boolean useBwSharing)
Load a domain from network. |
Methods in be.ac.ulg.montefiore.run.totem.domain.facade with parameters of type Domain | |
---|---|
void |
InterDomainManager.addDomain(Domain domain)
Adds the domain domain to the InterDomainManager . |
void |
InterDomainManagerListener.addDomainEvent(Domain domain)
A new domain added. |
void |
InterDomainManagerListener.changeDefaultDomainEvent(Domain domain)
The default domain has changed for the specified domain. |
protected void |
InterDomainManagerObserver.notifyAddDomain(Domain domain)
A new domain added. |
protected void |
InterDomainManagerObserver.notifyChangeDefaultDomain(Domain domain)
The default domain has changed for the specified domain. |
protected void |
InterDomainManagerObserver.notifyRemoveDomain(Domain domain)
A domain removed. |
void |
InterDomainManagerListener.removeDomainEvent(Domain domain)
A domain removed. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.domain.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model that return Domain | |
---|---|
Domain |
DomainElement.getDomain()
returns the associated domain |
Methods in be.ac.ulg.montefiore.run.totem.domain.model with parameters of type Domain | |
---|---|
void |
Lsp.init(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.domain.model.impl |
---|
Fields in be.ac.ulg.montefiore.run.totem.domain.model.impl declared as Domain | |
---|---|
protected Domain |
DiffServBandwidthManagement.domain
|
protected Domain |
BandwidthSharingBandwidthManagement.domain
|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return Domain | |
---|---|
Domain |
NodeInterfaceImpl.getDomain()
|
Domain |
LspImpl.getDomain()
|
Domain |
LinkImpl.getDomain()
|
Domain |
NodeImpl.getDomain()
|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type Domain | |
---|---|
void |
LspImpl.init(Domain domain)
Initialise the LSP : set a reference to the domain and create the LSP path. |
void |
LinkImpl.init(Domain domain)
Initialize a link. |
void |
NodeImpl.init(Domain domain)
|
void |
NodeInterfaceImpl.setDomain(Domain domain)
|
void |
LspImpl.setDomain(Domain domain)
Set the domain reference |
void |
NodeImpl.setDomain(Domain domain)
Set the domain |
Constructors in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type Domain | |
---|---|
BandwidthSharingBandwidthManagement(Domain domain)
Create a new BandwidthSharingBandwidthManagement object to use with the given domain. |
|
BandwidthSharingBandwidthManagement(Domain domain,
BandwidthSharingTopologyData topoData)
Creates a new BandwidthSharingBandwidthManagement object to use with the given domain. |
|
DiffServBandwidthManagement(Domain domain)
Create a new DiffServBandwidthManagement object to use with the given domain. |
|
DiffServBandwidthManagementSnapshot(Domain domain)
Create a new DiffServBandwidthManagement object to use with the given domain. |
|
DomainChangeObserverImpl(Domain domain)
|
|
DomainConvertorImpl(Domain domain)
Create all the conversion table from a domain |
|
DomainStatisticsImpl(Domain domain)
|
|
DomainValidatorImpl(Domain domain)
|
|
FastRerouteSwitchingMethod(Domain domain)
|
|
LinkImpl(Domain domain,
java.lang.String id,
java.lang.String src,
java.lang.String dst,
float bandwidth)
Basic constructor |
|
LspImpl(Domain domain,
java.lang.String id,
float reservation,
Path path)
Basic constructor to create a LSP with a bandwidth and a path |
|
LspImpl(Domain domain,
java.lang.String backupId,
float bw,
Path path,
java.util.Collection<Link> protectedLinks)
Advanced constructor to create a backup bypass lsp. |
|
LspImpl(Domain domain,
java.lang.String backupId,
float bw,
Path path,
java.util.Collection<Link> protectedLinks,
int classType)
Advanced constructor to create a backup bypass lsp, specifying the classtype |
|
LspImpl(Domain domain,
java.lang.String backupId,
float bw,
Path path,
java.util.Collection<Link> protectedLinks,
int classType,
int holdingPreemption,
int setupPreemption)
Advanced constructor to create a backup bypass lsp, specifying diffserv parameters |
|
LspImpl(Domain domain,
java.lang.String id,
float reservation,
Path path,
int classType,
int holdingPreemption,
int setupPreemption)
More advanced constructor to create a primary lsp with all diffserv parameters. |
|
LspImpl(Domain domain,
java.lang.String protectedLspId,
java.lang.String backupId,
Path path,
LspBackupType lspBackupType,
java.util.Collection<Link> protectedLinks)
Advanced constructor to create a detour backup lsp. |
|
NodeImpl(Domain domain,
java.lang.String nodeId)
Create a node |
|
NodeInterfaceImpl(Domain domain,
Node node,
java.lang.String nodeInterfaceId)
|
|
PathImpl(Domain domain)
|
|
SimpleBandwidthSharingTopologyData(Domain domain)
|
|
SPFCacheImpl(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.domain.persistence |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.persistence that return Domain | |
---|---|
static Domain |
DomainFactory.loadDistantDomain(java.lang.String host,
boolean removeMultipleLink,
boolean useBwSharing)
|
static Domain |
DomainFactory.loadDistantDomain(java.lang.String host,
int port)
|
static Domain |
DomainFactory.loadDistantDomain(java.lang.String host,
int port,
boolean removeMultipleLink,
boolean useBwSharing)
|
static Domain |
DomainFactory.loadDomain(java.io.InputStream is)
|
static Domain |
DomainFactory.loadDomain(java.io.InputStream is,
boolean removeMultipleLink,
boolean useBwSharing)
|
static Domain |
DomainFactory.loadDomain(java.lang.String fileName)
Load a domain from a file not removing multiple links nor using BwSharing |
static Domain |
DomainFactory.loadDomain(java.lang.String fileName,
boolean removeMultipleLink,
boolean useBwSharing)
Load a domain from a file |
Methods in be.ac.ulg.montefiore.run.totem.domain.persistence with parameters of type Domain | |
---|---|
static void |
DomainFactory.saveDomain(java.lang.String fileName,
Domain domain)
Save a domain to a file |
Uses of Domain in be.ac.ulg.montefiore.run.totem.domain.simplifiedDomain |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.simplifiedDomain with parameters of type Domain | |
---|---|
static SimplifiedDomain |
SimplifiedDomainBuilder.build(Domain domain)
Build a SimplifiedDomain from a Domain |
Path |
SimplifiedPath.convert(Domain domain)
|
static void |
SimplifiedDomainBuilder.upload(SimplifiedDomain sDomain,
Domain domain)
Upload a SimplifiedDomain in a Domain. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo.SimulatedAnnealingConcepts |
---|
Constructors in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo.SimulatedAnnealingConcepts with parameters of type Domain | |
---|---|
LinkLoads(Domain domain)
|
|
LinksWeightSolution(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo.SimulatedAnnealingConcepts.NeighborFunction |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo.SimulatedAnnealingConcepts.NeighborFunction with parameters of type Domain | |
---|---|
void |
BGPAwareNeighborFunction.init(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo.SimulatedAnnealingConcepts.ObjectiveFunctions |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo.SimulatedAnnealingConcepts.ObjectiveFunctions with parameters of type Domain | |
---|---|
double |
Delay.getValue(LinkLoads linkLoads,
Domain domain,
boolean includeInterDomainLinks,
boolean avoidHPReroutings)
|
abstract double |
BGPAwareObjectiveFunction.getValue(LinkLoads linkLoads,
Domain domain,
boolean includeInterDomainLinks,
boolean avoidHPReroutings)
|
double |
Fortz.getValue(LinkLoads linkLoads,
Domain domain,
boolean includeInterDomainLinks,
boolean avoidHPReroutings)
|
double |
MaxUtil.getValue(LinkLoads linkLoads,
Domain domain,
boolean includeInterDomainLinks,
boolean avoidHPReroutings)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.CSPF |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.CSPF with parameters of type Domain | |
---|---|
protected java.util.HashMap<java.lang.String,CSPFElem> |
CSPF.computeCSPF(Domain domain,
int priority,
Node srcNode,
Node dstNode,
float bw,
boolean stopToSourceOrDestination,
boolean computeFromSourceToDestination)
Computes the CSPF between a source node and a destination node with a bandwidth requirement |
java.util.List<Path> |
CSPF.computeFullMeshSPF(Domain domain)
|
java.util.List<Path> |
Bhandari.computeFullMeshSPF(Domain domain)
Compute the SPF from all source nodes to all destination nodes on the given domain |
java.util.List<Path> |
CSPF.computeFullMeshSPF(Domain domain,
boolean ECMP)
|
java.util.List<Path> |
Bhandari.computeFullMeshSPF(Domain domain,
boolean ECMP)
|
java.util.List<Path> |
CSPF.computeSPF(Domain domain,
boolean isSource,
java.lang.String node)
|
java.util.List<Path> |
Bhandari.computeSPF(Domain domain,
boolean isSource,
java.lang.String node)
|
java.util.List<Path> |
CSPF.computeSPF(Domain domain,
boolean isSource,
java.lang.String node,
boolean ECMP)
|
java.util.List<Path> |
Bhandari.computeSPF(Domain domain,
boolean isSource,
java.lang.String node,
boolean ECMP)
|
java.util.List<Path> |
CSPF.computeSPF(Domain domain,
java.lang.String src)
|
java.util.List<Path> |
Bhandari.computeSPF(Domain domain,
java.lang.String src)
Compute the SPF from a source node to all destination nodes on the given domain |
java.util.List<Path> |
CSPF.computeSPF(Domain domain,
java.lang.String src,
boolean ECMP)
|
java.util.List<Path> |
Bhandari.computeSPF(Domain domain,
java.lang.String src,
boolean ECMP)
|
Path |
CSPF.computeSPF(Domain domain,
java.lang.String src,
java.lang.String dst)
|
Path |
Bhandari.computeSPF(Domain domain,
java.lang.String src,
java.lang.String dst)
Compute the SPF from a source node to a destination node on the given domain |
java.util.List<Path> |
CSPF.computeSPF(Domain domain,
java.lang.String src,
java.lang.String dst,
boolean ECMP)
|
java.util.List<Path> |
Bhandari.computeSPF(Domain domain,
java.lang.String src,
java.lang.String dst,
boolean ECMP)
Computes the shortest path between two nodes. |
protected java.util.List<Path> |
CSPF.extractPath(Domain domain,
java.util.HashMap<java.lang.String,CSPFElem> path,
Node node,
boolean ECMP,
boolean computeFromSourceToDestination)
|
protected java.util.List<Path> |
CSPF.extractPath(Domain domain,
java.util.HashMap<java.lang.String,CSPFElem> path,
Node srcNode,
Node dstNode,
boolean ECMP,
boolean computeFromSourceToDestination)
|
protected void |
CSPF.initComputation(Domain domain)
|
TotemActionList |
CSPF.routeBypass(Domain domain,
LSPBypassRoutingParameter param)
Computes a bypass based on the specified parameters. |
TotemActionList |
CSPF.routeDetour(Domain domain,
LSPDetourRoutingParameter param)
Computes a detour backup for a LSP. |
TotemActionList |
CSPF.routeLSP(Domain domain,
LSPPrimaryRoutingParameter param)
|
TotemActionList |
CSPF.routeNLSP(Domain domain,
java.util.List<LSPPrimaryRoutingParameter> param)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.DAMOTE |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.DAMOTE with parameters of type Domain | |
---|---|
TotemActionList |
DAMOTE.routeDetour(Domain dom,
LSPDetourRoutingParameter param)
Computes a global detour or local detours for a primary LSP |
TotemActionList |
DAMOTE.routeLSP(Domain dom,
LSPPrimaryRoutingParameter param)
Computes a path with DAMOTE for one demand from a source node to a destination node with a bandwidth requirement |
TotemActionList |
DAMOTE.routeNLSP(Domain dom,
java.util.List<LSPPrimaryRoutingParameter> param)
Computes paths with DAMOTE for a list of demands. |
Constructors in be.ac.ulg.montefiore.run.totem.repository.DAMOTE with parameters of type Domain | |
---|---|
DAMOTEChangeListener(Domain domain,
DAMOTE instance)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy that return Domain | |
---|---|
Domain |
StrategyOneDomainPerDayBasedOnOnePassedTm.tmAndDomain.getDomain()
|
Methods in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy with parameters of type Domain | |
---|---|
abstract void |
StrategyOneDomainPerDayBasedOnPassedTms.recordValues(float[] absoluteLinkLoads,
TrafficMatrix currentTm,
Domain domain)
|
void |
StrategyOneDomainPerDayBasedOnOnePassedTm.recordValues(float[] absoluteLinkLoads,
TrafficMatrix currentTm,
Domain domain)
|
RecordedTEMetrics[] |
Strategy.runDynamicStrategy(ListOfTrafficMatrices tms,
Domain domain)
|
RecordedTEMetrics[] |
StrategyOneDomainPerDay.runDynamicStrategy(ListOfTrafficMatrices tms,
Domain domain)
|
Constructors in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy with parameters of type Domain | |
---|---|
StrategyBasedOnDomain(Domain domain,
RoutingAlgorithmsBasedOnDomain algo)
|
|
StrategyBasedOnNextTm(Domain domain,
RoutingAlgorithmsBasedOnOneTm algo)
|
|
StrategyBasedOnOnePassedTm(java.util.Calendar period,
int strategy,
Domain domain,
RoutingAlgorithmsBasedOnOneTm algo)
|
|
StrategyBasedOnPassedTms(java.util.Calendar period,
Domain domain)
|
|
StrategyOneDomainPerDayBasedOnDomain(Domain domain,
RoutingAlgorithmsBasedOnDomain algo,
java.lang.String domainNamePrefix)
|
|
StrategyOneDomainPerDayBasedOnNextTm(Domain domain,
RoutingAlgorithmsBasedOnOneTm algo,
java.lang.String domainNamePrefix)
|
|
StrategyOneDomainPerDayBasedOnOnePassedTm(java.util.Calendar period,
int strategy,
Domain domain,
RoutingAlgorithmsBasedOnOneTmOneDomainPerDay algo,
java.lang.String domainNamePrefix)
|
|
StrategyOneDomainPerDayBasedOnPassedTms(java.util.Calendar period,
Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.Metrics |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.Metrics with parameters of type Domain | |
---|---|
void |
RecordedTEMetrics.addValue(java.util.Calendar date,
Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
TEMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
ABWminTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
Uper10TeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
UmaxInterTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
LmeanTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
ABWminIntraTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
Uper10IntraTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
UmaxTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
LmeanIntraTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
UmaxIntraTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
UmeanTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
java.lang.Float |
UmeanIntraTeMetric.getMetricValue(Domain domain,
float[] absoluteLinkLoads)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.RoutingAlgorithms |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.RoutingAlgorithms with parameters of type Domain | |
---|---|
RoutingMatrix |
ActualWeightRouting.computeRouting(Domain domain)
|
RoutingMatrix |
InvCapRouting.computeRouting(Domain domain)
|
RoutingMatrix |
ActualWeightRoutingOneDomainPerDay.computeRouting(Domain domain)
|
RoutingMatrix |
InvCapRoutingOneDomainPerDay.computeRouting(Domain domain)
|
RoutingMatrix |
HopCountRouting.computeRouting(Domain domain)
|
RoutingMatrix |
RoutingAlgorithmsBasedOnDomain.computeRouting(Domain domain)
|
RoutingMatrix |
IGPWOOneTm.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
ActualWeightRoutingOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
InvCapRoutingOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
IGPWOOneTmOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
BGPAwareIGPWOOneTm.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
RoutingAlgorithmsBasedOnOneTm.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
OptDivideTmRouting.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
BGPAwareIGPWOOneTmOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
RoutingAlgorithmsBasedOnOneTmOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm)
|
RoutingMatrix |
ActualWeightRoutingOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm,
Domain RoutingMatrixDomain)
|
RoutingMatrix |
InvCapRoutingOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm,
Domain RoutingMatrixDomain)
|
RoutingMatrix |
IGPWOOneTmOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm,
Domain RoutingMatrixDomain)
|
RoutingMatrix |
BGPAwareIGPWOOneTmOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm,
Domain RoutingMatrixDomain)
|
RoutingMatrix |
RoutingAlgorithmsBasedOnOneTmOneDomainPerDay.computeRouting(Domain domain,
TrafficMatrix tm,
Domain RoutingMatrixDomain)
|
protected void |
OptDivideTmRouting.computeRoutingMatrix(Domain domain,
RoutingMatrix routingMatrix,
SPF spf,
int N)
|
Constructors in be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.RoutingAlgorithms with parameters of type Domain | |
---|---|
BGPAwareIGPWOOneTm(Domain domain,
boolean interDomainTe)
|
|
BGPAwareIGPWOOneTmOneDomainPerDay(Domain domain,
boolean interDomainTe)
|
|
IGPWOOneTm(Domain domain)
|
|
IGPWOOneTmOneDomainPerDay(Domain domain)
|
|
RoutingMatrix(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.model |
---|
Fields in be.ac.ulg.montefiore.run.totem.repository.model declared as Domain | |
---|---|
protected Domain |
AddLspAction.domain
|
Methods in be.ac.ulg.montefiore.run.totem.repository.model with parameters of type Domain | |
---|---|
java.util.List<Path> |
SPF.computeFullMeshSPF(Domain domain)
Computes a unique shortest path between all nodes in the topology |
java.util.List<Path> |
SPF.computeFullMeshSPF(Domain domain,
boolean ECMP)
Computes the shortest paths between all nodes in the topology |
java.util.List<Path> |
SPF.computeSPF(Domain domain,
boolean isSource,
java.lang.String node)
Computes a unique shortest path from (resp. |
java.util.List<Path> |
SPF.computeSPF(Domain domain,
boolean isSource,
java.lang.String node,
boolean ECMP)
Computes the shortest paths from (resp. |
java.util.List<Path> |
SPF.computeSPF(Domain domain,
java.lang.String src)
Computes a unique shortest path from a source node to all destination node |
java.util.List<Path> |
SPF.computeSPF(Domain domain,
java.lang.String src,
boolean ECMP)
Computes the shortest paths from a source node to all destination node |
Path |
SPF.computeSPF(Domain domain,
java.lang.String src,
java.lang.String dst)
Computes a unique shortest path between two nodes |
java.util.List<Path> |
SPF.computeSPF(Domain domain,
java.lang.String src,
java.lang.String dst,
boolean ECMP)
Computes the shortest path between two nodes. |
TotemActionList |
LSPBypassRouting.routeBypass(Domain domain,
LSPBypassRoutingParameter param)
Computes a bypass based on the specified parameters. |
TotemActionList |
LSPDetourRouting.routeDetour(Domain domain,
LSPDetourRoutingParameter param)
Computes a detour backup for a LSP |
TotemActionList |
LSPPrimaryRouting.routeLSP(Domain domain,
LSPPrimaryRoutingParameter param)
Computes a path for a LSP |
TotemActionList |
LSPPrimaryRouting.routeNLSP(Domain domain,
java.util.List<LSPPrimaryRoutingParameter> param)
Computes paths for a list of LSPs specified by a list of LSPPrimaryRoutingParameter |
Constructors in be.ac.ulg.montefiore.run.totem.repository.model with parameters of type Domain | |
---|---|
AddLspAction(Domain domain,
Lsp lsp)
Creates an AddLspAction |
|
PreemptLspsAction(Domain domain,
java.util.List<java.lang.String> lsps)
|
|
TriggerRerouteLspsAction(Domain domain,
java.util.List<Lsp> lsps)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.MplsRouting |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.MplsRouting with parameters of type Domain | |
---|---|
float[] |
MplsRouting.compute(Domain domain,
TrafficMatrix tm)
Compute the link utilisation produce by the Mpls Routing using glpsol |
void |
MplsRouting.createDataFile(Domain domain,
TrafficMatrix tm)
Create the data file |
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow with parameters of type Domain | |
---|---|
java.lang.String |
MultiCommodityFlow.createMCFMinMaxUtilDataFile(Domain domain,
TrafficMatrix tm)
Create the data file |
Constructors in be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow with parameters of type Domain | |
---|---|
MultiCommodityFlow(Domain domain,
TrafficMatrix tm)
|
|
MultiCommodityFlow(Domain domain,
TrafficMatrix tm,
java.lang.String dataFile,
java.lang.String resultFile)
Specify a data file and a result file |
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.optDivideTM |
---|
Constructors in be.ac.ulg.montefiore.run.totem.repository.optDivideTM with parameters of type Domain | |
---|---|
OptDivideTMLoadComputer(Domain domain,
TrafficMatrix tm)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model with parameters of type Domain | |
---|---|
float[] |
LinkLoadComputation.computeLinkLoad(Domain domain,
TrafficMatrix tm,
java.util.List<ExtendedLsp> lspList)
|
Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model with parameters of type Domain | |
---|---|
ExtendedLsp(Domain domain,
java.lang.String id,
float reservation,
Path path,
FEC fec)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation |
---|
Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation with parameters of type Domain | |
---|---|
LongRunSPFSimulation(Domain domain,
java.lang.String tmDirName,
java.lang.String outFileName,
boolean ECMP,
SPF spf)
|
|
TrafficMatrixAnalyser(Domain domain,
java.lang.String tmDirName,
java.lang.String reportName)
|
|
TrafficReport(Domain domain,
java.lang.String tmDirName,
java.lang.String reportName)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.tomography |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography with parameters of type Domain | |
---|---|
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. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation with parameters of type Domain | |
---|---|
TrafficMatrix |
Evaluator.bias(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the absolute sample bias of an estimator for each flow |
TrafficMatrix |
Evaluator.errStd(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the standard deviation the estimator for each flow, that represent the error in term of bias and variance |
TrafficMatrix |
Evaluator.relL2SP(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the relative L2 Norm, representing the spacial error, it's an error metric per OD flow that summarize its errors over its lifetime Traffic matrices have the same size |
double[] |
Evaluator.relL2T(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the relative L2 Norm, representing the temporal error i.e. |
Constructors in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation with parameters of type Domain | |
---|---|
Evaluator(TrafficMatrix[] est,
TrafficMatrix[] real,
Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout with parameters of type Domain | |
---|---|
TrafficMatrix[] |
Fanout.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering with parameters of type Domain | |
---|---|
TrafficMatrix[] |
KalmanFiltering.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity |
---|
Fields in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity declared as Domain | |
---|---|
protected Domain |
Tomogravity.domain
|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity with parameters of type Domain | |
---|---|
TrafficMatrix[] |
Tomogravity.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.repository.tomography.utils |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.utils with parameters of type Domain | |
---|---|
TrafficMatrix |
ColtConverter.coltToTraffixMatrix(Domain domain,
RoutingMatrix routMat,
cern.colt.matrix.DoubleMatrix1D tm)
Convert a colt matrix into a trafficMatrix |
void |
ColtConverter.coltToTraffixMatrix(Domain domain,
RoutingMatrix routMat,
cern.colt.matrix.DoubleMatrix1D tm,
TrafficMatrix ref)
|
TrafficMatrix |
LinkTrafficMatrix.convertToNodeTM(Domain domain)
This method convert the link traffic matrix in a node traffic matrix |
double[] |
LinkLoadData.getDomainMatrix(int stepFromBegining,
Domain domain)
|
double[] |
LinkLoadData.getDomainMatrix(long time,
Domain domain)
|
TrafficMatrix |
RealTMLoader.loadTM(java.lang.String fileName,
Domain domain)
|
TrafficMatrix[] |
RealTMLoader.loadTMInterval(java.lang.String directory,
int nbTM,
long timeOfFirst,
Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.topgen.topology |
---|
Methods in be.ac.ulg.montefiore.run.totem.topgen.topology that return types with arguments of type Domain | |
---|---|
java.util.List<Domain> |
WrapperBrite.generate()
|
java.util.List<Domain> |
TopologyGenerator.generate()
This method generates topology with the setted parameters. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.topgen.traffic |
---|
Fields in be.ac.ulg.montefiore.run.totem.topgen.traffic declared as Domain | |
---|---|
protected Domain |
AbstractTrafficGenerator.domain
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.topgen.util |
---|
Methods in be.ac.ulg.montefiore.run.totem.topgen.util that return Domain | |
---|---|
static Domain |
Converter.briteTopologyToDomain(Topology.Topology topology,
boolean linksDirected,
int metric)
This method parses a Topology object that is in BRITE
format and returns a Domain object that contains the same
information. |
Constructors in be.ac.ulg.montefiore.run.totem.topgen.util with parameters of type Domain | |
---|---|
BooleanRoutingMatrix(Domain domain)
Initialises and computes a newly created routing matrix for the domain domain according to the SPF algorithm. |
|
BooleanRoutingMatrix(SPF spf,
Domain domain,
boolean stopOnError)
Initialises and computes a newly created routing matrix for the domain domain according to the SPF algorithm. |
|
RealRoutingMatrix(Domain domain)
|
|
RealRoutingMatrix(Domain domain,
SPF spf,
boolean stopOnError,
boolean ECMP)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade with parameters of type Domain | |
---|---|
void |
TrafficMatrixManager.addDomainEvent(Domain domain)
A new domain added. |
void |
LinkLoadComputerManager.addDomainEvent(Domain domain)
|
void |
TrafficMatrixManager.changeDefaultDomainEvent(Domain domain)
The default domain has changed for the specified domain. |
void |
LinkLoadComputerManager.changeDefaultDomainEvent(Domain domain)
|
java.lang.String |
LinkLoadComputerManager.generateId(Domain domain)
Generates an unique string id for the specified domain. |
java.lang.String |
LinkLoadComputerManager.generateId(Domain domain,
java.lang.String prefix)
Generates an unused id for the specified domain, starting with the given prefix. |
LinkLoadComputer |
LinkLoadComputerManager.getDefaultLinkLoadComputer(Domain domain)
Returns the default LinkLoadComputer for the specified domain. |
java.lang.String |
LinkLoadComputerManager.getDefaultLinkLoadComputerId(Domain domain)
Returns the id of the default LinkLoadComputer of the given domain. |
LinkLoadComputer |
LinkLoadComputerManager.getLinkLoadComputer(Domain domain,
java.lang.String id)
Returns the LinkLoadComputer corresponding to the given id. |
java.util.Set<java.lang.String> |
LinkLoadComputerManager.getLinkLoadComputerIds(Domain domain)
Returns a set of all ids associated with the given domain |
java.util.Set<LinkLoadComputer> |
LinkLoadComputerManager.getLinkLoadComputers(Domain domain)
Returns a set of LinkLoadComputer for the given domain. |
java.util.Set<Pair<java.lang.String,LinkLoadComputer>> |
LinkLoadComputerManager.getLinkLoadComputersWithId(Domain domain)
Returns a set of all LinkLoadComputers of the given domain and their id. |
void |
TrafficMatrixManager.removeDomainEvent(Domain domain)
A domain removed. |
void |
LinkLoadComputerManager.removeDomainEvent(Domain domain)
|
void |
LinkLoadComputerManager.removeLinkLoadComputer(Domain domain,
java.lang.String id)
Remove a LinkLoadComputer corresponding to the given id from the manager and destroys it, after signaling the event LinkLoadComputerManagerObserver.notifyRemoveLinkLoadComputer(be.ac.ulg.montefiore.run.totem.trafficMatrix.model.LinkLoadComputer) . |
void |
LinkLoadComputerManager.setDefaultLinkLoadComputer(Domain domain,
java.lang.String id)
Sets the LinkLoadComputer identified by id as the default one. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.trafficMatrix.generation |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.generation that return Domain | |
---|---|
Domain |
POPPOPTrafficMatrixGeneration.getDomain()
|
Domain |
InterDomainTrafficMatrixGeneration.getDomain()
|
Constructors in be.ac.ulg.montefiore.run.totem.trafficMatrix.generation with parameters of type Domain | |
---|---|
InterDomainTrafficMatrixGeneration(Domain domain)
|
|
InterDomainTrafficMatrixGeneration(Domain domain,
int minutes,
int samplingRate)
|
|
POPPOPTrafficMatrixGeneration(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.trafficMatrix.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that return Domain | |
---|---|
Domain |
LinkLoadComputer.getDomain()
Returns the domain associated. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl |
---|
Fields in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl declared as Domain | |
---|---|
protected Domain |
AbstractLinkLoadComputer.domain
The associated domain |
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that return Domain | |
---|---|
Domain |
AbstractLinkLoadComputer.getDomain()
|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl with parameters of type Domain | |
---|---|
static void |
SPFLinkLoadStrategy.calculateLoads(Domain domain,
TrafficMatrix tm,
double[] loads,
java.util.List<java.util.List<Link>> links,
float fraction,
int src,
int dst)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.facade that return Domain | |
---|---|
Domain |
GUIManager.getCurrentDomain()
Returns the Domain currently loaded in the GUI |
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.facade with parameters of type Domain | |
---|---|
void |
GUIManager.openDomain(Domain domain)
Load given domain in the InterDomainManager and Display it in the GUI If domain is null, do nothing. |
void |
GUIManager.openDomainReplace(Domain domain)
Load given domain in the InterDomainManager and Display it in the GUI. |
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.graph |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.graph that return Domain | |
---|---|
Domain |
DomainGraph.getDomain()
|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.graph with parameters of type Domain | |
---|---|
void |
GraphManager.addDomainEvent(Domain domain)
|
void |
GraphManager.changeDefaultDomainEvent(Domain domain)
|
void |
GraphManager.removeDomainEvent(Domain domain)
|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.graph with parameters of type Domain | |
---|---|
DomainGraph(Domain domain)
|
|
GraphAspectFunctions.EdgeAspectFunction(Domain domain)
|
|
MyPluggableRenderer(Domain domain)
|
|
MyVisualizationViewer(edu.uci.ics.jung.visualization.Layout layout,
edu.uci.ics.jung.visualization.Renderer r,
Domain domain,
java.awt.Dimension size)
|
|
MyWidthCalculator(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents with parameters of type Domain | |
---|---|
void |
ColorMeaningPanel.addDomainEvent(Domain domain)
|
void |
MainWindow.addDomainEvent(Domain domain)
|
void |
RMguiMatrixHandler.addDomainEvent(Domain domain)
|
void |
DomainHandler.addDomainEvent(Domain domain)
|
void |
ColorMeaningPanel.changeDefaultDomainEvent(Domain domain)
|
void |
MainWindow.changeDefaultDomainEvent(Domain domain)
|
void |
RMguiMatrixHandler.changeDefaultDomainEvent(Domain domain)
|
void |
DomainHandler.changeDefaultDomainEvent(Domain domain)
|
void |
ColorMeaningPanel.removeDomainEvent(Domain domain)
|
void |
MainWindow.removeDomainEvent(Domain domain)
|
void |
RMguiMatrixHandler.removeDomainEvent(Domain domain)
|
void |
DomainHandler.removeDomainEvent(Domain domain)
|
void |
LinkInfoPanel.setDomain(Domain domain)
|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents with parameters of type Domain | |
---|---|
LinkInfoPanel(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables |
---|
Fields in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables declared as Domain | |
---|---|
protected Domain |
DomainTableModel.domain
|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables that return Domain | |
---|---|
Domain |
DomainTableModel.getDomain()
|
Domain |
DomainTable.getDomain()
|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables with parameters of type Domain | |
---|---|
void |
LinkLoadInfoPanel.setDomain(Domain domain)
Change the domain |
void |
DomainTableModel.setDomain(Domain domain)
|
void |
DomainTable.setDomain(Domain domain)
|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables with parameters of type Domain | |
---|---|
LinkDomainTable(Domain domain)
|
|
LinkLoadInfoPanel(Domain domain)
|
|
LspDomainTable(Domain domain)
|
|
NodeDomainTable(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.stats |
---|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.stats with parameters of type Domain | |
---|---|
NetworkStatTabbedPane(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule with parameters of type Domain | |
---|---|
void |
MultipleBypassDialog.addDomainEvent(Domain domain)
|
void |
BypassLSPAdder.addDomainEvent(Domain domain)
|
void |
MultipleBypassDialog.changeDefaultDomainEvent(Domain domain)
|
void |
BypassLSPAdder.changeDefaultDomainEvent(Domain domain)
|
LinkLoadStrategy |
IGPRoutingOptionsPanel.getStrategy(Domain domain)
Create the link load strategy corresponding to the chosen options. |
void |
ListShortestPathsDialog.init(Domain domain)
|
void |
MultipleBypassDialog.removeDomainEvent(Domain domain)
|
void |
BypassLSPAdder.removeDomainEvent(Domain domain)
|
void |
ClassesOfServicePanel.setDomain(Domain domain)
|
void |
DiffservPanel.setDomain(Domain domain)
Change the current domain |
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule with parameters of type Domain | |
---|---|
ClassesOfServicePanel(Domain domain)
|
|
DiffservPanel(Domain domain)
|
|
ECMPAnalysisDialog(Domain domain)
|
|
ListShortestPathsDialog(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE with parameters of type Domain | |
---|---|
void |
SAMTEGUIModule.startAnnealing(int max_hops,
int nb_shortest_path,
int max_lsp,
Domain domain,
TrafficMatrix tm)
|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE with parameters of type Domain | |
---|---|
SAMTESolutionDisplayer(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.trafficMatrixGeneration |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.trafficMatrixGeneration with parameters of type Domain | |
---|---|
void |
TrafficMatrixGenerationGUIModule.addDomainEvent(Domain domain)
|
void |
TrafficMatrixGenerationGUIModule.changeDefaultDomainEvent(Domain domain)
|
void |
TrafficMatrixGenerationGUIModule.removeDomainEvent(Domain domain)
|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.trafficMatrixGeneration with parameters of type Domain | |
---|---|
ReadClusterDialog(Domain domain,
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.trafficMatrixGeneration.TrafficMatrixGenerationData info)
|
|
SelectBGPDirectoriesDialog(Domain domain,
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.trafficMatrixGeneration.TrafficMatrixGenerationData info)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action |
---|
Fields in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action declared as Domain | |
---|---|
protected Domain |
WIActionPanel.domain
|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action that return Domain | |
---|---|
Domain |
WIActionPanel.getDomain()
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action.impl |
---|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action.impl with parameters of type Domain | |
---|---|
ChangeLinkCapacityWIAction(Domain domain,
Link link,
float bw)
|
|
ChangeLinkCapacityWIAction(Domain domain,
Link link,
float bw,
boolean reverseLink)
|
|
ChangeLinkCapacityWIActionPanel(Domain domain)
|
|
ChangeTrafficWIAction(Domain domain,
TrafficMatrix newTm)
|
|
ChangeTrafficWIActionPanel(Domain domain)
|
|
LinkDownWIAction(Domain domain,
Link link)
|
|
LinkDownWIAction(Domain domain,
Link link,
boolean reverseLink)
|
|
LinkDownWIActionPanel(Domain domain)
|
|
LinkUpWIAction(Domain domain,
Link link)
|
|
LinkUpWIAction(Domain domain,
Link link,
boolean reverseLink)
|
|
LinkUpWIActionPanel(Domain domain)
|
|
NodeDownWIAction(Domain domain,
Node node)
|
|
NodeDownWIActionPanel(Domain domain)
|
|
NodeUpWIAction(Domain domain,
Node node)
|
|
NodeUpWIActionPanel(Domain domain)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report |
---|
Fields in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report declared as Domain | |
---|---|
protected Domain |
LinksWIReport.domain
|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report with parameters of type Domain | |
---|---|
DetailedWIObservationPanel(Domain domain)
|
|
LinksWIReport(Domain domain)
|
|
LinksWITableModel(Domain domain,
double[] initialData,
double[] finalData)
|
Uses of Domain in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl |
---|
Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl with parameters of type Domain | |
---|---|
LinkLoadComputerLoadWIReport(Domain domain,
LinkLoadComputer initialLLC,
LinkLoadComputer finalLLC)
|
|
LinkLoadComputerUtilisationWIReport(Domain domain,
LinkLoadComputer initialLLC,
LinkLoadComputer finalLLC)
|
|
LoadWIReport(Domain domain,
LinkLoadStrategy lls)
|
|
ReservedBandwidthWIReport(Domain domain)
|
|
ReservedBandwidthWIReport(Domain domain,
int ct)
|
|
UtilisationWIReport(Domain domain,
LinkLoadStrategy lls)
|
Uses of Domain in it.unina.repository.MIRA |
---|
Methods in it.unina.repository.MIRA with parameters of type Domain | |
---|---|
TotemActionList |
MIRA.routeLSP(Domain dom,
LSPPrimaryRoutingParameter param)
Computes a path with MIRA for one demand from a source node to a destination node with a bandwidth requirement |
TotemActionList |
MIRA.routeNLSP(Domain dom,
java.util.List<LSPPrimaryRoutingParameter> param)
Computes paths with MIRA for a list of demands. |
Constructors in it.unina.repository.MIRA with parameters of type Domain | |
---|---|
MIRAChangeListener(Domain domain,
MIRA instance)
|
Uses of Domain in it.unina.traffic |
---|
Methods in it.unina.traffic with parameters of type Domain | |
---|---|
void |
LSPEstablishment.establishLSPs(Domain domain)
|
void |
TrafficGenerator.sendTraffic(Domain domain,
TrafficMatrix tm,
java.util.HashMap<java.lang.String,java.lang.String> params)
Send commands on the client socket to generate traffic with D-ITG. |
Constructors in it.unina.traffic with parameters of type Domain | |
---|---|
MultipleUDPLinkWeightsSender(Domain domain)
|
|
MultipleUDPLinkWeightsSender(Domain domain,
Writer writer)
|
|
TCPServerLinkWeightsSender(Domain domain,
java.lang.String server)
|
|
TCPServerLinkWeightsSender(Domain domain,
Writer writer,
java.lang.String server,
int port)
|
Uses of Domain in nl.tudelft.repository.XAMCRA |
---|
Methods in nl.tudelft.repository.XAMCRA with parameters of type Domain | |
---|---|
TotemActionList |
XAMCRA.routeLSP(Domain dom,
LSPPrimaryRoutingParameter param)
Computes a path with XAMCRA for one demand from a source node to a destination node with a bandwidth requirement |
TotemActionList |
XAMCRA.routeNLSP(Domain dom,
java.util.List<LSPPrimaryRoutingParameter> param)
Computes paths with XAMCRA for a list of demands. |
Constructors in nl.tudelft.repository.XAMCRA with parameters of type Domain | |
---|---|
XAMCRAChangeListener(Domain domain,
XAMCRA instance)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |