Interface IOperationResult

All Superinterfaces:
Serializable

public interface IOperationResult extends 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 Type
    Method
    Description
    default String
    Returns a textual representation of the operation result.
  • Method Details

    • serializationString

      default String serializationString()
      Returns a textual representation of the operation result.
      Returns:
      string representing info on the operation : result or error message