Class GraphProjectConfigValidations.OrientationValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.executor.validation.GraphProjectConfigValidations.OrientationValidation<CONFIG>
-
- 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 thatOrientation.UNDIRECTEDis not mixed withOrientation.NATURALandOrientation.REVERSE. If a relationship type filter is present in the algorithm config, only those relationship projections are considered in the validation.
-
-
Constructor Summary
Constructors Constructor Description OrientationValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateConfigsBeforeLoad(org.neo4j.gds.config.GraphProjectConfig graphProjectConfig, CONFIG algorithmConfig)
-
-
-
Method Detail
-
validateConfigsBeforeLoad
public void validateConfigsBeforeLoad(org.neo4j.gds.config.GraphProjectConfig graphProjectConfig, CONFIG algorithmConfig)- Specified by:
validateConfigsBeforeLoadin interfaceBeforeLoadValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
-