public class ExampleKeylock extends DefaultLearningExample.DefaultDFALearningExample<Integer>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,O>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>| Constructor and Description |
|---|
ExampleKeylock(int size,
boolean cyclical,
int additionalSymbols) |
| Modifier and Type | Method and Description |
|---|---|
static net.automatalib.automata.fsa.impl.compact.CompactDFA<Integer> |
createDFA(int size,
boolean cyclical,
int additionalSymbols) |
static ExampleKeylock |
createExample(int size,
boolean cyclical) |
static ExampleKeylock |
createExample(int size,
boolean cyclical,
int additionalSymbols) |
String |
toString() |
getAlphabet, getReferenceAutomatonclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlphabet, getReferenceAutomatonpublic ExampleKeylock(int size,
boolean cyclical,
int additionalSymbols)
public static net.automatalib.automata.fsa.impl.compact.CompactDFA<Integer> createDFA(int size, boolean cyclical, int additionalSymbols)
public static ExampleKeylock createExample(int size, boolean cyclical)
public static ExampleKeylock createExample(int size, boolean cyclical, int additionalSymbols)
Copyright © 2014. All Rights Reserved.