Uses of Class
ca.phon.session.SessionPath
Package
Description
-
Uses of SessionPath in ca.phon.app.opgraph.analysis
Modifier and TypeMethodDescriptionvoid
AnalysisRunner.run
(Project project, List<SessionPath> selectedSessions, boolean showWizard) void
AnalysisRunner.setSelectedSessions
(List<SessionPath> selectedSessions) void
AnalysisLibrary.setupMenu
(Project project, List<SessionPath> selectedSessions, MenuElement menu) ModifierConstructorDescriptionAnalysisAction
(Project project, List<SessionPath> selectedSessions, URL analysisURL) AnalysisRunner
(ca.phon.opgraph.OpGraph graph, Project project, List<SessionPath> selectedSessions, boolean showWizard) AnalysisRunner
(URL graphURL, Project project, List<SessionPath> selectedSessions, boolean showWizard) -
Uses of SessionPath in ca.phon.app.opgraph.report
-
Uses of SessionPath in ca.phon.app.project
Modifier and TypeMethodDescriptionParticipantsPanel.getCheckedSessions()
SessionMerger.getSessionPaths()
Modifier and TypeMethodDescriptionvoid
SessionMerger.addSessionPath
(SessionPath sp) SessionMerger.getRecordFilter
(SessionPath path) void
SessionMerger.setRecordFilter
(SessionPath path, RecordFilter filter) -
Uses of SessionPath in ca.phon.app.project.checkwizard
-
Uses of SessionPath in ca.phon.app.project.mergewizard
Modifier and TypeMethodDescriptionMergeSessionStep2.getFilterForLocation
(SessionPath loc) MergeSessionStep2.getSessionAtLocation
(SessionPath loc) Modifier and TypeMethodDescriptionvoid
MergeSessionStep2.setSelectedSessions
(List<SessionPath> sessions) ModifierConstructorDescriptionMergeSessionStep2
(Project project, List<SessionPath> sessions) Constructor -
Uses of SessionPath in ca.phon.app.query
ModifierConstructorDescriptionQueryRunnerPanel
(Project project, QueryScript script, List<SessionPath> selectedSessions, boolean includeExcluded) -
Uses of SessionPath in ca.phon.app.session
Modifier and TypeMethodDescriptionvoid
ParticipantSelector.loadParticipants
(Project project, List<SessionPath> sessionPaths) void
SessionSelector.setSelectedSessions
(List<SessionPath> selectedSessions) -
Uses of SessionPath in ca.phon.project
Modifier and TypeMethodDescriptionParticipantHistory.getAgeForSession
(SessionPath sessionPath) ParticipantHistory.getNumberOfRecordsForSession
(SessionPath sessionPath) void
ParticipantCache.loadSession
(SessionPath sessionPath) void
ParticipantHistory.setAgeForSession
(SessionPath sessionPath, Period age) void
ParticipantHistory.setNumberOfRecordsForSession
(SessionPath sessionPath, int count) Modifier and TypeMethodDescriptionLocalProject.getParticipants
(Collection<SessionPath> sessions) ParticipantCache.getParticipants
(Collection<SessionPath> sessionPaths) Project.getParticipants
(Collection<SessionPath> sessions) Return a set of participants which are found in the given collection of Sessions.RemoteProject.getParticipants
(Collection<SessionPath> sessions)