Lines Matching refs:UtdGraph
15 #define LOG_TAG "UtdGraph"
20 UtdGraph::UtdGraph()
22 LOG_INFO(UDMF_CLIENT, "construct UtdGraph sucess.");
25 UtdGraph::~UtdGraph()
29 UtdGraph &UtdGraph::GetInstance()
31 static auto instance = new UtdGraph();
35 bool UtdGraph::IsValidType(const std::string &node)
41 void UtdGraph::InitUtdGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs)
59 bool UtdGraph::IsLowerLevelType(const std::string &lowerLevelType, const std::string &heigitLevelType)
80 std::unique_ptr<Graph> UtdGraph::ConstructNewGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs)
98 void UtdGraph::Update(std::unique_ptr<Graph> graph)