#include <deploy_inst.h>
|
void | RecordPosition () |
| Records an agent's latitude and longitude to the output db.
|
|
void | RecordPosition () |
| Records an agent's latitude and longitude to the output db.
|
|
void | Register_ (cyclus::Agent *agent) |
| register a child
|
|
void | Register_ (cyclus::Agent *agent) |
| register a child
|
|
void | Unregister_ (cyclus::Agent *agent) |
| unregister a child
|
|
void | Unregister_ (cyclus::Agent *agent) |
| unregister a child
|
|
◆ DeployInst() [1/2]
cycamore::DeployInst::DeployInst |
( |
cyclus::Context * | ctx | ) |
|
◆ ~DeployInst() [1/2]
cycamore::DeployInst::~DeployInst |
( |
| ) |
|
|
virtual |
◆ DeployInst() [2/2]
cycamore::DeployInst::DeployInst |
( |
cyclus::Context * | ctx | ) |
|
◆ ~DeployInst() [2/2]
virtual cycamore::DeployInst::~DeployInst |
( |
| ) |
|
|
virtual |
◆ annotations()
virtual Json::Value cycamore::DeployInst::annotations |
( |
| ) |
|
|
inlinevirtual |
◆ Build() [1/2]
void cycamore::DeployInst::Build |
( |
cyclus::Agent * | parent | ) |
|
|
virtual |
◆ Build() [2/2]
virtual void cycamore::DeployInst::Build |
( |
cyclus::Agent * | parent | ) |
|
|
virtual |
◆ BuildNotify() [1/2]
void cycamore::DeployInst::BuildNotify |
( |
Agent * | m | ) |
|
|
virtual |
◆ BuildNotify() [2/2]
virtual void cycamore::DeployInst::BuildNotify |
( |
Agent * | m | ) |
|
|
virtual |
◆ Clone()
virtual cyclus::Agent * cycamore::DeployInst::Clone |
( |
| ) |
|
|
inlinevirtual |
◆ DecomNotify() [1/2]
void cycamore::DeployInst::DecomNotify |
( |
Agent * | m | ) |
|
|
virtual |
◆ DecomNotify() [2/2]
virtual void cycamore::DeployInst::DecomNotify |
( |
Agent * | m | ) |
|
|
virtual |
◆ EnterNotify() [1/2]
void cycamore::DeployInst::EnterNotify |
( |
| ) |
|
|
virtual |
◆ EnterNotify() [2/2]
virtual void cycamore::DeployInst::EnterNotify |
( |
| ) |
|
|
virtual |
◆ InfileToDb()
virtual void cycamore::DeployInst::InfileToDb |
( |
cyclus::InfileTree * | tree, |
|
|
cyclus::DbInit | di ) |
|
inlinevirtual |
Definition at line 82 of file build/cycamore/deploy_inst.h.
References build_times, cycpp_shape_build_times, cycpp_shape_latitude, cycpp_shape_lifetimes, cycpp_shape_longitude, cycpp_shape_n_build, cycpp_shape_prototypes, latitude, lifetimes, longitude, n_build, and prototypes.
◆ InitFrom() [1/2]
Definition at line 36 of file build/cycamore/deploy_inst.h.
References build_times, cycpp_shape_build_times, cycpp_shape_latitude, cycpp_shape_lifetimes, cycpp_shape_longitude, cycpp_shape_n_build, cycpp_shape_prototypes, latitude, lifetimes, longitude, n_build, and prototypes.
Referenced by Clone().
◆ InitFrom() [2/2]
virtual void cycamore::DeployInst::InitFrom |
( |
cyclus::QueryableBackend * | b | ) |
|
|
inlinevirtual |
Definition at line 59 of file build/cycamore/deploy_inst.h.
References build_times, cycpp_shape_build_times, cycpp_shape_latitude, cycpp_shape_lifetimes, cycpp_shape_longitude, cycpp_shape_n_build, cycpp_shape_prototypes, latitude, lifetimes, longitude, n_build, and prototypes.
◆ InitInv()
virtual void cycamore::DeployInst::InitInv |
( |
cyclus::Inventories & | inv | ) |
|
|
inlinevirtual |
◆ RecordPosition() [1/2]
void cycamore::DeployInst::RecordPosition |
( |
| ) |
|
|
private |
◆ RecordPosition() [2/2]
void cycamore::DeployInst::RecordPosition |
( |
| ) |
|
|
private |
Records an agent's latitude and longitude to the output db.
◆ Register_() [1/2]
void cycamore::DeployInst::Register_ |
( |
cyclus::Agent * | agent | ) |
|
|
private |
◆ Register_() [2/2]
void cycamore::DeployInst::Register_ |
( |
cyclus::Agent * | agent | ) |
|
|
private |
◆ schema()
virtual std::string cycamore::DeployInst::schema |
( |
| ) |
|
|
inlinevirtual |
◆ Snapshot()
virtual void cycamore::DeployInst::Snapshot |
( |
cyclus::DbInit | di | ) |
|
|
inlinevirtual |
Definition at line 332 of file build/cycamore/deploy_inst.h.
References build_times, cycpp_shape_build_times, cycpp_shape_latitude, cycpp_shape_lifetimes, cycpp_shape_longitude, cycpp_shape_n_build, cycpp_shape_prototypes, latitude, lifetimes, longitude, n_build, and prototypes.
◆ SnapshotInv()
virtual cyclus::Inventories cycamore::DeployInst::SnapshotInv |
( |
| ) |
|
|
inlinevirtual |
◆ Unregister_() [1/2]
void cycamore::DeployInst::Unregister_ |
( |
cyclus::Agent * | agent | ) |
|
|
private |
◆ Unregister_() [2/2]
void cycamore::DeployInst::Unregister_ |
( |
cyclus::Agent * | agent | ) |
|
|
private |
◆ version() [1/2]
virtual std::string cycamore::DeployInst::version |
( |
| ) |
|
|
inlinevirtual |
◆ version() [2/2]
virtual std::string cycamore::DeployInst::version |
( |
| ) |
|
|
inlinevirtual |
◆ WriteProducerInformation() [1/2]
void cycamore::DeployInst::WriteProducerInformation |
( |
cyclus::toolkit::CommodityProducer * | producer | ) |
|
◆ WriteProducerInformation() [2/2]
void cycamore::DeployInst::WriteProducerInformation |
( |
cyclus::toolkit::CommodityProducer * | producer | ) |
|
write information about a commodity producer to a stream
- Parameters
-
◆ build_times
std::vector< int > cycamore::DeployInst::build_times |
|
protected |
◆ coordinates
cyclus::toolkit::Position cycamore::DeployInst::coordinates |
|
private |
◆ cycpp_shape_build_times
std::vector<int> cycamore::DeployInst::cycpp_shape_build_times |
|
protected |
◆ cycpp_shape_latitude
std::vector<int> cycamore::DeployInst::cycpp_shape_latitude |
|
private |
◆ cycpp_shape_lifetimes
std::vector<int> cycamore::DeployInst::cycpp_shape_lifetimes |
|
protected |
◆ cycpp_shape_longitude
std::vector<int> cycamore::DeployInst::cycpp_shape_longitude |
|
private |
◆ cycpp_shape_n_build
std::vector<int> cycamore::DeployInst::cycpp_shape_n_build |
|
protected |
◆ cycpp_shape_prototypes
std::vector<int> cycamore::DeployInst::cycpp_shape_prototypes |
|
protected |
◆ latitude
double cycamore::DeployInst::latitude |
|
private |
◆ lifetimes
std::vector< int > cycamore::DeployInst::lifetimes |
|
protected |
◆ longitude
double cycamore::DeployInst::longitude |
|
private |
◆ n_build
std::vector< int > cycamore::DeployInst::n_build |
|
protected |
◆ prototypes
std::vector< std::string > cycamore::DeployInst::prototypes |
|
protected |
The documentation for this class was generated from the following files: