Class MarkerIndicator


  • public class MarkerIndicator
    extends Object
    Provides a marker indicator
    • Constructor Detail

      • MarkerIndicator

        public MarkerIndicator​(String name,
                               String indicator)
        Creates a new marker indicator with the specified parameters
        Parameters:
        name - the name of the markers to indicate
        indicator - the string indicating an occurrence
    • Method Detail

      • getName

        public String getName()
        Gets the name of the markers to indicate
        Returns:
        the name
      • getIndicator

        public String getIndicator()
        Gets the occurrence indicator string
        Returns:
        the occurrence indicator
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object