Class PmooSinkTreeAffineABCache
- java.lang.Object
-
- org.networkcalculus.dnc.sinktree.arrivalbounds.PmooSinkTreeAffineABCache
-
class PmooSinkTreeAffineABCache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<Turn,java.util.Map<Flow,ArrivalCurve>>
map__turn__entries
-
Constructor Summary
Constructors Constructor Description PmooSinkTreeAffineABCache()
-
Method Summary
Modifier and Type Method Description protected void
addEntry(Turn turn, Flow flow, ArrivalCurve arrival_bound)
protected ArrivalCurve
getEntry(Turn turn, Flow flow)
-
-
-
Field Detail
-
map__turn__entries
java.util.Map<Turn,java.util.Map<Flow,ArrivalCurve>> map__turn__entries
-
-
Method Detail
-
getEntry
protected ArrivalCurve getEntry(Turn turn, Flow flow)
-
addEntry
protected void addEntry(Turn turn, Flow flow, ArrivalCurve arrival_bound)
-
-