public class CompoundModel extends Model
private final Duration
timeout
private final Head
head
private final Foot
foot
private final List<Model>
children
private final Graph
graph
private final Model
parent
private final StepDeclaration
step
private final String
id
final Duration
getTimeout()
final Head
getHead()
final Foot
getFoot()
final List<Model>
getChildren()
String
toString()
getGraph, getId, getParent, getStep
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Duration getTimeout()
final Head getHead()
final Foot getFoot()
final List<Model> getChildren()
String toString()