public abstract class SULCaches extends Object
| Modifier and Type | Method and Description |
|---|---|
static <I,O> SULCache<I,O> |
createCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
static <I,O> SULCache<I,O> |
createDAGCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
static <I,O> SULCache<I,O> |
createTreeCache(net.automatalib.words.Alphabet<I> alphabet,
SUL<I,O> sul) |
Copyright © 2014. All Rights Reserved.