Record Class UndirectedCrossReferenceInfo
java.lang.Object
java.lang.Record
tools.refinery.store.reasoning.translator.crossreference.UndirectedCrossReferenceInfo
public record UndirectedCrossReferenceInfo(PartialRelation type, Multiplicity multiplicity, TruthValue defaultValue, ConcretizationSettings concretizationSettings, Set<PartialRelation> supersets)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionUndirectedCrossReferenceInfo(PartialRelation type, Multiplicity multiplicity, TruthValue defaultValue, ConcretizationSettings concretizationSettings, Set<PartialRelation> supersets) Creates an instance of aUndirectedCrossReferenceInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconcretizationSettingsrecord component.Returns the value of thedefaultValuerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanReturns the value of themultiplicityrecord component.Returns the value of thesupersetsrecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Constructor Details
-
UndirectedCrossReferenceInfo
public UndirectedCrossReferenceInfo(PartialRelation type, Multiplicity multiplicity, TruthValue defaultValue, ConcretizationSettings concretizationSettings, Set<PartialRelation> supersets) Creates an instance of aUndirectedCrossReferenceInforecord class.- Parameters:
type- the value for thetyperecord componentmultiplicity- the value for themultiplicityrecord componentdefaultValue- the value for thedefaultValuerecord componentconcretizationSettings- the value for theconcretizationSettingsrecord componentsupersets- the value for thesupersetsrecord component
-
-
Method Details
-
isConstrained
public boolean isConstrained() -
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
multiplicity
Returns the value of themultiplicityrecord component.- Returns:
- the value of the
multiplicityrecord component
-
defaultValue
Returns the value of thedefaultValuerecord component.- Returns:
- the value of the
defaultValuerecord component
-
concretizationSettings
Returns the value of theconcretizationSettingsrecord component.- Returns:
- the value of the
concretizationSettingsrecord component
-
supersets
Returns the value of thesupersetsrecord component.- Returns:
- the value of the
supersetsrecord component
-