Java: Adapt TopJdpApi library to the re-factor.

This commit is contained in:
Michael Nebel
2023-01-04 10:35:17 +01:00
parent 372ecf402f
commit 8112058a0a
2 changed files with 8 additions and 3 deletions

View File

@@ -261,10 +261,15 @@ module Public {
NeutralCallable() { neutralElement(this, _) }
/**
* Holds if the neutral is auto generated.
* Holds if the neutral is auto generated.
*/
predicate isAutoGenerated() { neutralElement(this, "generated") }
/**
* Holds if there exists a manual neutral that applies to `this`.
*/
final predicate isManual() { this.hasProvenance("manual") }
/**
* Holds if the neutral has provenance `provenance`.
*/