Sink

scalation.simulation.process.Sink
See theSink companion class
object Sink

The Sink companion object provides a builder method for sinks.

Attributes

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

Members list

Value members

Concrete methods

def apply(name: String, xy: (Int, Int)): Sink

Create a sink using defaults for width 'w' and height 'h'.

Create a sink using defaults for width 'w' and height 'h'.

Value parameters

name

the name of the sink

xy

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

Attributes

def group(xy: (Int, Int), snk: (String, (Int, Int))*): List[Sink]

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

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

Value parameters

snk

repeated sink specific info: name, offset

xy

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

Attributes