A Discrete-Event Network Simulator
API
flowmon-parse-results.FiveTuple Class Reference
+ Inheritance diagram for flowmon-parse-results.FiveTuple:
+ Collaboration diagram for flowmon-parse-results.FiveTuple:

Public Member Functions

def __init__ (self, el)
 

Public Attributes

 destinationAddress
 
 destinationPort
 
 protocol
 
 sourceAddress
 
 sourcePort
 

Static Private Attributes

list __slots__ = ['sourceAddress', 'destinationAddress', 'protocol', 'sourcePort', 'destinationPort']
 

Detailed Description

Definition at line 16 of file flowmon-parse-results.py.

Constructor & Destructor Documentation

def flowmon-parse-results.FiveTuple.__init__ (   self,
  el 
)

Definition at line 18 of file flowmon-parse-results.py.

Member Data Documentation

list flowmon-parse-results.FiveTuple.__slots__ = ['sourceAddress', 'destinationAddress', 'protocol', 'sourcePort', 'destinationPort']
staticprivate

Definition at line 17 of file flowmon-parse-results.py.

flowmon-parse-results.FiveTuple.destinationAddress

Definition at line 20 of file flowmon-parse-results.py.

flowmon-parse-results.FiveTuple.destinationPort

Definition at line 22 of file flowmon-parse-results.py.

flowmon-parse-results.FiveTuple.protocol

Definition at line 23 of file flowmon-parse-results.py.

flowmon-parse-results.FiveTuple.sourceAddress

Definition at line 19 of file flowmon-parse-results.py.

flowmon-parse-results.FiveTuple.sourcePort

Definition at line 21 of file flowmon-parse-results.py.


The documentation for this class was generated from the following file: