Module fr.boreal.backward_chaining
Record Class RewritingOutput
java.lang.Object
java.lang.Record
fr.boreal.backward_chaining.evaluators.RewritingOutput
- All Implemented Interfaces:
Serializable
public record RewritingOutput(FOQuery query, FOQueryDisjunction rewritings, Optional<String> message)
extends Record
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRewritingOutput(FOQuery query, FOQueryDisjunction rewritings, Optional<String> message) Creates an instance of aRewritingOutputrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.query()Returns the value of thequeryrecord component.Returns the value of therewritingsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RewritingOutput
Creates an instance of aRewritingOutputrecord class.- Parameters:
query- the value for thequeryrecord componentrewritings- the value for therewritingsrecord componentmessage- the value for themessagerecord component
-
-
Method Details
-
printRewritingCount
-
printOnlyRewritingCount
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
query
Returns the value of thequeryrecord component.- Returns:
- the value of the
queryrecord component
-
rewritings
Returns the value of therewritingsrecord component.- Returns:
- the value of the
rewritingsrecord component
-
message
-