 Inheritance diagram for flowmon-parse-results.FiveTuple:
 Inheritance diagram for flowmon-parse-results.FiveTuple: Collaboration diagram for flowmon-parse-results.FiveTuple:
 Collaboration diagram for flowmon-parse-results.FiveTuple:| Public Member Functions | |
| def | __init__ (self, el) | 
| Public Attributes | |
| destinationAddress | |
| destination address  More... | |
| destinationPort | |
| destination port  More... | |
| protocol | |
| network protocol  More... | |
| sourceAddress | |
| class variablessource address  More... | |
| sourcePort | |
| source port  More... | |
| Static Private Attributes | |
| list | __slots__ = ['sourceAddress', 'destinationAddress', 'protocol', 'sourcePort', 'destinationPort'] | 
| class variable list  More... | |
Definition at line 17 of file flowmon-parse-results.py.
| def flowmon-parse-results.FiveTuple.__init__ | ( | self, | |
| el | |||
| ) | 
The initializer. @param self The object pointer. @param el The element.
Definition at line 32 of file flowmon-parse-results.py.
| 
 | staticprivate | 
class variable list
Definition at line 31 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.destinationAddress | 
destination address
Definition at line 38 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.destinationPort | 
destination port
Definition at line 40 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.protocol | 
network protocol
Definition at line 41 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.sourceAddress | 
class variablessource address
Definition at line 37 of file flowmon-parse-results.py.
| flowmon-parse-results.FiveTuple.sourcePort | 
source port
Definition at line 39 of file flowmon-parse-results.py.