public class ExampleStack extends Object
| Modifier and Type | Field and Description |
|---|---|
static Symbol |
in_pop |
static Symbol |
in_push |
| Constructor and Description |
|---|
ExampleStack() |
| Modifier and Type | Method and Description |
|---|---|
static CompactMealy<Symbol,String> |
constructMachine() |
static <S,A extends MutableMealyMachine<S,Symbol,?,String>> |
constructMachine(A fm)
Construct and return a machine representation of this example
|
static Alphabet<Symbol> |
getInputAlphabet() |
static MealyMachine<?,Symbol,?,String> |
getInstance() |
public ExampleStack()
public static Alphabet<Symbol> getInputAlphabet()
public static MealyMachine<?,Symbol,?,String> getInstance()
public static <S,A extends MutableMealyMachine<S,Symbol,?,String>> A constructMachine(A fm)
public static CompactMealy<Symbol,String> constructMachine()
Copyright © 2013. All Rights Reserved.