Uses of Interface
de.ls5.jlearn.interfaces.Alphabet

Packages that use Alphabet
de.ls5.jlearn.algorithms.angluin   
de.ls5.jlearn.algorithms.dhc   
de.ls5.jlearn.algorithms.dhcmodular   
de.ls5.jlearn.algorithms.packs   
de.ls5.jlearn.automatons   
de.ls5.jlearn.interfaces   
de.ls5.jlearn.oracles   
de.ls5.jlearn.shared   
de.ls5.jlearn.util   
 

Uses of Alphabet in de.ls5.jlearn.algorithms.angluin
 

Methods in de.ls5.jlearn.algorithms.angluin with parameters of type Alphabet
 void Angluin.setAlphabet(Alphabet alphabet)
           
 

Uses of Alphabet in de.ls5.jlearn.algorithms.dhc
 

Methods in de.ls5.jlearn.algorithms.dhc with parameters of type Alphabet
 void DHC.setAlphabet(Alphabet startalphabet)
           
 

Constructors in de.ls5.jlearn.algorithms.dhc with parameters of type Alphabet
DHC(Alphabet startalphabet, Oracle oracle)
          Constructor.
 

Uses of Alphabet in de.ls5.jlearn.algorithms.dhcmodular
 

Methods in de.ls5.jlearn.algorithms.dhcmodular with parameters of type Alphabet
 void DHCModular.setAlphabet(Alphabet alphabet)
           
 

Constructors in de.ls5.jlearn.algorithms.dhcmodular with parameters of type Alphabet
DHCModular(Alphabet startalphabet, Oracle oracle)
           
 

Uses of Alphabet in de.ls5.jlearn.algorithms.packs
 

Methods in de.ls5.jlearn.algorithms.packs that return Alphabet
 Alphabet ObservationPack.getInputs()
           
 

Methods in de.ls5.jlearn.algorithms.packs with parameters of type Alphabet
 void ObservationPack.setAlphabet(Alphabet alphabet)
           
 

Uses of Alphabet in de.ls5.jlearn.automatons
 

Methods in de.ls5.jlearn.automatons that return Alphabet
abstract  Alphabet ExampleAutomaton.getAlphabet()
           
 

Uses of Alphabet in de.ls5.jlearn.interfaces
 

Methods in de.ls5.jlearn.interfaces that return Alphabet
 Alphabet Automaton.getAlphabet()
          Return Alphabet of this automaton
 Alphabet State.getAlphabet()
          Return the complete Alphabet to be considered at this state, including eventual local alphabet symbols.
 Alphabet Automaton.getOutputAlphabet()
          Return all symbols used as output in this automaton.
 

Methods in de.ls5.jlearn.interfaces with parameters of type Alphabet
 Automaton Automaton.getCopyWithRestrictedAlphabet(Alphabet alpha)
          Deprecated. 
 void Learner.setAlphabet(Alphabet alphabet)
          Specifies the Alphabet used for construction of the hypothesis
 

Uses of Alphabet in de.ls5.jlearn.oracles
 

Methods in de.ls5.jlearn.oracles that return Alphabet
 Alphabet SimulatorOracle.getAlphabet()
           
 Alphabet SimulatorOracleDFA.getAlphabet()
           
 

Uses of Alphabet in de.ls5.jlearn.shared
 

Classes in de.ls5.jlearn.shared that implement Alphabet
 class AlphabetImpl
           
 

Methods in de.ls5.jlearn.shared that return Alphabet
 Alphabet AutomatonImpl.getAlphabet()
           
 Alphabet StateImpl.getAlphabet()
           
 Alphabet AutomatonImpl.getOutputAlphabet()
           
 

Methods in de.ls5.jlearn.shared with parameters of type Alphabet
 Automaton AutomatonImpl.getCopyWithRestrictedAlphabet(Alphabet alpha)
           
 

Constructors in de.ls5.jlearn.shared with parameters of type Alphabet
AnnotatedAutomaton(Alphabet a)
           
AnnotatedFSA(Alphabet a)
           
AutomatonImpl(Alphabet alphabet)
          Constructor.
AutomatonImpl(Alphabet alphabet, boolean optimizedTraces)
          Constructor.
FiniteStateAcceptor(Alphabet alphabet)
           
 

Uses of Alphabet in de.ls5.jlearn.util
 

Methods in de.ls5.jlearn.util with parameters of type Alphabet
static Word WordUtil.canonicalNext(Word w, Alphabet sigma)
           
static Automaton AutomatonUtil.getCopyWithRestrictedAlphabet(Automaton aut, Alphabet alpha)
          Create a copy of an Automaton that only contains Symbols present in the specified Alphabet
 



Copyright © 2011. All Rights Reserved.