Class DeliverPatientTask

  • All Implemented Interfaces:
    jadex.commons.IPropertyObject, jadex.extension.envsupport.environment.IObjectTask

    public class DeliverPatientTask
    extends jadex.extension.envsupport.environment.AbstractTask
    Deliver a patient at the hospital.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_PATIENT
      The patient property (of the space object).
      static java.lang.String PROPERTY_TREATED
      The treated property (of the space object).
      static java.lang.String PROPERTY_TYPENAME
      The task name.
      • Fields inherited from class jadex.extension.envsupport.environment.AbstractTask

        condition, finished, PROPERTY_CONDITION
      • Fields inherited from class jadex.commons.SimplePropertyObject

        pcs, properties
      • Fields inherited from interface jadex.extension.envsupport.environment.IObjectTask

        PROPERTY_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(jadex.extension.envsupport.environment.IEnvironmentSpace space, jadex.extension.envsupport.environment.ISpaceObject obj, long progress, jadex.bridge.service.types.clock.IClockService clock)
      Executes the task.
      • Methods inherited from class jadex.extension.envsupport.environment.AbstractTask

        isFinished, setFinished, shutdown, start
      • Methods inherited from class jadex.commons.SimplePropertyObject

        addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface jadex.commons.IPropertyObject

        getProperty, getPropertyNames, hasProperty, setProperty
    • Field Detail

      • PROPERTY_TYPENAME

        public static final java.lang.String PROPERTY_TYPENAME
        The task name.
        See Also:
        Constant Field Values
      • PROPERTY_TREATED

        public static final java.lang.String PROPERTY_TREATED
        The treated property (of the space object).
        See Also:
        Constant Field Values
      • PROPERTY_PATIENT

        public static final java.lang.String PROPERTY_PATIENT
        The patient property (of the space object).
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeliverPatientTask

        public DeliverPatientTask()
    • Method Detail

      • execute

        public void execute​(jadex.extension.envsupport.environment.IEnvironmentSpace space,
                            jadex.extension.envsupport.environment.ISpaceObject obj,
                            long progress,
                            jadex.bridge.service.types.clock.IClockService clock)
        Executes the task.
        Specified by:
        execute in interface jadex.extension.envsupport.environment.IObjectTask
        Overrides:
        execute in class jadex.extension.envsupport.environment.AbstractTask
        Parameters:
        space - The environment in which the task is executing.
        obj - The object that is executing the task.
        progress - The time that has passed according to the environment executor.