Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / omf / application.py
index 0c4bc46..c48298b 100644 (file)
@@ -42,8 +42,8 @@ class OMFApplication(OMFResource):
         :type guid: int
 
     """
-    _rtype = "OMFApplication"
-    _authorized_connections = ["OMFNode", "WilabtSfaNode"]
+    _rtype = "omf::Application"
+    _authorized_connections = ["omf::Node", "wilabt::sfa::Node"]
 
     @classmethod
     def _register_attributes(cls):