Interface IOperationResult
- All Superinterfaces:
Serializable
Records information about a system operation ; for debug/monitor purposes.
Examples include the creation of logical elements (facts, rules, queries) and
reasoning algorithms (chase, rewriting).
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns a textual representation of the operation result.
-
Method Details
-
serializationString
Returns a textual representation of the operation result.- Returns:
- string representing info on the operation : result or error message
-