Class TagModifier


  • public class TagModifier
    extends java.lang.Object
    Specifies a properties (tag) based on which Directions API will modify its graph.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TagModifier.Builder
      Helper class to create well formed instances of TagModifier class
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTag()
      Returns the string that describes the modifier
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getTag

        public java.lang.String getTag()
        Returns the string that describes the modifier
      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object