pytuflow.CrossSectionRunState#
- class CrossSectionRunState(build_state, context, parent)#
Bases:
RunState
,Database
Run state class for cross-sections database.
- Parameters:
build_state (CrossSectionDatabase)
context (Context)
parent (ControlFileRunState)
- __init__(build_state, context, parent)#
- Parameters:
build_state (BuildState) – The BuildState object that the RunState object is based on.
context (Context) – The context object that the RunState object is based on.
parent (ControlFile) – The parent control file.
Methods
Returns the ScopeList that makes up the objects Context for the given RunState Object.
Returns an iterator over the (key, value) pairs in the database.
Returns the value of the given item from the database.
Attributes
Return the TUFLOW type of the input.
List of scopes associated with the object.
the parent control file
the BuildState object that the RunState object is based on.
the context object that the RunState object is based on.
Ordered dictionary containing the database entries.