Package ca.phon.session.check
Class AlignedWordCountCheck
java.lang.Object
ca.phon.session.check.AlignedWordCountCheck
- All Implemented Interfaces:
IPluginExtensionPoint<SessionCheck>
,SessionCheck
public class AlignedWordCountCheck
extends Object
implements SessionCheck, IPluginExtensionPoint<SessionCheck>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkSession
(SessionValidator validator, Session session) Check session and report any issues using the given validator.Class<?>
Get type of extensionGet factory for extension point objectsvoid
loadProperties
(Properties props) boolean
Perform check by default in session editor and session check wizard.
-
Constructor Details
-
AlignedWordCountCheck
public AlignedWordCountCheck()
-
-
Method Details
-
performCheckByDefault
public boolean performCheckByDefault()Description copied from interface:SessionCheck
Perform check by default in session editor and session check wizard. This setting may be overridden by user settings in the Session Check view.- Specified by:
performCheckByDefault
in interfaceSessionCheck
- Returns:
- true if check should execute during record editor start-up
-
checkSession
Description copied from interface:SessionCheck
Check session and report any issues using the given validator.- Specified by:
checkSession
in interfaceSessionCheck
- Returns:
- true if session was modified, false otherwise
-
getProperties
- Specified by:
getProperties
in interfaceSessionCheck
-
loadProperties
- Specified by:
loadProperties
in interfaceSessionCheck
-
getExtensionType
Description copied from interface:IPluginExtensionPoint
Get type of extension- Specified by:
getExtensionType
in interfaceIPluginExtensionPoint<SessionCheck>
-
getFactory
Description copied from interface:IPluginExtensionPoint
Get factory for extension point objects- Specified by:
getFactory
in interfaceIPluginExtensionPoint<SessionCheck>
-