public class Role extends Object
| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
This method returns the name of the trace.
|
RoleSimulator |
getSimulator()
This method returns the optional simulator for the role.
|
Role |
setName(String name)
This method sets the name of the trace.
|
Role |
setSimulator(RoleSimulator simulator)
This method sets the optional simulator for the role.
|
public String getName()
public Role setName(String name)
name - The name of the tracepublic RoleSimulator getSimulator()
public Role setSimulator(RoleSimulator simulator)
description - The optional simulator for the roleCopyright © 2014. All Rights Reserved.