Class JunctionGetPosition

    • Constructor Detail

      • JunctionGetPosition

        public JunctionGetPosition()
        Creates a new JunctionGetPosition object. Access needs to be public, because command is called using Reflection.
    • Method Detail

      • constructResult

        protected Position constructResult​(Status status,
                                           Object... objects)
        Description copied from class: AbstractTraciCommand
        This method is called during reading the command response when all readers have been executed. The results of the readers are passed to this method.
        Specified by:
        constructResult in class AbstractTraciCommand<Position>
        Parameters:
        status - the status of the response
        objects - the objects created by the configured readers
        Returns:
        the final result constructed from the passed objects