PathFinder

overflowdb.algorithm.PathFinder$
object PathFinder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PathFinder.type

Members list

Type members

Classlikes

case class EdgeEntries(edgeEntries: Seq[EdgeEntry]) extends PathEntry

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PathEntry
class Object
trait Matchable
class Any
Show all
case class EdgeEntry(direction: Direction, label: String) extends PathEntry

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PathEntry
class Object
trait Matchable
class Any
Show all
case class NodeEntry(node: Node) extends PathEntry

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PathEntry
class Object
trait Matchable
class Any
Show all
case class Path(nodes: Seq[Node])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait PathEntry

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EdgeEntries
class EdgeEntry
class NodeEntry
case class PathWithEdges(elements: Seq[PathEntry])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(nodeA: Node, nodeB: Node, maxDepth: Int): Seq[Path]