toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.graph
/
AtomicModel
Atomic
Model
open
class
AtomicModel
(
val
graph
:
Graph
,
val
parent
:
Model
,
val
step
:
AtomicStepInstruction
,
val
id
:
String
)
:
Model
(
source
)
Members
Constructors
Atomic
Model
Link copied to clipboard
constructor
(
graph
:
Graph
,
parent
:
Model
,
step
:
AtomicStepInstruction
,
id
:
String
)
Properties
graph
Link copied to clipboard
val
graph
:
Graph
id
Link copied to clipboard
val
id
:
String
parent
Link copied to clipboard
val
parent
:
Model
?
step
Link copied to clipboard
val
step
:
StepDeclaration
thread
Group
Link copied to clipboard
val
threadGroup
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String