Package | Description |
---|---|
heros | |
heros.solver | |
heros.template |
Modifier and Type | Class and Description |
---|---|
class |
FlowFunctionCache<N,D,M> |
class |
ProfiledFlowFunctions<N,D,M>
A wrapper that can be used to profile flow functions.
|
class |
ZeroedFlowFunctions<N,D,M> |
Modifier and Type | Field and Description |
---|---|
protected FlowFunctions<N,D,M> |
FlowFunctionCache.delegate |
protected FlowFunctions<N,D,M> |
ZeroedFlowFunctions.delegate |
protected FlowFunctions<N,D,M> |
ProfiledFlowFunctions.delegate |
Modifier and Type | Method and Description |
---|---|
FlowFunctions<N,D,M> |
IFDSTabulationProblem.flowFunctions()
Returns a set of flow functions.
|
Constructor and Description |
---|
FlowFunctionCache(FlowFunctions<N,D,M> delegate,
com.google.common.cache.CacheBuilder builder) |
ProfiledFlowFunctions(FlowFunctions<N,D,M> delegate) |
ZeroedFlowFunctions(FlowFunctions<N,D,M> delegate,
D zeroValue) |
Modifier and Type | Field and Description |
---|---|
protected FlowFunctions<N,D,M> |
IDESolver.flowFunctions |
Modifier and Type | Method and Description |
---|---|
protected abstract FlowFunctions<N,D,M> |
DefaultIFDSTabulationProblem.createFlowFunctionsFactory() |
FlowFunctions<N,D,M> |
DefaultIFDSTabulationProblem.flowFunctions() |
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.