Class WorTierUpdateVisitor

java.lang.Object
ca.phon.visitor.VisitorAdapter<OrthographyElement>
ca.phon.app.session.intervalTiers.WorTierUpdateVisitor
All Implemented Interfaces:
Visitor<OrthographyElement>

public class WorTierUpdateVisitor extends VisitorAdapter<OrthographyElement>
Generate a new word intervals tier from an orthography tier using the provided internal media list. The number of words in the orthography tier should match the number of internal media objects in the list. The internal media objects will be added to the new word intervals tier in the order they are provided.
  • Constructor Details

    • WorTierUpdateVisitor

      public WorTierUpdateVisitor(List<InternalMedia> internalMediaList)
  • Method Details