omorfi 0.9.9
Open morphology of Finnish
Public Member Functions | Protected Attributes
net.sf.hfst.UnweightedTransducer.TransitionIndex Class Reference

Public Member Functions

 TransitionIndex (int input, long firstTransition)
 
Boolean matches (int s)
 
Boolean isFinal ()
 
long target ()
 
int getInput ()
 

Protected Attributes

int inputSymbol
 
long firstTransitionIndex
 

Detailed Description

An unweighted transition index.

Constructor & Destructor Documentation

◆ TransitionIndex()

net.sf.hfst.UnweightedTransducer.TransitionIndex.TransitionIndex ( int  input,
long  firstTransition 
)

create index

Parameters
inputinput symbol
firstTransitionindex

Member Function Documentation

◆ getInput()

int net.sf.hfst.UnweightedTransducer.TransitionIndex.getInput ( )

gets input symbol

Returns
input symbol key

◆ isFinal()

Boolean net.sf.hfst.UnweightedTransducer.TransitionIndex.isFinal ( )

whether is final

Returns
true if final. false otherwise

◆ matches()

Boolean net.sf.hfst.UnweightedTransducer.TransitionIndex.matches ( int  s)

whether index matches symbol

Parameters
sindex
Returns
true if matches, false otherwise

◆ target()

long net.sf.hfst.UnweightedTransducer.TransitionIndex.target ( )

gets target

Returns
index of target

Field Documentation

◆ firstTransitionIndex

long net.sf.hfst.UnweightedTransducer.TransitionIndex.firstTransitionIndex
protected

index for first transition

◆ inputSymbol

int net.sf.hfst.UnweightedTransducer.TransitionIndex.inputSymbol
protected

input symbol


The documentation for this class was generated from the following file: