Uses of Class
ca.phon.session.Session
Package
Description
Classes for
-
Uses of Session in ca.phon.app.autosave
Modifier and TypeMethodDescriptionAutosaves.openAutosave
(Session session) Autosaves.openAutosave
(String corpus, String session) Open session from autosave file.Modifier and TypeMethodDescriptionvoid
Autosaves.createAutosave
(Session session) void
Autosaves.createAutosave
(Session session, String corpus, String sessionName) Create an autosave for the givn sesion.Autosaves.getAutosaveDateTime
(Session session) Autosaves.getAutosavePath
(Session session) boolean
Autosaves.hasAutosave
(Session session) Autosaves.openAutosave
(Session session) -
Uses of Session in ca.phon.app.corpus
-
Uses of Session in ca.phon.app.modules
-
Uses of Session in ca.phon.app.opgraph.nodes
Modifier and TypeMethodDescriptionRecordContainer.getSession()
SessionRecordContainer.getSession()
ModifierConstructorDescriptionSessionRecordContainer
(Session session) SessionRecordContainer
(Session session, Collection<Participant> selectedParticipants) -
Uses of Session in ca.phon.app.opgraph.nodes.query
-
Uses of Session in ca.phon.app.project
Modifier and TypeMethodDescriptionvoid
SessionMerger.mergeDependentTiers
(Session dest, Session src) Merge dependent tiers.void
SessionMerger.mergeSession
(Session dest, Session src, RecordFilter filter) Merge the given sessions using the given utterance filters.void
SessionMerger.setMergedSession
(Session session) -
Uses of Session in ca.phon.app.project.mergewizard
-
Uses of Session in ca.phon.app.query
Modifier and TypeMethodDescriptionQueryAndReportWizard.findOpenResultSets
(Session session) Find all open results sets for the given session.ModifierConstructorDescriptionOpenResultSetSelector
(Session session) ResultListingTableModel
(Session session, ResultSet rs, ResultListing listing) -
Uses of Session in ca.phon.app.session
Modifier and TypeMethodDescriptionRecordFilterPanel.getSession()
RecordsTransferable.getSession()
protected Session
SessionFileOpenHandler.openSession
(File file) Modifier and TypeMethodDescriptionjxl.write.WritableSheet
SessionToExcel.createSheetInWorkbook
(jxl.write.WritableWorkbook wb, Session session) Create a new sheet in a writable excel workbookvoid
RecordFilterPanel.setSession
(Session session) ModifierConstructorDescriptionRecordFilterPanel
(Project project, Session t) ConstructorRecordsTransferable
(Session session, int[] records) SessionExportSettingsPanel
(Project project, Session session, SessionExportSettings settings) SessionToHTMLWizard
(String title, Project project, Session session) TierNameTextCompleterModel
(Session session) -
Uses of Session in ca.phon.app.session.editor
Modifier and TypeFieldDescriptionstatic final EditorEventType<Session>
EditorEventType.SessionChanged
Session has changed in editorstatic final EditorEventType<Session>
EditorEventType.SessionSaved
Editor has saved the sessionModifier and TypeMethodDescriptionDefaultEditorDataModel.getSession()
EditorDataModel.getSession()
Get the session (if any) associated with the editor.SessionEditor.getSession()
Get sessionSessionMediaModel.getSession()
Modifier and TypeMethodDescriptionvoid
DefaultEditorDataModel.setSession
(Session session) void
EditorDataModel.setSession
(Session session) Set the current sessionSessionEditorEP.showEditor
(Project project, Session session, boolean blindMode, boolean grabFocus) ModifierConstructorDescriptionDefaultEditorDataModel
(Session session) ConstructorRecordSortDialog
(Session session) ConstructorSessionEditor
(Project project, Session session, Transcriber transcriber) ConstructorTranscriberSelectionDialog
(Session transcript) Constructor -
Uses of Session in ca.phon.app.session.editor.search
ModifierConstructorDescriptionFindManager
(Session session) ConstructorSessionEditorQuickSearchField
(Session session, JTable table) SessionTableModel
(Session session) -
Uses of Session in ca.phon.app.session.editor.view.ipa_lookup
Modifier and TypeMethodDescriptionAutoTranscriber.transcribeSession
(Session session) Transcribe the given session.ModifierConstructorDescriptionAutoTranscriptionDialog
(Project project, Session session, Language dictionaryLanguage) AutoTranscriptionForm
(Project project, Session session) -
Uses of Session in ca.phon.app.session.editor.view.ipa_validation
ModifierConstructorDescriptionAutoValidateDialog
(Project project, Session t) ConstructorAutoValidateTask
(Session t, Transcriber tr) -
Uses of Session in ca.phon.app.session.editor.view.media_player
Modifier and TypeMethodDescriptionvoid
MediaPlayerEditorView.onSessionChanged
(EditorEvent<Session> ee) -
Uses of Session in ca.phon.app.session.editor.view.tier_management
ModifierConstructorDescriptionTierOrderingTableModel
(Session session, List<TierViewItem> tierView) Constructor -
Uses of Session in ca.phon.app.session.editor.view.timeline
ModifierConstructorDescriptionRecordGrid
(TimeUIModel timeModel, Session session) RecordGrid
(Session session) -
Uses of Session in ca.phon.media
Modifier and TypeMethodDescriptionstatic File
MediaLocator.findMediaFile
(Project project, Session session) Find media given a project and session. -
Uses of Session in ca.phon.phontalk
Modifier and TypeMethodDescriptionXml2PhonConverter.convertStream
(InputStream inputStream, PhonTalkListener listener) Convert the given steram into a session object.Modifier and TypeMethodDescriptionvoid
Phon2XmlConverter.sessionToStream
(Session session, OutputStream outputStream, PhonTalkListener msgListener) -
Uses of Session in ca.phon.phontalk.parser
Modifier and TypeMethodDescriptionorg.antlr.runtime.tree.CommonTree
Construct the ANTLR Chat tree from the given Phon ITranscript.void
TreeBuilderException.setSession
(Session session) -
Uses of Session in ca.phon.phontalk.plugin
Modifier and TypeMethodDescriptionprotected Session
CHATOpenFileHandler.openSession
(File file) CHATSessionReader.readSession
(InputStream stream) TalkBankSessionReader.readSession
(InputStream stream) Modifier and TypeMethodDescriptionboolean
Phon2TalkBankRecordCheck.checkRecord
(SessionValidator validator, Session session, int recordIndex) Check Record Perform a round-trip of the data with only this single record.boolean
Phon2TalkBankRecordCheck.checkSession
(SessionValidator validator, Session session) void
CHATSessionWriter.writeSession
(Session session, OutputStream out) void
TalkBankSessionWriter.writeSession
(Session session, OutputStream out) -
Uses of Session in ca.phon.project
Modifier and TypeMethodDescriptionLocalProject.createSessionFromTemplate
(String corpus, String session) Project.createSessionFromTemplate
(String corpus, String session) Create a new session from the corpus template (if it exists) This method will also add the session to the specified corpus.RemoteProject.createSessionFromTemplate
(String corpus, String session) LocalProject.getSessionTemplate
(String corpus) Project.getSessionTemplate
(String corpus) Get the Session template for the given corpus.RemoteProject.getSessionTemplate
(String corpus) LocalProject.openSession
(String corpus, String session) LocalProject.openSession
(String corpus, String session, SessionReader reader) Project.openSession
(String corpus, String session) Open the specified session.Project.openSession
(String corpus, String session, SessionReader reader) Open specified session using the provided reader.RemoteProject.openSession
(String corpus, String session) RemoteProject.openSession
(String corpus, String session, SessionReader reader) Modifier and TypeMethodDescriptionlong
LocalProject.getSessionByteSize
(Session session) long
Project.getSessionByteSize
(Session session) Returns the size on disk for the given session.long
RemoteProject.getSessionByteSize
(Session session) LocalProject.getSessionModificationTime
(Session session) Project.getSessionModificationTime
(Session session) Returns the modification date for the given sessionRemoteProject.getSessionModificationTime
(Session session) LocalProject.getSessionPath
(Session session) Project.getSessionPath
(Session session) Get path to the given session.RemoteProject.getSessionPath
(Session session) LocalProject.getSessionWriteLock
(Session session) Project.getSessionWriteLock
(Session session) Get a write lock for a session.RemoteProject.getSessionWriteLock
(Session session) boolean
LocalProject.isSessionLocked
(Session session) boolean
Project.isSessionLocked
(Session session) Tells whether the given session is lockedboolean
RemoteProject.isSessionLocked
(Session session) void
LocalProject.releaseSessionWriteLock
(Session session, UUID writeLock) void
Project.releaseSessionWriteLock
(Session session, UUID writeLock) Release the write lock for a session.void
RemoteProject.releaseSessionWriteLock
(Session session, UUID writeLock) void
LocalProject.removeSession
(Session session, UUID writeLock) void
Project.removeSession
(Session session, UUID writeLock) Remove a session from the project.void
RemoteProject.removeSession
(Session session, UUID writeLock) void
LocalProject.saveSession
(Session session, UUID writeLock) void
LocalProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, UUID writeLock) void
LocalProject.saveSession
(String corpus, String sessionName, Session session, UUID writeLock) void
Project.saveSession
(Session session, UUID writeLock) Save a sessionvoid
Project.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, UUID writeLock) Save a session writing the file using the given writer.void
Project.saveSession
(String corpus, String sessionName, Session session, UUID writeLock) Save a session to the specified corpus and new sessionName.void
RemoteProject.saveSession
(Session session, UUID writeLock) void
RemoteProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, UUID writeLock) void
RemoteProject.saveSession
(String corpus, String sessionName, Session session, UUID writeLock) void
LocalProject.saveSessionTemplate
(String corpus, Session template) void
Project.saveSessionTemplate
(String corpus, Session template) Save the Session template for the given corpus.void
RemoteProject.saveSessionTemplate
(String corpus, Session template) -
Uses of Session in ca.phon.query.db
-
Uses of Session in ca.phon.query.report.datasource
ModifierConstructorDescriptionResultListingDataSource
(Session session, ResultSet rs, ResultListing section) Deprecated. -
Uses of Session in ca.phon.query.script
Modifier and TypeMethodDescriptionvoid
QueryScriptContext.callBeginSearch
(org.mozilla.javascript.Scriptable scope, Session session) Call thebegin_search
functionvoid
QueryScriptContext.callEndSearch
(org.mozilla.javascript.Scriptable scope, Session session) Call theend_search
functionModifierConstructorDescriptionQueryTask
(Project project, Session session, QueryScript queryScript, int serial) QueryTask
(Project project, Session session, Iterator<Integer> recordIterable, QueryScript queryScript, int serial) -
Uses of Session in ca.phon.session
Modifier and TypeMethodDescriptionSessionFactory.cloneSession
(Session session) Clone given session.SessionFactory.createSession()
Create a new empty session.SessionFactory.createSession
(SessionSPI sessionImpl) SessionFactory.createSession
(String corpus, String name) Create a new session with the specified corpus and name.Transcribers.getSession()
Modifier and TypeMethodDescriptionSessionFactory.cloneSession
(Session session) Clone given session.void
SessionFactory.copySessionInformation
(Session session, Session dest) Copy session information from one session to the destination.void
SessionFactory.copySessionMetadata
(Session session, Session dest) Clone session metadatavoid
SessionFactory.copySessionTierInformation
(Session session, Session dest) Copy tier information from one session to another.SessionFactory.createDefaultTierView
(Session session) Get the default tier view for a given sesion.void
Updates comments for sessionvoid
SessionFactory.setupDefaultTierView
(Session session) Setup default tier view for session.void
SyllabifierInfo.updateInfo
(Session session) Updates info from session comments. -
Uses of Session in ca.phon.session.check
Modifier and TypeMethodDescriptionboolean
AlignedWordCountCheck.checkSession
(SessionValidator validator, Session session) boolean
CheckAlignment.checkSession
(SessionValidator validator, Session session) boolean
CheckTranscripts.checkSession
(SessionValidator validator, Session session) boolean
SegmentOverlapCheck.checkSession
(SessionValidator validator, Session session) boolean
SessionCheck.checkSession
(SessionValidator validator, Session session) Check session and report any issues using the given validator.void
SessionValidator.fireValidationEvent
(ValidationEvent.Severity severity, Session session, int record, String message) void
SessionValidator.fireValidationEvent
(ValidationEvent.Severity severity, Session session, int record, String tierName, int group, String message) void
SessionValidator.fireValidationEvent
(ValidationEvent.Severity severity, Session session, String message) void
SessionValidator.fireValidationEvent
(Session session, int record, String message) void
SessionValidator.fireValidationEvent
(Session session, int record, String tierName, int group, String message) void
SessionValidator.fireValidationEvent
(Session session, String message) void
ValidationEvent.setSession
(Session session) boolean
ModifierConstructorDescriptionValidationEvent
(ValidationEvent.Severity severity, Session session, int record, String message) ValidationEvent
(ValidationEvent.Severity severity, Session session, int record, String tierName, int group, String message, SessionQuickFix... quickFixes) ValidationEvent
(ValidationEvent.Severity severity, Session session, int record, String message, SessionQuickFix... quickFixes) ValidationEvent
(ValidationEvent.Severity severity, Session session, String message) ValidationEvent
(ValidationEvent.Severity severity, Session session, String message, SessionQuickFix... quickFixes) ValidationEvent
(Session session, int record, String message) ValidationEvent
(Session session, int record, String tierName, int group, String message) ValidationEvent
(Session session, int record, String tierName, int group, String message, SessionQuickFix... quickFixes) ValidationEvent
(Session session, int record, String message, SessionQuickFix... quickFixes) ValidationEvent
(Session session, String message) ValidationEvent
(Session session, String message, SessionQuickFix... quickFixes) -
Uses of Session in ca.phon.session.filter
-
Uses of Session in ca.phon.session.io
Modifier and TypeMethodDescriptionSessionReader.readSession
(InputStream stream) Create session from given input streamModifier and TypeMethodDescriptionvoid
SessionWriter.writeSession
(Session session, OutputStream out) Write the givenSession
to the providedOutputStream
-
Uses of Session in ca.phon.session.io.xml.v12
Modifier and TypeMethodDescriptionvoid
XMLSessionWriter_v12.writeSession
(Session session, OutputStream out) -
Uses of Session in ca.phon.session.io.xml.v13
Modifier and TypeMethodDescriptionvoid
XMLSessionWriter_v13.writeSession
(Session session, OutputStream out) -
Uses of Session in ca.phon.session.position
Modifier and TypeMethodDescriptionstatic MediaSegment
SegmentCalculator.contiguousSegment
(Session session, int recordIndex) Get contiguous speech segment for speaker at given record index.static MediaSegment
SegmentCalculator.conversationPeriod
(Session t, int recordIndex) Calculate conversation period from given record -
Uses of Session in ca.phon.ui.participant