Schnittstelle FWSimManagementComponent

Alle bekannten Implementierungsklassen:
DefaultManagement

public interface FWSimManagementComponent
Autor:
Andreas Enders
  • Methodendetails

    • fillActionMap

      void fillActionMap()
      fills the action Map
    • checkForAction

      boolean checkForAction()
      Gibt zurück:
      boolean if Action has to be performed
    • performEvent

      boolean performEvent(ArrayList<FWSimVariable<?>> aActionList)
      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

      boolean resetVariables(ArrayList<FWSimVariable<?>> aActionList)
      Parameter:
      aActionList -
      Gibt zurück:
      true if successful