ScenarioContainer Interface
- public interface ScenarioContainer
extends Comparable
, Serializable
A container for an execution of a scenario.
Related Topics
Campaign
-
All Superinterfaces
-
Comparable
, Serializable
-
All Known Subinterfaces
-
Campaign
getContainerType() Method
public String
getContainerType()
The type of the container.
This will be "Campaign" for campaigns.
getName() Method
public String
getName()
The name of the container instance.
getUniqueId() Method
public String
getUniqueId()
The unqiue identifer of the container.
isActive() Method
public boolean isActive()
Determine if the container is currently active.