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

functions.Interface.ext Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
extension functions::TypeChecks;

cached boolean isInterface(uml::Element element):
    element.isInstanceOf("org.eclipse.uml2.uml.Interface");

cached uml::Interface asInterface(uml::Element element):
    (uml::Interface) element;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy