Class PhoneAlignment

java.lang.Object
ca.phon.session.PhoneAlignment
All Implemented Interfaces:
Iterable<PhoneMap>

public class PhoneAlignment extends Object implements Iterable<PhoneMap>
Entity class for phone alignment tier.
  • Constructor Details

    • PhoneAlignment

      public PhoneAlignment()
    • PhoneAlignment

      public PhoneAlignment(PhoneMap... alignments)
    • PhoneAlignment

      public PhoneAlignment(List<PhoneMap> alignments)
    • PhoneAlignment

      public PhoneAlignment(String targetTier, String alignedTier, PhoneMap... alignments)
    • PhoneAlignment

      public PhoneAlignment(String targetTier, String alignedTier, List<PhoneMap> alignments)
  • Method Details