Graph Meta Data
constructor(name: String = "Data Graph", sources: List<NodeIdentity> = emptyList(), targets: List<NodeIdentity> = emptyList(), timeRange: ComputeTimeRange = ComputeTimeRange.HOUR, executionSource: List<ExecutionSource> = emptyList(), error: String = "")(source)