|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetLowCcRelationshipCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksRelationship *Relationship, dunedaq::oks::OksRelationship::CardinalityConstraint NewCardinality) | |
| ~SetLowCcRelationshipCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksRelationship * | SchemaRelationship |
| std::string | RelationshipName |
| dunedaq::oks::OksRelationship::CardinalityConstraint | NewLowCc |
| dunedaq::oks::OksRelationship::CardinalityConstraint | OldLowCc |
Definition at line 151 of file SchemaCommand.hpp.
| dbse::SetLowCcRelationshipCommand::SetLowCcRelationshipCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksRelationship * | Relationship, | ||
| dunedaq::oks::OksRelationship::CardinalityConstraint | NewCardinality ) |
Definition at line 272 of file SchemaCommand.cpp.
| dbse::SetLowCcRelationshipCommand::~SetLowCcRelationshipCommand | ( | ) |
Definition at line 283 of file SchemaCommand.cpp.
| void dbse::SetLowCcRelationshipCommand::redo | ( | ) |
Definition at line 287 of file SchemaCommand.cpp.
| void dbse::SetLowCcRelationshipCommand::undo | ( | ) |
Definition at line 298 of file SchemaCommand.cpp.
|
private |
Definition at line 161 of file SchemaCommand.hpp.
|
private |
Definition at line 164 of file SchemaCommand.hpp.
|
private |
Definition at line 165 of file SchemaCommand.hpp.
|
private |
Definition at line 163 of file SchemaCommand.hpp.
|
private |
Definition at line 162 of file SchemaCommand.hpp.