Uses of Class
ca.phon.alignedTypesDatabase.AlignedTypesDatabase
Packages that use AlignedTypesDatabase
-
Uses of AlignedTypesDatabase in ca.phon.alignedTypesDatabase
Methods in ca.phon.alignedTypesDatabase that return AlignedTypesDatabaseModifier and TypeMethodDescriptionAlignedTypesDatabaseFactory.createDatabase()
Create a new databasestatic AlignedTypesDatabase
AlignedTypesDatabaseFactory.newDatabase()
Create a new databasestatic AlignedTypesDatabase
AlignedTypesDatabaseIO.readFromFile
(File dbFile) static AlignedTypesDatabase
AlignedTypesDatabaseIO.readFromFile
(File dbFile, boolean compressed) static AlignedTypesDatabase
AlignedTypesDatabaseIO.readFromFile
(String filename) static AlignedTypesDatabase
AlignedTypesDatabaseIO.readFromFile
(String filename, boolean compressed) Methods in ca.phon.alignedTypesDatabase with parameters of type AlignedTypesDatabaseModifier and TypeMethodDescriptionvoid
AlignedTypesDatabaseTSTImpl.importDatabase
(AlignedTypesDatabase importDb) Import all entries from given database into this database.static void
AlignedTypesDatabaseIO.writeToFile
(AlignedTypesDatabase db, File dbFile) static void
AlignedTypesDatabaseIO.writeToFile
(AlignedTypesDatabase db, File dbFile, boolean compressed) static void
AlignedTypesDatabaseIO.writeToFile
(AlignedTypesDatabase db, String filename) static void
AlignedTypesDatabaseIO.writeToFile
(AlignedTypesDatabase db, String filename, boolean compressed) -
Uses of AlignedTypesDatabase in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe that return AlignedTypesDatabaseConstructors in ca.phon.app.session.editor.autotranscribe with parameters of type AlignedTypesDatabaseModifierConstructorDescriptionAlignedTypesAutoTranscribeSource
(AlignedTypesDatabase alignedTypesDatabase)