Package net.simplace.sim.model
Schnittstelle FWSimManagementComponent
- Alle bekannten Implementierungsklassen:
DefaultManagement
public interface FWSimManagementComponent
- Autor:
- Andreas Enders
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanvoidfills the action MapbooleanperformEvent(ArrayList<FWSimVariable<?>> aActionList) booleanresetVariables(ArrayList<FWSimVariable<?>> aActionList) org.jdom2.ElementtoXML()Name of the Component
-
Methodendetails
-
fillActionMap
void fillActionMap()fills the action Map -
checkForAction
boolean checkForAction()- Gibt zurück:
- boolean if Action has to be performed
-
performEvent
- Parameter:
aActionList-- Gibt zurück:
- boolean if Event was successful
-
toXML
org.jdom2.Element toXML()Name of the Component- Gibt zurück:
- the Element configuring this ManagementComponent
- Siehe auch:
-
resetVariables
- Parameter:
aActionList-- Gibt zurück:
- true if successful
-