CalculationEngineNodeMetaData

constructor(sources: List<NodeIdentity> = emptyList(), targets: List<NodeIdentity> = emptyList(), name: String = this::class.simpleName!!, formula: String = "", executionSource: List<ExecutionSource> = emptyList(), error: String = "")(source)