edu.stanford.nlp.stats
Interface Observation

All Known Implementing Classes:
HashObservation

public interface Observation

interface for discrete observations over String values


Method Summary
 void setValue(String variable, String value)
           
 String value(String variable)
           
 Set variables()
           
 

Method Detail

variables

public Set variables()

value

public String value(String variable)

setValue

public void setValue(String variable,
                     String value)


Stanford NLP Group