Class StaticParallelOmegaOracle<S,​I,​D>

    • Constructor Detail

    • Method Detail

      • isSameState

        public boolean isSameState​(net.automatalib.word.Word<I> w1,
                                   S s1,
                                   net.automatalib.word.Word<I> w2,
                                   S s2)
        Description copied from interface: OmegaMembershipOracle
        Returns whether two states are equal, or if both access sequences w1, and w2 end up in the same state. If both access sequences end up in the same state then s1.equals(s2) must hold.
        Specified by:
        isSameState in interface OmegaMembershipOracle<S,​I,​D>
        Parameters:
        w1 - the first access sequence.
        s1 - the first state.
        w2 - the second access sequence.
        s2 - the second state.
        Returns:
        whether both states, or states via the given access sequences are equal.
        See Also:
        ObservableSUL.getState()