|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Relationships Commands. More...
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetNameRelationshipCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksRelationship *Relationship, std::string Name) | |
| ~SetNameRelationshipCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksRelationship * | SchemaRelationship |
| std::string | NewRelationshipName |
| std::string | OldRelationshipName |
Relationships Commands.
Definition at line 101 of file SchemaCommand.hpp.
| dbse::SetNameRelationshipCommand::SetNameRelationshipCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksRelationship * | Relationship, | ||
| std::string | Name ) |
Definition at line 170 of file SchemaCommand.cpp.
| dbse::SetNameRelationshipCommand::~SetNameRelationshipCommand | ( | ) |
Definition at line 181 of file SchemaCommand.cpp.
| void dbse::SetNameRelationshipCommand::redo | ( | ) |
Definition at line 185 of file SchemaCommand.cpp.
| void dbse::SetNameRelationshipCommand::undo | ( | ) |
Definition at line 196 of file SchemaCommand.cpp.
|
private |
Definition at line 109 of file SchemaCommand.hpp.
|
private |
Definition at line 111 of file SchemaCommand.hpp.
|
private |
Definition at line 112 of file SchemaCommand.hpp.
|
private |
Definition at line 110 of file SchemaCommand.hpp.