Class Orthography

java.lang.Object
ca.phon.orthography.Orthography
All Implemented Interfaces:
IExtendable, Visitable<OrthoElement>, Iterable<OrthoElement>

public class Orthography extends Object implements Iterable<OrthoElement>, Visitable<OrthoElement>, IExtendable
Container for orthographic transcriptions. This class is immutable after being created. To append/modify the data in the Orthography, use the OrthographyBuilder class to create a modified Orthography instance.