Class DefaultRulesGraphStateValidatorImpl<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 DefaultRulesGraphStateValidatorImpl<V,​E>
    extends Object
    implements GraphStateValidator<V,​E>

    Default Aist Way on how a graph has to be, to be valid

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • DefaultRulesGraphStateValidatorImpl

        public DefaultRulesGraphStateValidatorImpl()
    • Method Detail