Uses of Class
org.networkcalculus.dnc.feedforward.ArrivalBoundCache.CacheEntryServer
-
Packages that use ArrivalBoundCache.CacheEntryServer Package Description org.networkcalculus.dnc.feedforward -
-
Uses of ArrivalBoundCache.CacheEntryServer in org.networkcalculus.dnc.feedforward
Fields in org.networkcalculus.dnc.feedforward with type parameters of type ArrivalBoundCache.CacheEntryServer Modifier and Type Field Description private java.util.Map<Server,java.util.Set<ArrivalBoundCache.CacheEntryServer>>
ArrivalBoundCache. map__server__entries
Methods in org.networkcalculus.dnc.feedforward that return ArrivalBoundCache.CacheEntryServer Modifier and Type Method Description protected ArrivalBoundCache.CacheEntryServer
ArrivalBoundCache. getCacheEntry(AnalysisConfig configuration, Server server, java.util.Set<Flow> bounded_flows, Flow flow_of_interest)
Returns the cache entry for the given parameters if there is one.
-