Class GraphProjectConfigValidations.OrientationValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>

  • All Implemented Interfaces:
    BeforeLoadValidation<CONFIG>
    Enclosing class:
    GraphProjectConfigValidations

    public static class GraphProjectConfigValidations.OrientationValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
    extends java.lang.Object
    implements BeforeLoadValidation<CONFIG>
    Validates that Orientation.UNDIRECTED is not mixed with Orientation.NATURAL and Orientation.REVERSE. If a relationship type filter is present in the algorithm config, only those relationship projections are considered in the validation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validateConfigsBeforeLoad​(org.neo4j.gds.config.GraphProjectConfig graphProjectConfig, CONFIG algorithmConfig)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrientationValidation

        public OrientationValidation()