Class Selector.Runner

  • Enclosing interface:
    Selector

    @Deprecated
    public static final class Selector.Runner
    extends java.lang.Object
    Deprecated.
    This class is no longer necessary. It was originally intended to allow more customization to how selectors are executed against a model, but this has proven unnecessary.
    Builds the execution environment for a selector and executes selectors.
    • Method Detail

      • selectShapes

        @Deprecated
        public java.util.Set<Shape> selectShapes()
        Deprecated.
      • selectMatches

        @Deprecated
        public void selectMatches​(java.util.function.BiConsumer<Shape,​java.util.Map<java.lang.String,​java.util.Set<Shape>>> matchConsumer)
        Deprecated.