Package | Description |
---|---|
de.learnlib.cache | |
de.learnlib.cache.sul |
Modifier and Type | Method and Description |
---|---|
static <I,O> SULCache<I,O> |
Caches.createSULCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul)
Deprecated.
since 2014-01-24. Use
SULCaches.createCache(Alphabet, SUL) |
Modifier and Type | Method and Description |
---|---|
static <I,O> SULCache<I,O> |
SULCaches.createCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
static <I,O> SULCache<I,O> |
SULCaches.createDAGCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
static <I,O> SULCache<I,O> |
SULCache.createDAGCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
static <I,O> SULCache<I,O> |
SULCaches.createTreeCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
static <I,O> SULCache<I,O> |
SULCache.createTreeCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
Copyright © 2016. All rights reserved.