Add hooks to print debug information into the graphml file
This commit is contained in:
committed by
Wesley W. Terpstra
parent
153178ac4f
commit
d3925f0998
@ -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
|
||||
|
Reference in New Issue
Block a user