Package com.semedy.reasoner.app
Class Check4Bulk
java.lang.Object
com.semedy.reasoner.app.Check4Bulk
- All Implemented Interfaces:
Check4Bug
This class checks whether an error exists.
It it used within problem optimizer
It it used within problem optimizer
- Author:
- angele
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorStillHere(List<String> factfilepaths, List<String> rulefilepaths) check whether problem still existsString[]Get the initial fact filesReturn the rule files to be loaded.Get the temporary directory used for minimizing
and used for storing the result files.
-
Constructor Details
-
Check4Bulk
public Check4Bulk()
-
-
Method Details
-
errorStillHere
public boolean errorStillHere(List<String> factfilepaths, List<String> rulefilepaths) throws SemReasonerException, InterruptedException Description copied from interface:Check4Bugcheck whether problem still exists- Specified by:
errorStillHerein interfaceCheck4Bug- Parameters:
factfilepaths- , files to load facts fromrulefilepaths- , files to load rules from- Returns:
- Throws:
SemReasonerExceptionInterruptedException
-
getTempDir
Description copied from interface:Check4BugGet the temporary directory used for minimizing
and used for storing the result files.- Specified by:
getTempDirin interfaceCheck4Bug- Returns:
- temp directory
-
getFactFiles
Description copied from interface:Check4BugGet the initial fact files- Specified by:
getFactFilesin interfaceCheck4Bug- Returns:
-
getRuleFiles
Description copied from interface:Check4BugReturn the rule files to be loaded.
Null if no rule file has to be loaded.- Specified by:
getRuleFilesin interfaceCheck4Bug- Returns:
- list of rule files to be loaded
-