scalation.simulation.process.Sink
See theSink companion class
The Sink
companion object provides a builder method for sinks.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
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
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