[locop] Extensible Node Formatting (#4156)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 10 Jul 2019 03:59:31 +0000 (12:59 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 10 Jul 2019 03:59:31 +0000 (12:59 +0900)
commit9bf5a83505d2be78d0f89bc7b732998c4e6ed3e1
tree96157a6c43f88b6b00171490792d155af20e3e8f
parenta7720527e1b85d1e51ffbf40b9d5f842c8bdf6b5
[locop] Extensible Node Formatting (#4156)

This commit introduces NodeSummaryBuilder & NodeSummaryBuilderFactory
interfaces.

These interfaces allow users to inject their own Node Formatting
implementation.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/locop/include/locop/FormattedGraph.h
contrib/locop/src/FormattedGraph.cpp
contrib/locop/src/FormattedGraph.test.cpp