Interface StateObj

    • Method Detail

      • getState

        java.util.Map<java.lang.String,​java.lang.String> getState()
        Returns:
        current state
      • hasState

        boolean hasState​(java.lang.String key,
                         java.lang.String value)
        Parameters:
        key - key
        value - vaue
        Returns:
        true if the state contains the exact key and value specified
      • hasState

        boolean hasState​(StateObj state)
        Parameters:
        state - test state
        Returns:
        true if the state contains all of the key/value state specified