Class OT.LanguageFeatureTypeSet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class OT.LanguageFeatureTypeSet

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----OT.LanguageFeatureTypeSet

public class LanguageFeatureTypeSet
extends Hashtable
Feature types for language.
Version:
1998-12-31
Author:
Andrea Heiberg, University of Arizona

Variable Index

 o orderedSymbols
 o symbols

Constructor Index

 o LanguageFeatureTypeSet()

Method Index

 o parseRawData(Vector)
Parse "raw" data into set of feature types.
 o toOrthography(Representation)

Variables

 o symbols
  protected Hashtable symbols
 o orderedSymbols
  protected Hashtable orderedSymbols

Constructors

 o LanguageFeatureTypeSet
  public LanguageFeatureTypeSet()

Methods

 o toOrthography
  public String toOrthography(Representation rep)
 o parseRawData
  public void parseRawData(Vector rawLines)
Parse "raw" data into set of feature types.

All Packages  Class Hierarchy  This Package  Previous  Next  Index