|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| AddRelationship (dunedaq::oks::OksClass *Class, 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) | |
| ~AddRelationship () | |
| 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 230 of file SchemaCommand.hpp.
| dbse::AddRelationship::AddRelationship | ( | dunedaq::oks::OksClass * | Class, |
| 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 433 of file SchemaCommand.cpp.
| dbse::AddRelationship::~AddRelationship | ( | ) |
Definition at line 453 of file SchemaCommand.cpp.
| void dbse::AddRelationship::redo | ( | ) |
Definition at line 457 of file SchemaCommand.cpp.
| void dbse::AddRelationship::undo | ( | ) |
Definition at line 469 of file SchemaCommand.cpp.
|
private |
Definition at line 241 of file SchemaCommand.hpp.
|
private |
Definition at line 246 of file SchemaCommand.hpp.
|
private |
Definition at line 248 of file SchemaCommand.hpp.
|
private |
Definition at line 247 of file SchemaCommand.hpp.
|
private |
Definition at line 244 of file SchemaCommand.hpp.
|
private |
Definition at line 250 of file SchemaCommand.hpp.
|
private |
Definition at line 249 of file SchemaCommand.hpp.
|
private |
Definition at line 243 of file SchemaCommand.hpp.
|
private |
Definition at line 245 of file SchemaCommand.hpp.
|
private |
Definition at line 242 of file SchemaCommand.hpp.