SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Core.Diffed_Data.Container Class Reference
Inheritance diagram for SUAVE.Core.Diffed_Data.Container:

Public Member Functions

def append (self, value)
 
def pull_base (self)
 
def store_diff (self)
 
def finalize (self)
 

Detailed Description

A dict-type container with attribute, item and index style access
    intended to hold a attribute-accessible list of Data(). This is unordered.
    
    Assumptions:
    N/A
    
    Source:
    N/A

Member Function Documentation

◆ append()

def SUAVE.Core.Diffed_Data.Container.append (   self,
  value 
)
Appends the value to the containers

    Assumptions:
    None

    Source:
    N/A

    Inputs:
    self

    Outputs:
    N/A
    
    Properties Used:
    N/A

◆ finalize()

def SUAVE.Core.Diffed_Data.Container.finalize (   self)
This just does a pull_base()
    
    Assumptions:
    N/A
    
    Source:
    N/A
    
    Inputs:
    N/A
    
    Outputs:
    N/A
    
    Properties Used:
    N/A    

◆ pull_base()

def SUAVE.Core.Diffed_Data.Container.pull_base (   self)
Updates the differences
    
    Assumptions:
    N/A
    
    Source:
    N/A
    
    Inputs:
    N/A
    
    Outputs:
    N/A
    
    Properties Used:
    N/A    

◆ store_diff()

def SUAVE.Core.Diffed_Data.Container.store_diff (   self)
Finds the differences and saves them
    
    Assumptions:
    N/A
    
    Source:
    N/A
    
    Inputs:
    N/A
    
    Outputs:
    N/A
    
    Properties Used:
    N/A    

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