Package flumotion :: Package admin :: Package assistant :: Module models :: Class Plug
[hide private]

type Plug

source code

object --+
         |
        Plug
Known Subclasses:

I am a Plug. A plug has a name which identifies it and must be unique within a flow.

Instance Methods [hide private]
 
__init__(self) source code
 
getProperties(self) source code
Class Variables [hide private]
  plugType
the type of the plug, such as cortado, this is not mandatory in the class, can also be set in the instance.
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)