Class OneToOne.OrthographyAnnotator

java.lang.Object
ca.phon.visitor.VisitorAdapter<OrthographyElement>
ca.phon.session.io.xml.OneToOne.OrthographyAnnotator
All Implemented Interfaces:
Visitor<OrthographyElement>
Enclosing class:
OneToOne

public static class OneToOne.OrthographyAnnotator extends VisitorAdapter<OrthographyElement>
Add or remove OneToOne annotations to a record
  • Constructor Details

    • OrthographyAnnotator

      public OrthographyAnnotator()
      Creates a visitor which remove OneToOne annotations
    • OrthographyAnnotator

      public OrthographyAnnotator(CrossTierAlignment xTierAlignment)
      Create a visitor which adds OneToOne annotations based on given cross tier alignment
      Parameters:
      xTierAlignment -
  • Method Details