Uses of Class
calhoun.analysis.crf.BeanModel.Edge

Packages that use BeanModel.Edge
calhoun.analysis.crf the interface, main Conrad class, and solver for the Conrad engine. 
 

Uses of BeanModel.Edge in calhoun.analysis.crf
 

Method parameters in calhoun.analysis.crf with type arguments of type BeanModel.Edge
 void BeanModel.setEdges(java.util.List<BeanModel.Edge> edges)
          sets the list of legal state transitions in this model.