Package repast.simphony.scenario
Interface ScenarioEntry
public interface ScenarioEntry
Encapsulates an action entry in a scenario.xml file. Object implementing this interface
can be used with the Scenario.vt file.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionGets the context the action is associated with.Gets the file name of the serialized action.Gets the id associated with the action itself.
-
Method Details
-
getFileName
String getFileName()Gets the file name of the serialized action.- Returns:
- the file name of the serialized action.
-
getContextID
String getContextID()Gets the context the action is associated with.- Returns:
- the context the action is associated with.
-
getRegistryID
String getRegistryID()Gets the id associated with the action itself. For example, repast.action.display.- Returns:
- the id associated with the action itself. For example, repast.action.display.
-