public class ExampleKeylock extends DefaultLearningExample.DefaultDFALearningExample<Integer>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,D>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>| Constructor and Description |
|---|
ExampleKeylock(int size,
boolean cyclical,
int additionalSymbols) |
| Modifier and Type | Method and Description |
|---|---|
static 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 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 © 2015. All rights reserved.