Record Class QueryEvaluationResultRulewerkVLog
java.lang.Object
java.lang.Record
export.printers.QueryEvaluationResultRulewerkVLog
- Record Components:
q- the queryanswers- to the query
public record QueryEvaluationResultRulewerkVLog(fr.inria.rules.integraal.model.query.api.Query q, long answers)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionQueryEvaluationResultRulewerkVLog(fr.inria.rules.integraal.model.query.api.Query q, long answers) Creates an instance of aQueryEvaluationResultRulewerkVLogrecord class. -
Method Summary
Modifier and TypeMethodDescriptionlonganswers()Returns the value of theanswersrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.fr.inria.rules.integraal.model.query.api.Queryq()Returns the value of theqrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
QueryEvaluationResultRulewerkVLog
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
q
-
answers
-