MCPcopy Create free account
hub / github.com/MITK/MITK / GetRuleID

Method GetRuleID

Modules/Core/test/mitkPropertyRelationRuleBaseTest.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 using RelationUIDVectorType = PropertyRelationRuleBase::RelationUIDVectorType;
38
39 RuleIDType GetRuleID() const override
40 {
41 if (m_AbstractMode)
42 {
43 return "TestRule";
44 }
45 else
46 {
47 return "TestRule_type1";
48 }
49 };
50
51 std::string GetDisplayName() const override { return "TestDisplayName"; }
52 std::string GetSourceRoleName() const override { return "source role"; }

Callers 10

IsSupportedRuleIDMethod · 0.95
setUpMethod · 0.45
ConstructionAndGetterMethod · 0.45
ConnectMethod · 0.45
checkExistenceMethod · 0.45
AddRuleMethod · 0.45
GetRuleMethod · 0.45
GetRuleIDsMethod · 0.45
RemoveRuleMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected