static <I,O> ThreadSafeSULCache<I,O> |
ThreadSafeSULCaches.createCache(net.automatalib.alphabet.Alphabet<I> alphabet,
SUL<I,O> sul) |
Wraps a given SUL in a thread-safe variant of a SULCache that supports forking
iff the given SUL supports it.
|
static <I,O> ThreadSafeSULCache<I,O> |
ThreadSafeSULCaches.createDAGCache(net.automatalib.alphabet.Alphabet<I> alphabet,
SUL<I,O> sul) |
Wraps a given SUL in a thread-safe variant of a SULCache that supports forking
iff the given SUL supports it and uses a DAG for internal cache organization.
|
static <I,O> ThreadSafeSULCache<I,O> |
ThreadSafeSULCaches.createTreeCache(net.automatalib.alphabet.Alphabet<I> alphabet,
SUL<I,O> sul) |
Wraps a given SUL in a thread-safe variant of a SULCache that supports forking
iff the given SUL supports it and uses a tree for internal cache organization.
|