Class RuleBasedGraphStateValidatorImpl<V,​E>

  • Type Parameters:
    V - the type of the decorated vertex value
    E - the type of the decorated edge value
    All Implemented Interfaces:
    GraphStateValidator<V,​E>

    public class RuleBasedGraphStateValidatorImpl<V,​E>
    extends Object
    implements GraphStateValidator<V,​E>

    Tests if a given graphState confirms to a list of graph analyzer and their rules

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • RuleBasedGraphStateValidatorImpl

        public RuleBasedGraphStateValidatorImpl()