Uses of Class
ca.phon.session.SessionPath
Packages that use SessionPath
Package
Description
-
Uses of SessionPath in ca.phon.app.opgraph.analysis
Methods in ca.phon.app.opgraph.analysis that return types with arguments of type SessionPathMethod parameters in ca.phon.app.opgraph.analysis with type arguments of type SessionPathModifier 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) Constructor parameters in ca.phon.app.opgraph.analysis with type arguments of type SessionPathModifierConstructorDescriptionAnalysisAction
(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
Methods in ca.phon.app.opgraph.report that return types with arguments of type SessionPath -
Uses of SessionPath in ca.phon.app.project
Methods in ca.phon.app.project that return SessionPathMethods in ca.phon.app.project that return types with arguments of type SessionPathModifier and TypeMethodDescriptionParticipantsPanel.getCheckedSessions()
SessionMerger.getSessionPaths()
Methods in ca.phon.app.project with parameters of type SessionPathModifier 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
Methods in ca.phon.app.project.checkwizard that return types with arguments of type SessionPath -
Uses of SessionPath in ca.phon.app.project.mergewizard
Methods in ca.phon.app.project.mergewizard that return types with arguments of type SessionPathMethods in ca.phon.app.project.mergewizard with parameters of type SessionPathModifier and TypeMethodDescriptionMergeSessionStep2.getFilterForLocation
(SessionPath loc) MergeSessionStep2.getSessionAtLocation
(SessionPath loc) Method parameters in ca.phon.app.project.mergewizard with type arguments of type SessionPathModifier and TypeMethodDescriptionvoid
MergeSessionStep2.setSelectedSessions
(List<SessionPath> sessions) Constructor parameters in ca.phon.app.project.mergewizard with type arguments of type SessionPathModifierConstructorDescriptionMergeSessionStep2
(Project project, List<SessionPath> sessions) Constructor -
Uses of SessionPath in ca.phon.app.query
Constructor parameters in ca.phon.app.query with type arguments of type SessionPathModifierConstructorDescriptionQueryRunnerPanel
(Project project, QueryScript script, List<SessionPath> selectedSessions, boolean includeExcluded) -
Uses of SessionPath in ca.phon.app.session
Methods in ca.phon.app.session that return types with arguments of type SessionPathMethods in ca.phon.app.session with parameters of type SessionPathMethod parameters in ca.phon.app.session with type arguments of type SessionPathModifier and TypeMethodDescriptionvoid
ParticipantSelector.loadParticipants
(Project project, List<SessionPath> sessionPaths) void
SessionSelector.setSelectedSessions
(List<SessionPath> selectedSessions) Constructors in ca.phon.app.session with parameters of type SessionPath -
Uses of SessionPath in ca.phon.project
Methods in ca.phon.project that return types with arguments of type SessionPathMethods in ca.phon.project with parameters of type SessionPathModifier 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) Method parameters in ca.phon.project with type arguments of type SessionPathModifier 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)