1
0

Add hooks to print debug information into the graphml file

This commit is contained in:
Jacob Chang
2017-04-14 14:21:22 -07:00
committed by Wesley W. Terpstra
parent 153178ac4f
commit d3925f0998
2 changed files with 7 additions and 3 deletions

View File

@ -60,6 +60,7 @@ abstract class BaseNode
def nodename = getClass.getName.split('.').last
def name = lazyModule.name + "." + nodename
def omitGraphML = outputs.isEmpty && inputs.isEmpty
lazy val nodedebugstring: String = ""
protected[diplomacy] def gci: Option[BaseNode] // greatest common inner
protected[diplomacy] def gco: Option[BaseNode] // greatest common outer