MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
python.Strategy.OutOfBoundsStrategy Class Reference

Parent class for the out of bounds strategies. More...

+ Inheritance diagram for python.Strategy.OutOfBoundsStrategy:

Public Member Functions

def __init__ (self, args, kwargs)
 Constructor.
 
def newPoints (self)
 
def workflow (self, model, kwargs)
 Method generating the workflow for the 'out of bounds strategy'. More...
 
def to_dict (self)
 
def from_dict (cls, m_dict)
 
def __repr__ (self)
 

Detailed Description

Parent class for the out of bounds strategies.

defaultdict: subclass of type(dict), overrides method missing in dict and uses a method "defaultfactory" in order to automatically return a dictionary "key" instead of "KeyError". FWSerializable: Creates a serializable object within "FireWorks"

Definition at line 158 of file Strategy.py.

Member Function Documentation

◆ workflow()

def python.Strategy.OutOfBoundsStrategy.workflow (   self,
  model,
  kwargs 
)

Method generating the workflow for the 'out of bounds strategy'.

Returns
wf Workflow object.

Definition at line 175 of file Strategy.py.


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