|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetHighCcRelationshipCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksRelationship *Relationship, dunedaq::oks::OksRelationship::CardinalityConstraint NewCardinality) | |
| ~SetHighCcRelationshipCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksRelationship * | SchemaRelationship |
| std::string | RelationshipName |
| dunedaq::oks::OksRelationship::CardinalityConstraint | NewHighCc |
| dunedaq::oks::OksRelationship::CardinalityConstraint | OldHighCc |
Definition at line 168 of file SchemaCommand.hpp.
| dbse::SetHighCcRelationshipCommand::SetHighCcRelationshipCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksRelationship * | Relationship, | ||
| dunedaq::oks::OksRelationship::CardinalityConstraint | NewCardinality ) |
Definition at line 304 of file SchemaCommand.cpp.
| dbse::SetHighCcRelationshipCommand::~SetHighCcRelationshipCommand | ( | ) |
Definition at line 315 of file SchemaCommand.cpp.
| void dbse::SetHighCcRelationshipCommand::redo | ( | ) |
Definition at line 320 of file SchemaCommand.cpp.
| void dbse::SetHighCcRelationshipCommand::undo | ( | ) |
Definition at line 331 of file SchemaCommand.cpp.
|
private |
Definition at line 178 of file SchemaCommand.hpp.
|
private |
Definition at line 181 of file SchemaCommand.hpp.
|
private |
Definition at line 182 of file SchemaCommand.hpp.
|
private |
Definition at line 180 of file SchemaCommand.hpp.
|
private |
Definition at line 179 of file SchemaCommand.hpp.