Record Class FactBaseDescription
java.lang.Object
java.lang.Record
fr.inria.rules.integraal.model.kb.impl.FactBaseDescription
- Record Components:
url- the location of the described fact basequery- the access query associated with the fact base
-
Constructor Summary
ConstructorsConstructorDescriptionFactBaseDescription(String url, String query) Constructor using an url and a query -
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.query()Returns the access query associated with this fact base.final StringtoString()Returns a string representation of this record class.url()Returns the location of this fact base.
-
Constructor Details
-
FactBaseDescription
-
-
Method Details
-
query
-
url
-
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).
-