ExpressionStepParameters
open class ExpressionStepParameters(val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>, step: AtomicExpressionStepInstruction, val stepType: QName = NsCx.expression) : RuntimeStepParameters(source)
Inheritors
Constructors
Link copied to clipboard
constructor(stepName: String, location: Location, inputs: Map<String, RuntimePort>, outputs: Map<String, RuntimePort>, options: Map<QName, RuntimeOption>, step: AtomicExpressionStepInstruction, stepType: QName = NsCx.expression)