HDirnPathPair

ostrat.prid.phex.HDirnPathPair
See theHDirnPathPair companion class
object HDirnPathPair

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A2](a2: A2, startCen: HCen, steps: HStep*): HDirnPathPair[A2]

Factory apply method with alternative name overload where start row and colum passed separately.

Factory apply method with alternative name overload where start row and colum passed separately.

Attributes

def apply[A2](a2: A2, startR: Int, startC: Int, steps: HStep*): HDirnPathPair[A2]

Factory apply method with alternative name overload where HCen passes as single parameter.

Factory apply method with alternative name overload where HCen passes as single parameter.

Attributes

def apply[A2](a2: A2, hCen: HCen, steps: HStepArr): HDirnPathPair[A2]

Factory apply method with alternative name overload where HCen passes as single parameter.

Factory apply method with alternative name overload where HCen passes as single parameter.

Attributes