Package org.aksw.rml.jena.impl
Record Class RmlModelImporter.RmlInput
java.lang.Object
java.lang.Record
org.aksw.rml.jena.impl.RmlModelImporter.RmlInput
- Enclosing class:
RmlModelImporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseIri()Returns the value of thebaseIrirecord component.final booleanIndicates whether some other object is "equal to" this one.file()Returns the value of thefilerecord component.final inthashCode()Returns a hash code value for this object.org.apache.jena.rdf.model.Modelmodel()Returns the value of themodelrecord component.Returns the value of thermlTriplesMapClassesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RmlInput
public RmlInput(String file, Set<Class<? extends org.aksw.rmltk.model.backbone.rml.ITriplesMapRml>> rmlTriplesMapClasses, org.apache.jena.rdf.model.Model model, String baseIri) Creates an instance of aRmlInputrecord class.- Parameters:
file- the value for thefilerecord componentrmlTriplesMapClasses- the value for thermlTriplesMapClassesrecord componentmodel- the value for themodelrecord componentbaseIri- the value for thebaseIrirecord component
-
-
Method Details
-
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). -
file
Returns the value of thefilerecord component.- Returns:
- the value of the
filerecord component
-
rmlTriplesMapClasses
public Set<Class<? extends org.aksw.rmltk.model.backbone.rml.ITriplesMapRml>> rmlTriplesMapClasses()Returns the value of thermlTriplesMapClassesrecord component.- Returns:
- the value of the
rmlTriplesMapClassesrecord component
-
model
public org.apache.jena.rdf.model.Model model()Returns the value of themodelrecord component.- Returns:
- the value of the
modelrecord component
-
baseIri
Returns the value of thebaseIrirecord component.- Returns:
- the value of the
baseIrirecord component
-