toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.runtime.model
/
CompoundStepModel
Compound
Step
Model
class
CompoundStepModel
(
val
runtime
:
XProcRuntime
,
model
:
CompoundModel
)
:
StepModel
(
source
)
Members
Constructors
Compound
Step
Model
Link copied to clipboard
constructor
(
runtime
:
XProcRuntime
,
model
:
CompoundModel
)
Properties
child
Thread
Groups
Link copied to clipboard
val
childThreadGroups
:
Int
edges
Link copied to clipboard
val
edges
:
<Error class: unknown class>
foot
Link copied to clipboard
lateinit
var
foot
:
FootModel
head
Link copied to clipboard
lateinit
var
head
:
HeadModel
id
Link copied to clipboard
val
id
:
String
inputs
Link copied to clipboard
val
inputs
:
Map
<
String
,
RuntimePort
>
location
Link copied to clipboard
val
location
:
Location
name
Link copied to clipboard
val
name
:
String
options
Link copied to clipboard
val
options
:
Map
<
QName
,
RuntimeOption
>
outputs
Link copied to clipboard
val
outputs
:
Map
<
String
,
RuntimePort
>
params
Link copied to clipboard
lateinit
var
params
:
RuntimeStepParameters
runtime
Link copied to clipboard
val
runtime
:
XProcRuntime
step
Config
Link copied to clipboard
val
stepConfig
:
XProcStepConfiguration
steps
Link copied to clipboard
val
steps
:
<Error class: unknown class>
thread
Group
Link copied to clipboard
val
threadGroup
:
Int
timeout
Link copied to clipboard
val
timeout
:
Duration
type
Link copied to clipboard
val
type
:
QName
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String