edu.stanford.nlp.ie.hmm
Interface GeneralStructure

All Known Implementing Classes:
Structure

public interface GeneralStructure

A simple interface for anything that has a State array.


Method Summary
 State[] getStates()
           
 

Method Detail

getStates

public State[] getStates()


Stanford NLP Group