de.ls5.jlearn.automatons
Class ExampleAutomaton

java.lang.Object
  extended by de.ls5.jlearn.automatons.ExampleAutomaton

public abstract class ExampleAutomaton
extends Object


Constructor Summary
ExampleAutomaton()
           
 
Method Summary
abstract  Alphabet getAlphabet()
           
abstract  Automaton getAutomaton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleAutomaton

public ExampleAutomaton()
Method Detail

getAlphabet

public abstract Alphabet getAlphabet()

getAutomaton

public abstract Automaton getAutomaton()


Copyright © 2011. All Rights Reserved.