Class ActorPathParsing


  • public class ActorPathParsing
    extends AbstractParsing
    For parsing ActorPath options.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • ActorPathParsing

        public ActorPathParsing()
    • Method Detail

      • toString

        public static String toString​(AbstractOption option,
                                      Object object)
        Returns the reference as string.
        Parameters:
        option - the current option
        object - the reference object to convert
        Returns:
        the generated string
      • valueOf

        public static Object valueOf​(AbstractOption option,
                                     String str)
        Returns a reference generated from the string.
        Parameters:
        option - the current option
        str - the string to convert to a reference
        Returns:
        the generated reference