public class LearnLibV2Serialization extends Object implements SerializationProvider
| Constructor and Description |
|---|
LearnLibV2Serialization() |
| Modifier and Type | Method and Description |
|---|---|
static LearnLibV2Serialization |
getInstance() |
CompactDFA<Integer> |
readGenericDFA(InputStream is) |
CompactNFA<Integer> |
readGenericNFA(InputStream is) |
<I> void |
writeDFA(DFA<?,I> dfa,
Alphabet<I> alphabet,
OutputStream os) |
<I> void |
writeNFA(NFA<?,I> nfa,
Alphabet<I> alphabet,
OutputStream os) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeDFA, encodeNFA, readCustomDFA, readCustomDFA, readCustomDFA, readCustomDFA, readCustomNFA, readCustomNFA, readCustomNFA, readCustomNFA, readGenericDFA, readGenericDFA, readGenericDFA, readGenericNFA, readGenericNFA, readGenericNFA, readNativeDFA, readNativeDFA, readNativeDFA, readNativeDFA, readNativeNFA, readNativeNFA, readNativeNFA, readNativeNFA, writeDFA, writeNFApublic static LearnLibV2Serialization getInstance()
public CompactDFA<Integer> readGenericDFA(@WillNotClose InputStream is) throws IOException
readGenericDFA in interface SerializationProviderIOExceptionpublic <I> void writeDFA(DFA<?,I> dfa, Alphabet<I> alphabet, OutputStream os) throws IOException
writeDFA in interface SerializationProviderIOExceptionpublic CompactNFA<Integer> readGenericNFA(InputStream is) throws IOException
readGenericNFA in interface SerializationProviderIOExceptionpublic <I> void writeNFA(NFA<?,I> nfa, Alphabet<I> alphabet, OutputStream os) throws IOException
writeNFA in interface SerializationProviderIOExceptionCopyright © 2015. All Rights Reserved.