Interface GraphStateValidator<V,​E>

    • Method Detail

      • isValidGraphState

        boolean isValidGraphState​(GraphStateAccessor<V,​E> graphState)
        verifies if a given graph state confirms to a given ruleset
        Parameters:
        graphState - the graph state to be verified
        Returns:
        to if the graph state is valid