de.ls5.jlearn.algorithms.dhcmodular
Class TransitionSelectorDecreasingLength

java.lang.Object
  extended by de.ls5.jlearn.algorithms.dhcmodular.TransitionSelectorDecreasingLength
All Implemented Interfaces:
TransitionSelector, Iterable<Symbol>

public class TransitionSelectorDecreasingLength
extends Object
implements TransitionSelector

Author:
merten

Constructor Summary
TransitionSelectorDecreasingLength()
           
TransitionSelectorDecreasingLength(State state)
           
 
Method Summary
 Iterator<Symbol> iterator()
           
 Iterable<Symbol> selectTransitions(State state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionSelectorDecreasingLength

public TransitionSelectorDecreasingLength()

TransitionSelectorDecreasingLength

public TransitionSelectorDecreasingLength(State state)
Method Detail

selectTransitions

public final Iterable<Symbol> selectTransitions(State state)
Specified by:
selectTransitions in interface TransitionSelector

iterator

public Iterator<Symbol> iterator()
Specified by:
iterator in interface Iterable<Symbol>


Copyright © 2011. All Rights Reserved.