Record Class InherentConflictDetector.Conflict
java.lang.Object
java.lang.Record
org.episteme.social.law.InherentConflictDetector.Conflict
- Enclosing class:
InherentConflictDetector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.section1()Returns the value of thesection1record component.section2()Returns the value of thesection2record component.doubleseverity()Returns the value of theseverityrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Conflict
Creates an instance of aConflictrecord class.- Parameters:
section1- the value for thesection1record componentsection2- the value for thesection2record componentdescription- the value for thedescriptionrecord componentseverity- the value for theseverityrecord component
-
-
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. -
section1
Returns the value of thesection1record component.- Returns:
- the value of the
section1record component
-
section2
Returns the value of thesection2record component.- Returns:
- the value of the
section2record component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
severity
public double severity()Returns the value of theseverityrecord component.- Returns:
- the value of the
severityrecord component
-