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 TypeMethodDescriptionvoidAutosaves.createAutosave(Session session) voidAutosaves.createAutosave(Session session, String corpus, String sessionName) Create an autosave for the givn sesion.Autosaves.getAutosaveDateTime(Session session) Autosaves.getAutosavePath(Session session) booleanAutosaves.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 TypeMethodDescriptionvoidCSVExporter.exportCSV(Session[] sessions, CSVExportSettings settings, String filePath) voidCSVImporterListener.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.voidCSVImporterListener.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 TypeMethodDescriptionvoidSessionMerger.mergeDependentTiers(Session dest, Session src) Merge dependent tiers.voidSessionMerger.mergeSession(Session dest, Session src, RecordFilter filter) Merge the given sessions using the given utterance filters.voidSessionMerger.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 SessionSessionFileOpenHandler.openSession(File file) Methods in ca.phon.app.session with parameters of type SessionModifier and TypeMethodDescriptionjxl.write.WritableSheetSessionToExcel.createSheetInWorkbook(jxl.write.WritableWorkbook wb, Session session) Create a new sheet in a writable excel workbookvoidRecordFilterPanel.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.SessionChangedSession has changed in editorstatic final EditorEventType<Session> EditorEventType.SessionSavedEditor 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 TypeMethodDescriptionvoidDefaultEditorDataModel.setSession(Session session) voidEditorDataModel.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) ConstructorViewIconStrip(int side, Session session, EditorEventManager editorEventManager, UndoableEditSupport undoableEditSupport, EditorViewModel viewModel) ViewIconStrip(Session session, EditorEventManager editorEventManager, UndoableEditSupport undoableEditSupport, EditorViewModel viewModel) -
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) FindManager(Session session, Transcriber transcriber) 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) ConstructorShowHideViewEdit(Session session, EditorEventManager editorEventManager, EditorViewModel viewModel, String viewName, boolean show) 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 TypeMethodDescriptionvoidMediaPlayerEditorView.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<FindResult> results) SearchViewTableModel(Session session, List<FindResult> results) -
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, Transcriber transcriber, Record record, Tier<IPATranscript> tier, IPATranscript transcript, int index, SyllableConstituentType scType) SyllabificationSettingsPanel(Session session) SyllabifyEdit(Session session, EditorEventManager eventManager, int transcriptElementIndex, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) ToggleDiphthongEdit(Session session, EditorEventManager editorEventManager, int transcriptElementIndex, Tier<IPATranscript> tier, int index1, int index2, Transcriber transcriber) -
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 TypeMethodDescriptionvoidDefaultTierLabelMenuHandler.addMenuItems(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Tier<?> tier, Record record) voidDefaultTierLabelMenuHandler.addMenuItems(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, TierViewItem item) voidTierLabelMenuHandler.addMenuItems(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Tier<?> tier, Record record) voidTierLabelMenuHandler.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.voidTranscriptDocument.setSession(Session session) Sets the session and reloads the content of the document accordinglyvoidTranscriptDocument.setSessionNoPopulate(Session session) Set session but does not populate the document.Constructors 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.editor.view.transcript.extensions
Constructors in ca.phon.app.session.editor.view.transcript.extensions with parameters of type SessionModifierConstructorDescriptionSyllabifierChangeEdit(Session session, EditorEventManager editorEventManager, String tierName, String syllabifierName) Constructor -
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 FileMediaLocator.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 TypeMethodDescriptionvoidPhon2XmlConverter.sessionToStream(Session session, OutputStream out, PhonTalkListener listener) voidTalkbankWriter.writeCHAT(Session session, XMLStreamWriter writer) voidTalkbankWriter.writeSession(Session session, OutputStream stream) Write to streamvoidTalkbankWriter.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 SessionCHATOpenFileHandler.openSession(File file) CHATSessionReader.readSession(InputStream stream) TalkBankSessionReader.readSession(InputStream stream) Methods in ca.phon.phontalk.plugin with parameters of type SessionModifier and TypeMethodDescriptionvoidCHATSessionWriter.writeSession(Session session, OutputStream out) voidTalkBankSessionWriter.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 TypeMethodDescriptionlongLocalProject.getSessionByteSize(Session session) longSessionDetails.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.booleanLocalProject.isSessionLocked(Session session) booleanMutableProject.isSessionLocked(Session session) Tells whether the given session is lockedvoidLocalProject.releaseSessionWriteLock(Session session, SessionWriteLock writeLock) voidMutableProject.releaseSessionWriteLock(Session session, SessionWriteLock writeLock) Release the write lock for a session.voidLocalProject.removeSession(Session session, SessionWriteLock writeLock) voidMutableProject.removeSession(Session session, SessionWriteLock writeLock) Remove a session from the project.voidLocalProject.saveSession(Session session, SessionWriteLock writeLock) voidLocalProject.saveSession(String corpus, String sessionName, Session session, SessionWriteLock writeLock) voidLocalProject.saveSession(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) voidMutableProject.saveSession(Session session, SessionWriteLock writeLock) Save a session with the provided writeLock.voidMutableProject.saveSession(String corpus, String sessionName, Session session, SessionWriteLock writeLock) Save a session to the specified corpus and new sessionName.voidMutableProject.saveSession(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) Save a session writing the file using the given writer.voidLocalProject.saveSessionTemplate(String corpus, Session template) voidSessionTemplate.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 TypeMethodDescriptionvoidQueryScriptContext.callBeginSearch(org.mozilla.javascript.Scriptable scope, Session session) Call thebegin_searchfunctionvoidQueryScriptContext.callEndSearch(org.mozilla.javascript.Scriptable scope, Session session) Call theend_searchfunctionConstructors 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.voidSessionFactory.copySessionInformation(Session session, Session dest) Copy session information from one session to the destination.voidSessionFactory.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 StringUserTierType.determineCHATTierName(Session session, String tierName) Abbreviate given tier name to a CHAT tier name.static SyllabifierSyllabifierOptions.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 syllabifierstatic SyllabifierSyllabifierOptions.findSyllabifier(Session session, Record record, String tierName) 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 syllabifierstatic StringSyllabifierOptions.getSyllabifierForTier(Session session, String tierName) Gets the custom syllabifier language for the given tier in the provided session.static voidSyllabifierOptions.setSyllabifierForTier(Session session, String tierName, Syllabifier syllabifier) Set syllabifier language for tier in the provided session.static voidSyllabifierOptions.setSyllabifierForTier(Session session, String tierName, String syllabifierLanguage) Set syllabifier language for tier in the provided session.voidSessionFactory.setupDefaultTierView(Session session) Setup default tier view for 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 TypeMethodDescriptionbooleanCheckAlignment.checkSession(SessionValidator validator, Session session, Transcriber transcriber) booleanCheckTranscripts.checkSession(SessionValidator validator, Session session, Transcriber transcriber) booleanSegmentOverlapCheck.checkSession(SessionValidator validator, Session session, Transcriber transcriber) booleanSessionCheck.checkSession(SessionValidator validator, Session session, Transcriber transcriber) Check session and report any issues using the given validator.booleanCheckAlignment.checkTranscriptElement(SessionValidator validator, Session session, int elementIndex, Transcriber transcriber) booleanCheckTranscripts.checkTranscriptElement(SessionValidator validator, Session session, int eleIdx, Transcriber transcriber) booleanSegmentOverlapCheck.checkTranscriptElement(SessionValidator validator, Session session, int elementIndex, Transcriber transcriber) booleanSessionCheck.checkTranscriptElement(SessionValidator validator, Session session, int elementIndex, Transcriber transcriber) Check specified transcript element index for issues.voidSessionValidator.fireValidationEvent(ValidationEvent.Severity severity, Session session, int record, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(ValidationEvent.Severity severity, Session session, int record, String tierName, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(ValidationEvent.Severity severity, Session session, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(Session session, int record, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(Session session, int record, String tierName, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(Session session, Transcriber transcriber, String message) booleanSessionValidator.validate(Session session, int elementIndex, Transcriber transcriber) Validate the given transcript element index using all available session checks.booleanSessionValidator.validate(Session session, Transcriber transcriber) Validate the given session using all available session checks.Constructors in ca.phon.session.check with parameters of type SessionModifierConstructorDescriptionValidationEvent(ValidationEvent.Severity severity, Session session, int elementIndex, Transcriber transcriber, String message) ValidationEvent(ValidationEvent.Severity severity, Session session, int elementIndex, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(ValidationEvent.Severity severity, Session session, int elementIndex, String tierName, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(ValidationEvent.Severity severity, Session session, Transcriber transcriber, String message) ValidationEvent(ValidationEvent.Severity severity, Session session, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(Session session, int elementIndex, Transcriber transcriber, String message) ValidationEvent(Session session, int elementIndex, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(Session session, int elementIndex, String tierName, Transcriber transcriber, String message) ValidationEvent(Session session, int elementIndex, String tierName, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(Session session, Transcriber transcriber, String message) ValidationEvent(Session session, Transcriber transcriber, 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 TypeMethodDescriptionvoidSessionWriter.writeSession(Session session, OutputStream out) Write the givenSessionto 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 TypeClassDescriptionclassSession 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 TypeClassDescriptionclassSession 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 TypeMethodDescriptionvoidXmlSessionWriterV2_0.writeSession(Session session, OutputStream out) -
Uses of Session in ca.phon.session.io.xml.v2_1
Classes in ca.phon.session.io.xml.v2_1 that implement interfaces with type arguments of type SessionModifier and TypeClassDescriptionclassSession XML reader for session files with starting element {https://phon.ca/ns/session}session (version '2.1'.)Methods in ca.phon.session.io.xml.v2_1 that return SessionMethods in ca.phon.session.io.xml.v2_1 with parameters of type SessionModifier and TypeMethodDescriptionvoidXmlSessionWriterV2_1.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 MediaSegmentSegmentCalculator.contiguousSegment(Session session, int recordIndex) Get contiguous speech segment for speaker at given record index.static MediaSegmentSegmentCalculator.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