Package cs350s22.component.ui.parser


package cs350s22.component.ui.parser
  • Class
    Description
    The actuator command is responsible for creating an actuator and optionally connecting sensors to it.
    The network command is responsible for creating the top-level network from actuators, sensors, and/or controllers.
    Mapper commands are responsible for creating mappers that modify the raw value reported directly by a sensor.
    Meta commands are responsible for configuring and manipulating the architecture itself, not the network it is executing.
    The main parser class used to interpret commands.
    An extension of the A_ParserHelper class, for custom parser helper methods.
    Reporter commands are responsible for creating reporters.
    Message commands are responsible for sending messages from the master controller at the top-level network to its components or components in subnetworks.
     
    Interface implemented by all sub parsers of Parser.