Public Member Functions | List of all members
src.visualstates.parsers.importmanager.ImportManager Class Reference

Public Member Functions

def updateActiveState (self, importState, stateID, transitionID, activeState)
 
def updateAuxiliaryData (self, file, klass)
 
def updateConfigs (self, newConfig, config)
 
def updateIDs (self, importState, stateID, transitionID)
 
def updateLibraries (self, newLibraries, libraries)
 
def updateNamespace (self, newNamespace, namespace)
 
def updateStateIDs (self, importState, stateID)
 
def updateTranIDs (self, importState, transitionID)
 

Detailed Description

Functionality:
Import PreBuild State into Current State
Verify Configurations
Verify Libraries
Verify Functions
Verify Variables

:param rootState: Root Imported State
:param config: Configurations of Imported State
:param libraries: Libraries of Imported State
:param functions: Functions of Imported State
:param variables: Variables of Imported State

Returns list of States which needs to be Imported

Definition at line 23 of file importmanager.py.

Member Function Documentation

def src.visualstates.parsers.importmanager.ImportManager.updateActiveState (   self,
  importState,
  stateID,
  transitionID,
  activeState 
)
Updates Parent State with States to be imported

Definition at line 72 of file importmanager.py.

def src.visualstates.parsers.importmanager.ImportManager.updateAuxiliaryData (   self,
  file,
  klass 
)
Wrapper upon all update functions

Definition at line 41 of file importmanager.py.

def src.visualstates.parsers.importmanager.ImportManager.updateConfigs (   self,
  newConfig,
  config 
)
Updates Existing Configurations with imported Configurations

Definition at line 64 of file importmanager.py.

def src.visualstates.parsers.importmanager.ImportManager.updateIDs (   self,
  importState,
  stateID,
  transitionID 
)
Wrapper upon UpdateStateIDs 

Definition at line 82 of file importmanager.py.

def src.visualstates.parsers.importmanager.ImportManager.updateLibraries (   self,
  newLibraries,
  libraries 
)
Updates existing libraries with imported libraries

Definition at line 57 of file importmanager.py.

def src.visualstates.parsers.importmanager.ImportManager.updateNamespace (   self,
  newNamespace,
  namespace 
)

Definition at line 49 of file importmanager.py.

def src.visualstates.parsers.importmanager.ImportManager.updateStateIDs (   self,
  importState,
  stateID 
)
Assign New IDs to Imported State Data Recursively 

Definition at line 88 of file importmanager.py.

def src.visualstates.parsers.importmanager.ImportManager.updateTranIDs (   self,
  importState,
  transitionID 
)

Definition at line 94 of file importmanager.py.


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


visualstates
Author(s):
autogenerated on Thu Apr 1 2021 02:42:20