public class Trace extends Object
| Constructor and Description |
|---|
Trace() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
This method returns the description of the trace.
|
String |
getName()
This method returns the name of the trace.
|
List<Role> |
getRoles()
This method returns the roles.
|
List<Step> |
getSteps()
This method returns the trace steps.
|
Trace |
setDescription(String description)
This method sets the description of the trace.
|
Trace |
setName(String name)
This method sets the name of the trace.
|
Trace |
setRoles(List<Role> roles)
This method sets the roles.
|
Trace |
setSteps(List<Step> steps)
This method sets the trace steps.
|
public String getName()
public Trace setName(String name)
name - The name of the tracepublic String getDescription()
public Trace setDescription(String description)
description - The description of the tracepublic Trace setRoles(List<Role> roles)
simulations - The rolesCopyright © 2014. All Rights Reserved.