Uses of Class
ca.phon.session.Session
Packages that use Session
Package
Description
Classes for
-
Uses of Session in ca.phon.app.autosave
Methods in ca.phon.app.autosave that return SessionModifier and TypeMethodDescriptionAutosaves.openAutosave
(Session session) Autosaves.openAutosave
(String corpus, String session) Open session from autosave file.Methods in ca.phon.app.autosave with parameters of type SessionModifier 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
Constructors in ca.phon.app.corpus with parameters of type Session -
Uses of Session in ca.phon.app.modules
Methods in ca.phon.app.modules that return Session -
Uses of Session in ca.phon.app.opgraph.nodes
Methods in ca.phon.app.opgraph.nodes that return SessionModifier and TypeMethodDescriptionRecordContainer.getSession()
SessionRecordContainer.getSession()
Constructors in ca.phon.app.opgraph.nodes with parameters of type SessionModifierConstructorDescriptionSessionRecordContainer
(Session session) SessionRecordContainer
(Session session, Collection<Participant> selectedParticipants) -
Uses of Session in ca.phon.app.opgraph.nodes.query
Methods in ca.phon.app.opgraph.nodes.query that return SessionConstructors in ca.phon.app.opgraph.nodes.query with parameters of type Session -
Uses of Session in ca.phon.app.project
Methods in ca.phon.app.project that return SessionMethods in ca.phon.app.project with parameters of type SessionModifier 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
Methods in ca.phon.app.project.mergewizard that return Session -
Uses of Session in ca.phon.app.query
Methods in ca.phon.app.query that return SessionMethods in ca.phon.app.query with parameters of type SessionModifier and TypeMethodDescriptionQueryAndReportWizard.findOpenResultSets
(Session session) Find all open results sets for the given session.Constructors in ca.phon.app.query with parameters of type SessionModifierConstructorDescriptionOpenResultSetSelector
(Session session) ResultListingTableModel
(Session session, ResultSet rs, ResultListing listing) -
Uses of Session in ca.phon.app.session
Methods in ca.phon.app.session that return SessionModifier and TypeMethodDescriptionRecordFilterPanel.getSession()
RecordsTransferable.getSession()
protected Session
SessionFileOpenHandler.openSession
(File file) Methods in ca.phon.app.session with parameters of type SessionModifier 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) Constructors in ca.phon.app.session with parameters of type SessionModifierConstructorDescriptionRecordFilterPanel
(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
Fields in ca.phon.app.session.editor with type parameters of type SessionModifier and TypeFieldDescriptionstatic final EditorEventType<Session>
EditorEventType.SessionChanged
Session has changed in editorstatic final EditorEventType<Session>
EditorEventType.SessionSaved
Editor has saved the sessionMethods in ca.phon.app.session.editor that return SessionModifier and TypeMethodDescriptionDefaultEditorDataModel.getSession()
EditorDataModel.getSession()
Get the session (if any) associated with the editor.SessionEditor.getSession()
Get sessionSessionMediaModel.getSession()
Methods in ca.phon.app.session.editor with parameters of type SessionModifier and TypeMethodDescriptionvoid
DefaultEditorDataModel.setSession
(Session session) void
EditorDataModel.setSession
(Session session) Set the current sessionSessionEditorEP.showEditor
(Project project, Session session, boolean blindMode, boolean grabFocus) Constructors in ca.phon.app.session.editor with parameters of type SessionModifierConstructorDescriptionDefaultEditorDataModel
(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
Methods in ca.phon.app.session.editor.search that return SessionMethods in ca.phon.app.session.editor.search with parameters of type SessionConstructors in ca.phon.app.session.editor.search with parameters of type SessionModifierConstructorDescriptionFindManager
(Session session) ConstructorSessionEditorQuickSearchField
(Session session, JTable table) SessionTableModel
(Session session) -
Uses of Session in ca.phon.app.session.editor.view.ipa_lookup
Methods in ca.phon.app.session.editor.view.ipa_lookup with parameters of type SessionModifier and TypeMethodDescriptionAutoTranscriber.transcribeSession
(Session session) Transcribe the given session.Constructors in ca.phon.app.session.editor.view.ipa_lookup with parameters of type SessionModifierConstructorDescriptionAutoTranscriptionDialog
(Project project, Session session, Language dictionaryLanguage) AutoTranscriptionForm
(Project project, Session session) -
Uses of Session in ca.phon.app.session.editor.view.ipa_validation
Constructors in ca.phon.app.session.editor.view.ipa_validation with parameters of type SessionModifierConstructorDescriptionAutoValidateDialog
(Project project, Session t) ConstructorAutoValidateTask
(Session t, Transcriber tr) -
Uses of Session in ca.phon.app.session.editor.view.media_player
Method parameters in ca.phon.app.session.editor.view.media_player with type arguments of type SessionModifier and TypeMethodDescriptionvoid
MediaPlayerEditorView.onSessionChanged
(EditorEvent<Session> ee) -
Uses of Session in ca.phon.app.session.editor.view.tier_management
Constructors in ca.phon.app.session.editor.view.tier_management with parameters of type SessionModifierConstructorDescriptionTierOrderingTableModel
(Session session, List<TierViewItem> tierView) Constructor -
Uses of Session in ca.phon.app.session.editor.view.timeline
Methods in ca.phon.app.session.editor.view.timeline that return SessionMethods in ca.phon.app.session.editor.view.timeline with parameters of type SessionConstructors in ca.phon.app.session.editor.view.timeline with parameters of type SessionModifierConstructorDescriptionRecordGrid
(TimeUIModel timeModel, Session session) RecordGrid
(Session session) -
Uses of Session in ca.phon.media
Methods in ca.phon.media with parameters of type SessionModifier and TypeMethodDescriptionstatic File
MediaLocator.findMediaFile
(Project project, Session session) Find media given a project and session. -
Uses of Session in ca.phon.phontalk
Methods in ca.phon.phontalk that return SessionModifier and TypeMethodDescriptionXml2PhonConverter.convertStream
(InputStream inputStream, PhonTalkListener listener) Convert the given steram into a session object.Methods in ca.phon.phontalk with parameters of type SessionModifier and TypeMethodDescriptionvoid
Phon2XmlConverter.sessionToStream
(Session session, OutputStream outputStream, PhonTalkListener msgListener) -
Uses of Session in ca.phon.phontalk.parser
Methods in ca.phon.phontalk.parser that return SessionMethods in ca.phon.phontalk.parser with parameters of type SessionModifier 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
Methods in ca.phon.phontalk.plugin that return SessionModifier and TypeMethodDescriptionprotected Session
CHATOpenFileHandler.openSession
(File file) CHATSessionReader.readSession
(InputStream stream) TalkBankSessionReader.readSession
(InputStream stream) Methods in ca.phon.phontalk.plugin with parameters of type SessionModifier 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) Constructors in ca.phon.phontalk.plugin with parameters of type Session -
Uses of Session in ca.phon.project
Methods in ca.phon.project that return SessionModifier 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) Methods in ca.phon.project with parameters of type SessionModifier 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) Constructors in ca.phon.project with parameters of type Session -
Uses of Session in ca.phon.query.db
Constructors in ca.phon.query.db with parameters of type Session -
Uses of Session in ca.phon.query.report.datasource
Constructors in ca.phon.query.report.datasource with parameters of type SessionModifierConstructorDescriptionResultListingDataSource
(Session session, ResultSet rs, ResultListing section) Deprecated. -
Uses of Session in ca.phon.query.script
Methods in ca.phon.query.script that return SessionMethods in ca.phon.query.script with parameters of type SessionModifier 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
functionConstructors in ca.phon.query.script with parameters of type SessionModifierConstructorDescriptionQueryTask
(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
Methods in ca.phon.session that return SessionModifier 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()
Methods in ca.phon.session with parameters of type SessionModifier 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.Constructors in ca.phon.session with parameters of type Session -
Uses of Session in ca.phon.session.check
Methods in ca.phon.session.check that return SessionMethods in ca.phon.session.check with parameters of type SessionModifier 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
Constructors in ca.phon.session.check with parameters of type SessionModifierConstructorDescriptionValidationEvent
(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
Methods in ca.phon.session.filter that return SessionMethods in ca.phon.session.filter with parameters of type SessionConstructors in ca.phon.session.filter with parameters of type Session -
Uses of Session in ca.phon.session.io
Methods in ca.phon.session.io that return SessionModifier and TypeMethodDescriptionSessionReader.readSession
(InputStream stream) Create session from given input streamMethods in ca.phon.session.io with parameters of type SessionModifier and TypeMethodDescriptionvoid
SessionWriter.writeSession
(Session session, OutputStream out) Write the givenSession
to the providedOutputStream
-
Uses of Session in ca.phon.session.io.xml.v12
Methods in ca.phon.session.io.xml.v12 that return SessionMethods in ca.phon.session.io.xml.v12 with parameters of type SessionModifier and TypeMethodDescriptionvoid
XMLSessionWriter_v12.writeSession
(Session session, OutputStream out) -
Uses of Session in ca.phon.session.io.xml.v13
Methods in ca.phon.session.io.xml.v13 that return SessionMethods in ca.phon.session.io.xml.v13 with parameters of type SessionModifier and TypeMethodDescriptionvoid
XMLSessionWriter_v13.writeSession
(Session session, OutputStream out) -
Uses of Session in ca.phon.session.position
Methods in ca.phon.session.position with parameters of type SessionModifier 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
Constructors in ca.phon.ui.participant with parameters of type Session