Record Class DirectedCrossReferenceInfo
java.lang.Object
java.lang.Record
tools.refinery.store.reasoning.translator.crossreference.DirectedCrossReferenceInfo
public record DirectedCrossReferenceInfo(PartialRelation sourceType, Multiplicity sourceMultiplicity, PartialRelation targetType, Multiplicity targetMultiplicity, TruthValue defaultValue, boolean partial, Set<PartialRelation> supersets, Set<PartialRelation> oppositeSupersets)
extends Record
-
Constructor Summary
ConstructorDescriptionDirectedCrossReferenceInfo
(PartialRelation sourceType, Multiplicity sourceMultiplicity, PartialRelation targetType, Multiplicity targetMultiplicity, TruthValue defaultValue, boolean partial, Set<PartialRelation> supersets, Set<PartialRelation> oppositeSupersets) Creates an instance of aDirectedCrossReferenceInfo
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 theoppositeSupersets
record component.boolean
partial()
Returns the value of thepartial
record component.Returns the value of thesourceMultiplicity
record component.Returns the value of thesourceType
record component.Returns the value of thesupersets
record component.Returns the value of thetargetMultiplicity
record component.Returns the value of thetargetType
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
DirectedCrossReferenceInfo
public DirectedCrossReferenceInfo(PartialRelation sourceType, Multiplicity sourceMultiplicity, PartialRelation targetType, Multiplicity targetMultiplicity, TruthValue defaultValue, boolean partial, Set<PartialRelation> supersets, Set<PartialRelation> oppositeSupersets) Creates an instance of aDirectedCrossReferenceInfo
record class.- Parameters:
sourceType
- the value for thesourceType
record componentsourceMultiplicity
- the value for thesourceMultiplicity
record componenttargetType
- the value for thetargetType
record componenttargetMultiplicity
- the value for thetargetMultiplicity
record componentdefaultValue
- the value for thedefaultValue
record componentpartial
- the value for thepartial
record componentsupersets
- the value for thesupersets
record componentoppositeSupersets
- the value for theoppositeSupersets
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 '=='. -
sourceType
Returns the value of thesourceType
record component.- Returns:
- the value of the
sourceType
record component
-
sourceMultiplicity
Returns the value of thesourceMultiplicity
record component.- Returns:
- the value of the
sourceMultiplicity
record component
-
targetType
Returns the value of thetargetType
record component.- Returns:
- the value of the
targetType
record component
-
targetMultiplicity
Returns the value of thetargetMultiplicity
record component.- Returns:
- the value of the
targetMultiplicity
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
-
oppositeSupersets
Returns the value of theoppositeSupersets
record component.- Returns:
- the value of the
oppositeSupersets
record component
-