FV3 Bundle
ModelFactory.ModelFactory Class Reference

Public Member Functions

def createPlot (id)
 
def createFdb (id, dir)
 
def createOdb (id, file)
 
def title (id)
 
def addFactory (factory)
 

Static Public Attributes

 addFactory = staticmethod(addFactory)
 
 createPlot = staticmethod(createPlot)
 
 createFdb = staticmethod(createFdb)
 
 createOdb = staticmethod(createOdb)
 
 title = staticmethod(title)
 

Static Private Attributes

dictionary __factories = {}
 

Detailed Description

Definition at line 14 of file ModelFactory.py.

Member Function Documentation

◆ addFactory()

def ModelFactory.ModelFactory.addFactory (   factory)

Definition at line 49 of file ModelFactory.py.

◆ createFdb()

def ModelFactory.ModelFactory.createFdb (   id,
  dir 
)

Definition at line 28 of file ModelFactory.py.

◆ createOdb()

def ModelFactory.ModelFactory.createOdb (   id,
  file 
)

Definition at line 35 of file ModelFactory.py.

◆ createPlot()

def ModelFactory.ModelFactory.createPlot (   id)

Definition at line 21 of file ModelFactory.py.

◆ title()

def ModelFactory.ModelFactory.title (   id)

Definition at line 42 of file ModelFactory.py.

Member Data Documentation

◆ __factories

dictionary ModelFactory.ModelFactory.__factories = {}
staticprivate

Definition at line 15 of file ModelFactory.py.

◆ addFactory

ModelFactory.ModelFactory.addFactory = staticmethod(addFactory)
static

Definition at line 55 of file ModelFactory.py.

◆ createFdb

ModelFactory.ModelFactory.createFdb = staticmethod(createFdb)
static

Definition at line 57 of file ModelFactory.py.

◆ createOdb

ModelFactory.ModelFactory.createOdb = staticmethod(createOdb)
static

Definition at line 58 of file ModelFactory.py.

◆ createPlot

ModelFactory.ModelFactory.createPlot = staticmethod(createPlot)
static

Definition at line 56 of file ModelFactory.py.

◆ title

ModelFactory.ModelFactory.title = staticmethod(title)
static

Definition at line 59 of file ModelFactory.py.


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