Uses of Interface
ca.phon.session.io.SessionWriter
Packages that use SessionWriter
Package
Description
-
Uses of SessionWriter in ca.phon.phontalk.plugin
Classes in ca.phon.phontalk.plugin that implement SessionWriterClasses in ca.phon.phontalk.plugin that implement interfaces with type arguments of type SessionWriterMethods in ca.phon.phontalk.plugin that return types with arguments of type SessionWriterModifier and TypeMethodDescriptionCHATSessionWriter.getFactory()
TalkBankSessionWriter.getFactory()
-
Uses of SessionWriter in ca.phon.project
Methods in ca.phon.project with parameters of type SessionWriterModifier and TypeMethodDescriptionvoid
LocalProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) void
MutableProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) Save a session writing the file using the given writer. -
Uses of SessionWriter in ca.phon.session.io
Methods in ca.phon.session.io that return SessionWriterModifier and TypeMethodDescriptionSessionOutputFactory.createWriter()
Create a new session writerSessionOutputFactory.createWriter
(SessionIO sessionIO) Create a new session writer given the SessionIO annotation.SessionOutputFactory.createWriter
(String id, String version) Create a new session writer for the given version name. -
Uses of SessionWriter in ca.phon.session.io.xml.v2_0
Classes in ca.phon.session.io.xml.v2_0 that implement SessionWriterClasses in ca.phon.session.io.xml.v2_0 that implement interfaces with type arguments of type SessionWriterMethods in ca.phon.session.io.xml.v2_0 that return types with arguments of type SessionWriter