Class OSQLFunctionPathFinder

All Implemented Interfaces:
OSQLFunction
Direct Known Subclasses:
OSQLFunctionDijkstra

public abstract class OSQLFunctionPathFinder extends OSQLFunctionMathAbstract
Abstract class to find paths between nodes.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Field Details

  • Constructor Details

    • OSQLFunctionPathFinder

      public OSQLFunctionPathFinder(String iName, int iMinParams, int iMaxParams)
  • Method Details