protected class FeatureTransducer.TransitionIterator extends Transducer.TransitionIterator
| Constructor and Description |
|---|
TransitionIterator(FeatureTransducer.State source) |
TransitionIterator(FeatureTransducer.State source,
int input) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCost() |
Transducer.State |
getDestinationState() |
Object |
getInput() |
Object |
getOutput() |
Transducer.State |
getSourceState() |
boolean |
hasNext() |
void |
incrementCount(double count) |
Transducer.State |
nextState() |
describeTransition, getInputPositionIncrement, getOutputPositionIncrement, next, numberNext, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TransitionIterator(FeatureTransducer.State source)
public TransitionIterator(FeatureTransducer.State source, int input)
public boolean hasNext()
hasNext in interface IteratorhasNext in class Transducer.TransitionIteratorpublic Transducer.State nextState()
nextState in class Transducer.TransitionIteratorpublic Object getInput()
getInput in class Transducer.TransitionIteratorpublic Object getOutput()
getOutput in class Transducer.TransitionIteratorpublic double getCost()
getCost in class Transducer.TransitionIteratorpublic Transducer.State getSourceState()
getSourceState in class Transducer.TransitionIteratorpublic Transducer.State getDestinationState()
getDestinationState in class Transducer.TransitionIteratorpublic void incrementCount(double count)
incrementCount in class Transducer.TransitionIteratorCopyright © 2019 JULIE Lab, Germany. All rights reserved.