Record Class ReferenceInfo
java.lang.Object
java.lang.Record
tools.refinery.store.reasoning.translator.metamodel.ReferenceInfo
public record ReferenceInfo(boolean containment, PartialRelation sourceType, Multiplicity multiplicity, PartialRelation targetType, PartialRelation opposite, TruthValue defaultValue, ConcretizationSettings concretizationSettings, Set<PartialRelation> supersets)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceInfo(boolean containment, PartialRelation sourceType, Multiplicity multiplicity, PartialRelation targetType, PartialRelation opposite, TruthValue defaultValue, ConcretizationSettings concretizationSettings, Set<PartialRelation> supersets) Creates an instance of aReferenceInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic ReferenceInfoBuilderbuilder()Returns the value of theconcretizationSettingsrecord component.booleanReturns the value of thecontainmentrecord 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.Returns the value of themultiplicityrecord component.opposite()Returns the value of theoppositerecord component.Returns the value of thesourceTyperecord component.Returns the value of thesupersetsrecord component.Returns the value of thetargetTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ReferenceInfo
public ReferenceInfo(boolean containment, PartialRelation sourceType, Multiplicity multiplicity, PartialRelation targetType, PartialRelation opposite, TruthValue defaultValue, ConcretizationSettings concretizationSettings, Set<PartialRelation> supersets) Creates an instance of aReferenceInforecord class.- Parameters:
containment- the value for thecontainmentrecord componentsourceType- the value for thesourceTyperecord componentmultiplicity- the value for themultiplicityrecord componenttargetType- the value for thetargetTyperecord componentopposite- the value for theoppositerecord componentdefaultValue- the value for thedefaultValuerecord componentconcretizationSettings- the value for theconcretizationSettingsrecord componentsupersets- the value for thesupersetsrecord component
-
-
Method Details
-
builder
-
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 '=='. -
containment
public boolean containment()Returns the value of thecontainmentrecord component.- Returns:
- the value of the
containmentrecord component
-
sourceType
Returns the value of thesourceTyperecord component.- Returns:
- the value of the
sourceTyperecord component
-
multiplicity
Returns the value of themultiplicityrecord component.- Returns:
- the value of the
multiplicityrecord component
-
targetType
Returns the value of thetargetTyperecord component.- Returns:
- the value of the
targetTyperecord component
-
opposite
Returns the value of theoppositerecord component.- Returns:
- the value of the
oppositerecord 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
-