RuntimeStepParameters
open class RuntimeStepParameters(val stepType: QName, val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>) : StepParameters(source)
Inheritors
Constructors
Link copied to clipboard
constructor(stepType: QName, stepName: String, location: Location, inputs: Map<String, RuntimePort>, outputs: Map<String, RuntimePort>, options: Map<QName, RuntimeOption>)