Change some comments about OMF RM
authorJulien Tribino <julien.tribino@inria.fr>
Wed, 8 Jan 2014 15:57:27 +0000 (16:57 +0100)
committerJulien Tribino <julien.tribino@inria.fr>
Wed, 8 Jan 2014 15:57:27 +0000 (16:57 +0100)
src/nepi/resources/omf/application.py
src/nepi/resources/omf/channel.py
src/nepi/resources/omf/interface.py
src/nepi/resources/omf/node.py

index c4dfdaa..27c7b10 100644 (file)
@@ -39,11 +39,6 @@ class OMFApplication(OMFResource):
         :param creds: Credentials to communicate with the rm (XmppClient)
         :type creds: dict
 
-    .. note::
-
-       This class is used only by the Experiment Controller through the 
-       Resource Factory
-
     """
     _rtype = "OMFApplication"
     _authorized_connections = ["OMFNode"]
index 17478fd..f863df2 100644 (file)
@@ -38,10 +38,6 @@ class OMFChannel(OMFResource):
         :param creds: Credentials to communicate with the rm (XmppClient for OMF)
         :type creds: dict
 
-    .. note::
-
-       This class is used only by the Experiment Controller through the Resource Factory
-
     """
     _rtype = "OMFChannel"
     _authorized_connections = ["OMFWifiInterface", "OMFNode"]
index cd2fb9d..f8709bf 100644 (file)
@@ -39,11 +39,6 @@ class OMFWifiInterface(OMFResource):
         :param creds: Credentials to communicate with the rm (XmppClient for OMF)
         :type creds: dict
 
-    .. note::
-
-       This class is used only by the Experiment Controller through the Resource 
-       Factory
-
     """
     _rtype = "OMFWifiInterface"
     _authorized_connections = ["OMFNode" , "OMFChannel"]
index a028d7b..de00a07 100644 (file)
@@ -38,10 +38,6 @@ class OMFNode(OMFResource):
         :param creds: Credentials to communicate with the rm (XmppClient for OMF)
         :type creds: dict
 
-    .. note::
-
-       This class is used only by the Experiment Controller through the Resource Factory
-
     """
     _rtype = "OMFNode"
     _authorized_connections = ["OMFApplication" , "OMFWifiInterface"]