Java: QlDoc for isKnownKind

This commit is contained in:
Stephan Brandauer
2023-05-31 14:10:54 +02:00
parent 03051dde7f
commit 5de56db3af

View File

@@ -22,6 +22,10 @@ class DollarAtString extends string {
}
}
/**
* Holds for all combinations of MaD kinds (`kind`) and their human readable
* descriptions.
*/
predicate isKnownKind(
string kind, string humanReadableKind, AutomodelEndpointTypes::EndpointType type
) {