|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| RemoveRelationship (dunedaq::oks::OksClass *Class, dunedaq::oks::OksRelationship *Relationship, std::string Name, std::string Description, std::string Type, bool Composite, bool Exclusive, bool Dependent, dunedaq::oks::OksRelationship::CardinalityConstraint LowCc, dunedaq::oks::OksRelationship::CardinalityConstraint HighCc) | |
| ~RemoveRelationship () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksRelationship * | SchemaRelationship |
| std::string | RelationshipName |
| std::string | RelationshipDescription |
| std::string | RelationshipType |
| bool | IsComposite |
| bool | IsExclusive |
| bool | IsDependent |
| dunedaq::oks::OksRelationship::CardinalityConstraint | RelationshipLowCc |
| dunedaq::oks::OksRelationship::CardinalityConstraint | RelationshipHighCc |
Definition at line 253 of file SchemaCommand.hpp.
| dbse::RemoveRelationship::RemoveRelationship | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksRelationship * | Relationship, | ||
| std::string | Name, | ||
| std::string | Description, | ||
| std::string | Type, | ||
| bool | Composite, | ||
| bool | Exclusive, | ||
| bool | Dependent, | ||
| dunedaq::oks::OksRelationship::CardinalityConstraint | LowCc, | ||
| dunedaq::oks::OksRelationship::CardinalityConstraint | HighCc ) |
Definition at line 475 of file SchemaCommand.cpp.
| dbse::RemoveRelationship::~RemoveRelationship | ( | ) |
Definition at line 495 of file SchemaCommand.cpp.
| void dbse::RemoveRelationship::redo | ( | ) |
Definition at line 499 of file SchemaCommand.cpp.
| void dbse::RemoveRelationship::undo | ( | ) |
Definition at line 505 of file SchemaCommand.cpp.
|
private |
Definition at line 265 of file SchemaCommand.hpp.
|
private |
Definition at line 270 of file SchemaCommand.hpp.
|
private |
Definition at line 272 of file SchemaCommand.hpp.
|
private |
Definition at line 271 of file SchemaCommand.hpp.
|
private |
Definition at line 268 of file SchemaCommand.hpp.
|
private |
Definition at line 274 of file SchemaCommand.hpp.
|
private |
Definition at line 273 of file SchemaCommand.hpp.
|
private |
Definition at line 267 of file SchemaCommand.hpp.
|
private |
Definition at line 269 of file SchemaCommand.hpp.
|
private |
Definition at line 266 of file SchemaCommand.hpp.