public class StoExCache extends Object
IRandomGenerator which may contain a fixed seed.| Modifier and Type | Method and Description |
|---|---|
StoExCacheEntry |
getEntry(String spec)
Get a cached stoex parse tree and visitors.
|
de.uka.ipd.sdq.probfunction.math.IProbabilityFunctionFactory |
getProbabilityFunctionFactory() |
de.uka.ipd.sdq.probfunction.math.IRandomGenerator |
getRandomGenerator() |
static void |
initialiseStoExCache(de.uka.ipd.sdq.probfunction.math.IProbabilityFunctionFactory probFunctionFactory) |
static StoExCache |
singleton() |
public static void initialiseStoExCache(de.uka.ipd.sdq.probfunction.math.IProbabilityFunctionFactory probFunctionFactory)
public static StoExCache singleton()
public StoExCacheEntry getEntry(String spec)
spec - The stoex to search for in the cachepublic de.uka.ipd.sdq.probfunction.math.IRandomGenerator getRandomGenerator()
public de.uka.ipd.sdq.probfunction.math.IProbabilityFunctionFactory getProbabilityFunctionFactory()