Record Class Prefix
java.lang.Object
java.lang.Record
fr.inria.rules.integraal.util.Prefix
- Record Components:
prefixName- the short prefix nameprefix- the full prefix IRI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.prefix()Returns the full prefix IRI.Returns the short prefix name.toString()Returns a string representation of this record class.
-
Field Details
-
RDF
Constant for RDF prefix -
XSD
Constant for XSD prefix
-
-
Constructor Details
-
Prefix
-
-
Method Details
-
prefixName
-
prefix
-
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).
-