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.csv
Methods in ca.phon.app.csv with parameters of type SessionModifier and TypeMethodDescriptionvoid
CSVExporter.exportCSV
(Session[] sessions, CSVExportSettings settings, String filePath) void
CSVImporterListener.parsingError
(String fileName, int csvRecordIndex, int fieldIndex, int charPositionInField, CSVColumnType csvColumnType, Session session, int recordIndexInSession, Exception e) Called when a CSV file has ae parsing error.void
CSVImporterListener.sessionCreated
(String fileName, Session session) Called when a new session is created from a CSV file. -
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 TypeMethodDescriptionFilteredSession.getDelegate()
RecordFilterPanel.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 SessionModifierConstructorDescriptionFilteredSession
(Session session, RecordFilter filter) RecordFilterPanel
(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 sessionSessionEditorWindow.getSession()
SessionMediaModel.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
(Project project, Session session) ConstructorRecordSortDialog
(Session session) ConstructorSessionEditor
(Project project, Session session, Transcriber transcriber) ConstructorSessionEditorWindow
(Project project, Session session, Transcriber transcriber) TranscriberSelectionDialog
(Session transcript) Constructor -
Uses of Session in ca.phon.app.session.editor.actions
Methods in ca.phon.app.session.editor.actions that return SessionConstructors in ca.phon.app.session.editor.actions with parameters of type SessionModifierConstructorDescriptionDuplicateTierAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, String tierName, int index) EditTierAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierViewItem item) MoveTierAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierViewItem item, int direction) RemoveTierAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierDescription td, TierViewItem tvi) SessionEditorAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport) ConstructorToggleTierAlignedAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, String tierName) ToggleTierBlind
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, String tierName) ToggleTierLockAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierViewItem item) ToggleTierVisibleAction
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierViewItem tierViewItem) -
Uses of Session in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe that return SessionMethods in ca.phon.app.session.editor.autotranscribe with parameters of type SessionModifier and TypeMethodDescriptionAutoTranscriber.transcribeSession
(Session session) Transcribe the given session.Constructors in ca.phon.app.session.editor.autotranscribe with parameters of type SessionModifierConstructorDescriptionAutoTranscribeAction
(Project project, Session session, EditorEventManager editorEventManager, UndoableEditSupport undoSupport, Transcriber transcriber) ConstructorAutoTranscriber
(Session session, EditorEventManager editorEventManager) AutoTranscriptionDialog
(Project project, Session session, Language dictionaryLanguage) AutoTranscriptionForm
(Project project, Session session) -
Uses of Session in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return SessionModifier and TypeMethodDescriptionFindAndReplacePanel.getSession()
FindManager.getSession()
SessionTableModel.getSession()
Methods 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) Deprecated.SessionTableModel
(Session session) -
Uses of Session in ca.phon.app.session.editor.undo
Methods in ca.phon.app.session.editor.undo that return SessionConstructors in ca.phon.app.session.editor.undo with parameters of type SessionModifierConstructorDescriptionAddParticipantEdit
(Session session, EditorEventManager editorEventManager, Participant participant) ConstructorAddRecordEdit
(Session session, EditorEventManager editorEventManager) AddRecordEdit
(Session session, EditorEventManager editorEventManager, Record record) AddRecordEdit
(Session session, EditorEventManager editorEventManager, Record record, int elementIndex) AddTierEdit
(Session session, EditorEventManager editorEventManager, TierDescription tierDesc, TierViewItem tvi) AddTierEdit
(Session session, EditorEventManager editorEventManager, TierDescription tierDesc, TierViewItem tvi, int index) AddTimelineTierEdit
(Session session, EditorEventManager editorEventManager, IntervalTier intervalTier) AddTimelineTierIntervalEdit
(Session session, EditorEventManager eventManager, String tierName, IntervalTier.Interval interval) AddTranscriptElementEdit
(Session session, EditorEventManager editorEventManager, Transcript.Element element, int elementIndex) ChangeCommentEdit
(Session session, EditorEventManager editorEventManager, Comment comment, TierData newValue) ChangeCommentTypeEdit
(Session session, EditorEventManager editorEventManager, Comment comment, CommentType commentType) ChangeGemEdit
(Session session, EditorEventManager editorEventManager, Gem gem, String newLabel) ChangeGemTypeEdit
(Session session, EditorEventManager editorEventManager, Gem gem, GemType newType) ChangeSpeakerEdit
(Session session, EditorEventManager editorEventManager, Record record, Participant speaker) DeleteRecordEdit
(Session session, EditorEventManager editorEventManager, int recordIndex) DeleteTranscriptElementEdit
(Session session, EditorEventManager editorEventManager, Transcript.Element element, int elementIndex) EditSessionMetadata
(Session session, EditorEventManager editorEventManager, Map<String, String> metadata) ConstructorMediaLocationEdit
(Project project, Session session, EditorEventManager editorEventManager, String mediaLocation) MoveRecordEdit
(Session session, EditorEventManager editorEventManager, Record record, int position) MoveTierEdit
(Session session, EditorEventManager editorEventManager, TierViewItem tierViewItem, int newViewIndex) MoveTimelineTierIntervalEdit
(Session session, EditorEventManager eventManager, String tierName, IntervalTier.Interval interval, float newStartTime, float newEndTime) MoveTranscriptElementEdit
(Session session, EditorEventManager editorEventManager, Transcript.Element element, int newElementIndex) ParticipantUndoableEdit
(Session session, EditorEventManager editorEventManager, Participant participant, Participant template) RecordSegmentEdit
(Session session, EditorEventManager editorEventManager, Record record, MediaSegment segment) RemoveParticipantEdit
(Session session, EditorEventManager editorEventManager, Participant participant) RemoveTierEdit
(Session session, EditorEventManager editorEventManager, TierDescription tierDesc, TierViewItem tvi) RemoveTimelineTierEdit
(Session session, EditorEventManager editorEventManager, IntervalTier intervalTier) RemoveTimelineTierIntervalEdit
(Session session, EditorEventManager editorEventManager, String tierName, IntervalTier.Interval timelineTierInterval) SessionDateEdit
(Session session, EditorEventManager editorEventManager, LocalDate newDate, LocalDate prevDate) SessionLanguageEdit
(Session session, EditorEventManager editorEventManager, List<Language> newLangs) SessionUndoableEdit
(Session session, EditorEventManager editorEventManager) ConstructorTierBlindEdit
(Session session, EditorEventManager editorEventManager, String tierName, boolean blind) TierEdit
(Session session, EditorEventManager editorEventManager, Record record, Tier<T> tier, String text) Tier edit using text as new tier valueTierEdit
(Session session, EditorEventManager editorEventManager, Record record, Tier<T> tier, T newValue) TierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, String text) TierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, String text, boolean valueAdjusting) Tier edit using text with all parameters specifiedTierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, T newValue) TierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, T newValue, boolean valueAdjusting) Tier edit with all parameters specifiedTierNameEdit
(Session session, EditorEventManager editorEventManager, String newTierName, String oldTierName) TierViewEdit
(Session session, EditorEventManager editorEventManager, List<TierViewItem> oldView, List<TierViewItem> newView) TierViewItemEdit
(Session session, EditorEventManager editorEventManager, TierViewItem oldItem, TierViewItem newItem) TierViewItemEdit
(Session session, EditorEventManager editorEventManager, TierViewItem oldItem, TierViewItem newItem, TierDescription oldTierDescription, TierDescription tierDescription) ToggleTierAlignedEdit
(Session session, EditorEventManager editorEventManager, String tierName, boolean aligned) -
Uses of Session in ca.phon.app.session.editor.view.ipaDictionary
Constructors in ca.phon.app.session.editor.view.ipaDictionary with parameters of type SessionModifierConstructorDescriptionIPALookupEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue, boolean valueAdjusting) -
Uses of Session in ca.phon.app.session.editor.view.mediaPlayer
Method parameters in ca.phon.app.session.editor.view.mediaPlayer with type arguments of type SessionModifier and TypeMethodDescriptionvoid
MediaPlayerEditorView.onSessionChanged
(EditorEvent<Session> ee) -
Uses of Session in ca.phon.app.session.editor.view.search
Constructors in ca.phon.app.session.editor.view.search with parameters of type SessionModifierConstructorDescriptionSearchViewTable
(Session session, List<TranscriptElementRange> ranges) SearchViewTableModel
(Session session, List<TranscriptElementRange> ranges) -
Uses of Session in ca.phon.app.session.editor.view.syllabificationAlignment
Constructors in ca.phon.app.session.editor.view.syllabificationAlignment with parameters of type SessionModifierConstructorDescriptionScTypeEdit
(Session session, EditorEventManager eventManager, IPATranscript transcript, int index, SyllableConstituentType scType) SyllabifyEdit
(Session session, EditorEventManager eventManager, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) ToggleDiphthongEdit
(Session session, EditorEventManager editorEventManager, IPATranscript transcript, int index) -
Uses of Session in ca.phon.app.session.editor.view.tierManagement
Methods in ca.phon.app.session.editor.view.tierManagement that return SessionConstructors in ca.phon.app.session.editor.view.tierManagement with parameters of type SessionModifierConstructorDescriptionTierEditorDialog
(Session session, boolean editMode) TierInfoEditor
(Session session, boolean editMode) TierOrderingTableModel
(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.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return SessionMethods in ca.phon.app.session.editor.view.transcript with parameters of type SessionModifier and TypeMethodDescriptionvoid
DefaultTierLabelMenuHandler.addMenuItems
(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Tier<?> tier, Record record) void
DefaultTierLabelMenuHandler.addMenuItems
(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierViewItem item) void
TierLabelMenuHandler.addMenuItems
(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Tier<?> tier, Record record) void
TierLabelMenuHandler.addMenuItems
(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierViewItem item) TranscriptBatchBuilder.appendRecord
(Session session, Record record, Transcriber transcriber, boolean chatTierNamesShown) Writes the contents of the given record to the batchTranscriptBatchBuilder.appendTier
(Session session, Record record, Tier<?> tier, TierViewItem tierViewItem, Transcriber transcriber, boolean chatTierNamesShown, AttributeSet additionalAttrs) Inserts a given tier at the end of the batchTranscriptBatchBuilder.appendTierLabel
(Session session, Record record, Tier<?> tier, String label, TierViewItem tierViewItem, boolean chatTierNamesShown, AttributeSet additionalAttrs) Appends the label of the given tier to the batch.TranscriptStyleContext.getTranscriptionSelectorAttributes
(Record record, Tier<?> tier, String transcriptionText, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport) Gets an attribute set containing a reference to the transcript selector component factory.void
TranscriptDocument.setSession
(Session session) Sets the session and reloads the content of the document accordinglyConstructors in ca.phon.app.session.editor.view.transcript with parameters of type SessionModifierConstructorDescriptionTranscriptEditor
(Session session) ConstructorTranscriptEditor
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, UndoManager undoManager) ConstructorTranscriptEditorKit
(Session session) TranscriptionSelectorComponentFactory
(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Record record, Tier<?> tier, String transcriptionText) ConstructorTranscriptViewFactory
(Session session) -
Uses of Session in ca.phon.app.session.intervalTiers
Constructors in ca.phon.app.session.intervalTiers with parameters of type 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 stream, PhonTalkListener listener) Convert stream to sessionRead talkbank xml fileTalkbankReader.readStream
(InputStream stream) Read stream as talkbank xml fileMethods in ca.phon.phontalk with parameters of type SessionModifier and TypeMethodDescriptionvoid
Phon2XmlConverter.sessionToStream
(Session session, OutputStream out, PhonTalkListener listener) void
TalkbankWriter.writeCHAT
(Session session, XMLStreamWriter writer) void
TalkbankWriter.writeSession
(Session session, OutputStream stream) Write to streamvoid
TalkbankWriter.writeSession
(Session session, String filename) Write to file -
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 TypeMethodDescriptionvoid
CHATSessionWriter.writeSession
(Session session, OutputStream out) void
TalkBankSessionWriter.writeSession
(Session session, OutputStream out) -
Uses of Session in ca.phon.project
Methods in ca.phon.project that return SessionModifier and TypeMethodDescriptionLocalProject.createSessionFromTemplate
(String corpus, String session) SessionTemplate.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.LocalProject.getSessionTemplate
(String corpus) SessionTemplate.getSessionTemplate
(String corpus) Get the Session template for the given 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.Methods in ca.phon.project with parameters of type SessionModifier and TypeMethodDescriptionlong
LocalProject.getSessionByteSize
(Session session) long
SessionDetails.getSessionByteSize
(Session session) Returns the size on disk for the given session.LocalProject.getSessionModificationTime
(Session session) SessionDetails.getSessionModificationTime
(Session session) Returns the modification date for the given sessionLocalProject.getSessionPath
(Session session) ProjectPaths.getSessionPath
(Session session) Get path to the given session.LocalProject.getSessionWriteLock
(Session session) MutableProject.getSessionWriteLock
(Session session) Get a write lock for a session.boolean
LocalProject.isSessionLocked
(Session session) boolean
MutableProject.isSessionLocked
(Session session) Tells whether the given session is lockedvoid
LocalProject.releaseSessionWriteLock
(Session session, SessionWriteLock writeLock) void
MutableProject.releaseSessionWriteLock
(Session session, SessionWriteLock writeLock) Release the write lock for a session.void
LocalProject.removeSession
(Session session, SessionWriteLock writeLock) void
MutableProject.removeSession
(Session session, SessionWriteLock writeLock) Remove a session from the project.void
LocalProject.saveSession
(Session session, SessionWriteLock writeLock) void
LocalProject.saveSession
(String corpus, String sessionName, Session session, SessionWriteLock writeLock) void
LocalProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) void
MutableProject.saveSession
(Session session, SessionWriteLock writeLock) Save a session with the provided writeLock.void
MutableProject.saveSession
(String corpus, String sessionName, Session session, SessionWriteLock writeLock) Save a session to the specified corpus and new sessionName.void
MutableProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) Save a session writing the file using the given writer.void
LocalProject.saveSessionTemplate
(String corpus, Session template) void
SessionTemplate.saveSessionTemplate
(String corpus, Session template) Save the Session template for the given corpus.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.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 session.SessionFactory.createRecord
(Session session) Create a new record for the given session with current blind tier status and tier params setup correctly for system tiers.SessionFactory.createRecord
(Session session, Participant speaker) Create a new record for given session and speakerstatic String
UserTierType.determineCHATTierName
(Session session, String tierName) Abbreviate given tier name to a CHAT tier name.static Syllabifier
SyllabifierOptions.findSyllabifier
(Session session, Record record, Tier<IPATranscript> tier) Return syllabifier based on the following rules: If tier parameters has a value for key TIER_SYLLABIFIER, use syllabifier for that language if found If record language is set, attempt to find syllabifier for that language If session language is set, attempt to find syllabifier for that language Finally, return default syllabifiervoid
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
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.boolean
CheckAlignment.checkTranscriptElement
(SessionValidator validator, Session session, int elementIndex) boolean
CheckTranscripts.checkTranscriptElement
(SessionValidator validator, Session session, int eleIdx) boolean
SegmentOverlapCheck.checkTranscriptElement
(SessionValidator validator, Session session, int elementIndex) boolean
SessionCheck.checkTranscriptElement
(SessionValidator validator, Session session, int elementIndex) Check specified transcript element index for issues.void
SessionValidator.fireValidationEvent
(ValidationEvent.Severity severity, Session session, int record, String message) void
SessionValidator.fireValidationEvent
(ValidationEvent.Severity severity, Session session, int record, String tierName, 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, String message) void
SessionValidator.fireValidationEvent
(Session session, String message) void
ValidationEvent.setSession
(Session session) boolean
boolean
Constructors in ca.phon.session.check with parameters of type SessionModifierConstructorDescriptionValidationEvent
(ValidationEvent.Severity severity, Session session, int elementIndex, String message) ValidationEvent
(ValidationEvent.Severity severity, Session session, int elementIndex, String message, SessionQuickFix... quickFixes) ValidationEvent
(ValidationEvent.Severity severity, Session session, int elementIndex, String tierName, 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 elementIndex, String message) ValidationEvent
(Session session, int elementIndex, String message, SessionQuickFix... quickFixes) ValidationEvent
(Session session, int elementIndex, String tierName, String message) ValidationEvent
(Session session, int elementIndex, String tierName, 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.v1_2
Classes in ca.phon.session.io.xml.v1_2 that implement interfaces with type arguments of type SessionModifier and TypeClassDescriptionclass
Session XML reader for session files with version 'PB1.2' When reading in this older format alignment may be fixed.Methods in ca.phon.session.io.xml.v1_2 that return Session -
Uses of Session in ca.phon.session.io.xml.v2_0
Classes in ca.phon.session.io.xml.v2_0 that implement interfaces with type arguments of type SessionModifier and TypeClassDescriptionfinal class
Session XML reader for session files with starting element {https://phon.ca/ns/session}session (version '2.0'.)Methods in ca.phon.session.io.xml.v2_0 that return SessionMethods in ca.phon.session.io.xml.v2_0 with parameters of type SessionModifier and TypeMethodDescriptionvoid
XmlSessionWriterV2_0.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