Class SimplifiedDirectionOverride

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SimplifiedDirectionOverride type.
      • OVERRIDE_LEFT

        public static final Name OVERRIDE_LEFT
        Name of the openGql.grammar.SimplifiedDirectionOverride.overrideLeft field.
      • OVERRIDE_UNDIRECTED

        public static final Name OVERRIDE_UNDIRECTED
        Name of the openGql.grammar.SimplifiedDirectionOverride.overrideUndirected field.
      • OVERRIDE_RIGHT

        public static final Name OVERRIDE_RIGHT
        Name of the openGql.grammar.SimplifiedDirectionOverride.overrideRight field.
      • OVERRIDE_LEFT_OR_UNDIRECTED

        public static final Name OVERRIDE_LEFT_OR_UNDIRECTED
        Name of the openGql.grammar.SimplifiedDirectionOverride.overrideLeftOrUndirected field.
      • OVERRIDE_UNDIRECTED_OR_RIGHT

        public static final Name OVERRIDE_UNDIRECTED_OR_RIGHT
        Name of the openGql.grammar.SimplifiedDirectionOverride.overrideUndirectedOrRight field.
      • OVERRIDE_LEFT_OR_RIGHT

        public static final Name OVERRIDE_LEFT_OR_RIGHT
        Name of the openGql.grammar.SimplifiedDirectionOverride.overrideLeftOrRight field.
      • OVERRIDE_ANY_DIRECTION

        public static final Name OVERRIDE_ANY_DIRECTION
        Name of the openGql.grammar.SimplifiedDirectionOverride.overrideAnyDirection field.