PathFinder

overflowdb.algorithm.PathFinder$
object PathFinder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait PathEntry

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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