Esempio n. 1
0
    def rn(self):  # pylint:disable=invalid-name
        """Get the relative name.

        Returns:
          cobra.mit.naming.Rn: The relative name for this Mo.
        """
        return BaseMo._rn(self)
Esempio n. 2
0
    def rn(self):  # pylint:disable=invalid-name
        """Get the relative name.

        Returns:
          cobra.mit.naming.Rn: The relative name for this Mo.
        """
        return BaseMo._rn(self)
Esempio n. 3
0
 def rn(self):
     """
     Returns the relative name (Rn) of the managed object (MO).
     """    
     return BaseMo._rn(self)
Esempio n. 4
0
File: mo.py Progetto: tm0nk/cobra-j
 def rn(self):
     """
     Returns the relative name (Rn) of the managed object (MO).
     """    
     return BaseMo._rn(self)