Class Tl1AutonomousMessageProcessor

  • All Implemented Interfaces:
    Tl1MessageProcessor

    public class Tl1AutonomousMessageProcessor
    extends java.lang.Object
    implements Tl1MessageProcessor
    Implementation of the Tl1MessageProcessor Interface. This is the default Autonomous Message Parser based on Tl1Messages recorded from the Hitachi GPOND TL1 simulator.
    Version:
    $Id: $
    Author:
    David Hustace
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tl1AutonomousMessage process​(java.lang.String rawMessage, int messageType)
      This is the API for TL1 message parsing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tl1AutonomousMessageProcessor

        public Tl1AutonomousMessageProcessor()
    • Method Detail

      • process

        public Tl1AutonomousMessage process​(java.lang.String rawMessage,
                                            int messageType)
        This is the API for TL1 message parsing.
        Specified by:
        process in interface Tl1MessageProcessor
        Parameters:
        rawMessage - a String object.
        messageType - a int.
        Returns:
        a Tl1Message implementation based on one of the 4 types of TL1 Message types