Junction

scalation.simulation.process.Junction
See theJunction companion class
object Junction

The Junction companion object provides a factory method for junctions.

Attributes

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

Members list

Value members

Concrete methods

def apply(name: String, jTime: Variate, xy: (Int, Int)): Junction

Create a junction using defaults for width w and height h.

Create a junction using defaults for width w and height h.

Value parameters

jTime

the jump-time through the junction

name

the name of the junction

xy

the (x, y) coordinates for the top-left corner of the junction

Attributes

def group(jTime: Variate, xy: (Int, Int), jnt: (String, (Int, Int))*): List[Junction]

Create a group of related junctions using defaults for width w and height h.

Create a group of related junctions using defaults for width w and height h.

Value parameters

jTime

the jump-time through the junction

jnt

repeated junction specific info: name, offset

xy

the (x, y) coordinates for the top-left corner of the reference junction.

Attributes