Record Class OpSpecContentConvertRdf
java.lang.Object
java.lang.Record
org.aksw.shellgebra.algebra.common.OpSpecContentConvertRdf
- All Implemented Interfaces:
OpSpec
-
Constructor Summary
ConstructorsConstructorDescriptionOpSpecContentConvertRdf(String sourceFormat, String targetFormat, String baseIri) Creates an instance of aOpSpecContentConvertRdfrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbaseIri()Returns the value of thebaseIrirecord 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 thesourceFormatrecord component.Returns the value of thetargetFormatrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
OpSpecContentConvertRdf
Creates an instance of aOpSpecContentConvertRdfrecord class.- Parameters:
sourceFormat- the value for thesourceFormatrecord componenttargetFormat- the value for thetargetFormatrecord componentbaseIri- the value for thebaseIrirecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
sourceFormat
Returns the value of thesourceFormatrecord component.- Returns:
- the value of the
sourceFormatrecord component
-
targetFormat
Returns the value of thetargetFormatrecord component.- Returns:
- the value of the
targetFormatrecord component
-
baseIri
Returns the value of thebaseIrirecord component.- Returns:
- the value of the
baseIrirecord component
-