Package net.simplace.sim.model
Interface FWSimManagementComponent
- All Known Implementing Classes:
DefaultManagement
public interface FWSimManagementComponent
- Author:
- Andreas Enders
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfills the action MapbooleanperformEvent(ArrayList<FWSimVariable<?>> aActionList) booleanresetVariables(ArrayList<FWSimVariable<?>> aActionList) org.jdom2.ElementtoXML()Name of the Component
-
Method Details
-
fillActionMap
void fillActionMap()fills the action Map -
checkForAction
boolean checkForAction()- Returns:
- boolean if Action has to be performed
-
performEvent
- Parameters:
aActionList-- Returns:
- boolean if Event was successful
-
toXML
org.jdom2.Element toXML()Name of the Component- Returns:
- the Element configuring this ManagementComponent
- See Also:
-
resetVariables
- Parameters:
aActionList-- Returns:
- true if successful
-