Class AxeRuleStateful

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AxeRuleStateful​(java.lang.String standard, int impact, java.lang.String summary)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      com.deque.axe.android.AxeRuleResult run​(com.deque.axe.android.wrappers.AxeEventStream axeEventStream)
      Run the given rule on an Accessibility Event Stream.
      abstract java.lang.String run​(com.deque.axe.android.wrappers.AxeEventStream axeEventStream, com.deque.axe.android.wrappers.AxeProps axeProps)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • applicableEventStream

        protected com.deque.axe.android.wrappers.AxeEventStream applicableEventStream
    • Constructor Detail

      • AxeRuleStateful

        protected AxeRuleStateful​(java.lang.String standard,
                                  int impact,
                                  java.lang.String summary)
    • Method Detail

      • run

        public com.deque.axe.android.AxeRuleResult run​(com.deque.axe.android.wrappers.AxeEventStream axeEventStream)
        Run the given rule on an Accessibility Event Stream.
        Parameters:
        axeEventStream - The stream of events.
        Returns:
        The result.
      • run

        public abstract java.lang.String run​(com.deque.axe.android.wrappers.AxeEventStream axeEventStream,
                                             com.deque.axe.android.wrappers.AxeProps axeProps)