Interface FWSimManagementComponent

All Known Implementing Classes:
DefaultManagement

public interface FWSimManagementComponent
Author:
Andreas Enders
  • Method Details

    • fillActionMap

      void fillActionMap()
      fills the action Map
    • checkForAction

      boolean checkForAction()
      Returns:
      boolean if Action has to be performed
    • performEvent

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

      boolean resetVariables(ArrayList<FWSimVariable<?>> aActionList)
      Parameters:
      aActionList -
      Returns:
      true if successful