net.sourceforge.nite.datainspection.timespan
Class SegmentAlignmentToClassificationFactory

java.lang.Object
  extended by net.sourceforge.nite.datainspection.timespan.SegmentAlignmentToClassificationFactory

public class SegmentAlignmentToClassificationFactory
extends java.lang.Object

Given two aligned segment lists, make two calc.Classification where all Pairs of aligned segments are Items; and the Values are determined by the NOMElementToValueDelegate


Constructor Summary
SegmentAlignmentToClassificationFactory()
           
 
Method Summary
static Pair makeClassificationsFromAlignments(SegmentAlignment alignment, NOMElementToValueDelegate nomElementToValue)
          Given two aligned segment lists, make two calc.Classification where all Pairs of aligned segments are Items; and the Values are determined by the NOMElementToValueDelegate.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentAlignmentToClassificationFactory

public SegmentAlignmentToClassificationFactory()
Method Detail

makeClassificationsFromAlignments

public static Pair makeClassificationsFromAlignments(SegmentAlignment alignment,
                                                     NOMElementToValueDelegate nomElementToValue)
Given two aligned segment lists, make two calc.Classification where all Pairs of aligned segments are Items; and the Values are determined by the NOMElementToValueDelegate. Returns a Pair of Classifications.