simulator.script
Class AdjustExecuteEventLevel

java.lang.Object
  |
  +--simulator.script.Reaction
        |
        +--simulator.script.ExecuteEventAbort
              |
              +--simulator.script.AdjustExecuteEventLevel

public class AdjustExecuteEventLevel
extends ExecuteEventAbort

Adjusts an execution event's dimension level.

Data

  • Method:String - The name of the method to look for
  • Dimension:String - The name of the dimension to adjust (e.g. quality, cost)
  • Level:Float - The target level to adjust the current level by.


    Constructor Summary
    AdjustExecuteEventLevel(java.lang.String d)
              Constructor.
     
    Method Summary
     void init()
              Init.
     boolean realize()
              Starts the reaction
     
    Methods inherited from class simulator.script.ExecuteEventAbort
    abortEvent, delayEvent, extendEvent, findExecuteEvent
     
    Methods inherited from class simulator.script.Reaction
    getData, getName, toString
     
    Methods inherited from class java.lang.Object
    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
     

    Constructor Detail

    AdjustExecuteEventLevel

    public AdjustExecuteEventLevel(java.lang.String d)
    Constructor.
    Method Detail

    init

    public void init()
    Init.
    Overrides:
    init in class ExecuteEventAbort
    Following copied from class: simulator.script.Reaction
    See Also:
    utilities.Converter#reTypeProperty

    realize

    public boolean realize()
    Starts the reaction
    Overrides:
    realize in class ExecuteEventAbort
    Returns:
    True if it was sucessfull, false otherwise