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, boolean partial, Set<PartialRelation> supersets)
extends Record
-
Constructor Summary
ConstructorDescriptionUndirectedCrossReferenceInfo
(PartialRelation type, Multiplicity multiplicity, TruthValue defaultValue, boolean partial, Set<PartialRelation> supersets) Creates an instance of aUndirectedCrossReferenceInfo
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedefaultValue
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
Returns the value of themultiplicity
record component.boolean
partial()
Returns the value of thepartial
record component.Returns the value of thesupersets
record component.final String
toString()
Returns a string representation of this record class.type()
Returns the value of thetype
record component.
-
Constructor Details
-
UndirectedCrossReferenceInfo
public UndirectedCrossReferenceInfo(PartialRelation type, Multiplicity multiplicity, TruthValue defaultValue, boolean partial, Set<PartialRelation> supersets) Creates an instance of aUndirectedCrossReferenceInfo
record class.- Parameters:
type
- the value for thetype
record componentmultiplicity
- the value for themultiplicity
record componentdefaultValue
- the value for thedefaultValue
record componentpartial
- the value for thepartial
record componentsupersets
- the value for thesupersets
record 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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
type
Returns the value of thetype
record component.- Returns:
- the value of the
type
record component
-
multiplicity
Returns the value of themultiplicity
record component.- Returns:
- the value of the
multiplicity
record component
-
defaultValue
Returns the value of thedefaultValue
record component.- Returns:
- the value of the
defaultValue
record component
-
partial
public boolean partial()Returns the value of thepartial
record component.- Returns:
- the value of the
partial
record component
-
supersets
Returns the value of thesupersets
record component.- Returns:
- the value of the
supersets
record component
-