All Downloads are FREE. Search and download functionalities are using the official Maven repository.

functions.JEAFService.ext Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
extension java::GeneratorCommons;

cached boolean isJEAFService(uml::Element element):
    element.isStereotypeApplied("JEAFService");

cached JMM::JEAFService asInterface(uml::Element element):
    (JMM::JEAFService) element;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy