Package ca.phon.session.check
Interface SessionCheck
- All Known Implementing Classes:
AlignedWordCountCheck
,CheckAlignment
,CheckTranscripts
,Phon2TalkBankRecordCheck
,SegmentOverlapCheck
public interface SessionCheck
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<SessionCheck>
Get a list of available session checks.boolean
checkSession
(SessionValidator validator, Session session) Check session and report any issues using the given validator.void
loadProperties
(Properties props) boolean
Perform check by default in session editor and session check wizard.
-
Method Details
-
availableChecks
Get a list of available session checks.- Returns:
- all available session checks
-
performCheckByDefault
boolean performCheckByDefault()Perform check by default in session editor and session check wizard. This setting may be overridden by user settings in the Session Check view.- Returns:
- true if check should execute during record editor start-up
-
checkSession
Check session and report any issues using the given validator.- Parameters:
validator
-session
-- Returns:
- true if session was modified, false otherwise
-
getProperties
Properties getProperties() -
loadProperties
-