Uses of Class
edu.cmu.cs.crystal.flow.LabeledResult

Packages that use LabeledResult
edu.cmu.cs.crystal.flow This package is used for flow analyses. 
 

Uses of LabeledResult in edu.cmu.cs.crystal.flow
 

Methods in edu.cmu.cs.crystal.flow that return LabeledResult
static
<LE> LabeledResult<LE>
LabeledResult.createResult(LE defaultValue)
          Create a result with the given default value but no labels.
static
<LE> LabeledResult<LE>
LabeledResult.createResult(List<ILabel> labels, LE defaultValue)
          Create a result for the given labels with the given default value.