Package org.neo4j.gds.triangle.intersect
Class UnionGraphIntersect.UnionGraphIntersectFactory
- java.lang.Object
-
- org.neo4j.gds.triangle.intersect.UnionGraphIntersect.UnionGraphIntersectFactory
-
- All Implemented Interfaces:
RelationshipIntersectFactory
- Enclosing class:
- UnionGraphIntersect
public static final class UnionGraphIntersect.UnionGraphIntersectFactory extends java.lang.Object implements RelationshipIntersectFactory
-
-
Constructor Summary
Constructors Constructor Description UnionGraphIntersectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanLoad(org.neo4j.gds.api.Graph graph)UnionGraphIntersectload(org.neo4j.gds.api.Graph graph, RelationshipIntersectConfig config)
-
-
-
Method Detail
-
canLoad
public boolean canLoad(org.neo4j.gds.api.Graph graph)
- Specified by:
canLoadin interfaceRelationshipIntersectFactory
-
load
public UnionGraphIntersect load(org.neo4j.gds.api.Graph graph, RelationshipIntersectConfig config)
- Specified by:
loadin interfaceRelationshipIntersectFactory
-
-