net.simplace.simulation.model.FWSimManagementComponent
public interface interface FWSimManagementComponent {
// Public Instance Methods public void fillActionMap();
fills the action Map
public boolean checkForAction();
returns boolean if Action has to be performed
public boolean
performEvent(ArrayList aActionList);
returns boolean if Event was successful
public Element toXML();
Name of the Component
returns the Element configuring this ManagementComponent
public boolean
resetVariables(ArrayList aActionList);
returns true if successful
}
Implemented by: DefaultManagement