Uses of Interface
ca.phon.session.io.SessionWriter
Package
Description
-
Uses of SessionWriter in ca.phon.phontalk.plugin
Modifier and TypeMethodDescriptionCHATSessionWriter.getFactory()
TalkBankSessionWriter.getFactory()
-
Uses of SessionWriter in ca.phon.project
Modifier and TypeMethodDescriptionvoid
LocalProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, UUID writeLock) void
Project.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, UUID writeLock) Save a session writing the file using the given writer.void
RemoteProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, UUID writeLock) -
Uses of SessionWriter in ca.phon.session.io
Modifier 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.v12
-
Uses of SessionWriter in ca.phon.session.io.xml.v13