BiformFanInShape

case class BiformFanInShape[I1, I2, O](ins1: Seq[Inlet[I1]], ins2: Seq[Inlet[I2]], out: Outlet[O]) extends Shape
trait Serializable
trait Product
trait Equals
class Shape
class Object
trait Matchable
class Any

Value members

Concrete methods

override def deepCopy(): BiformFanInShape[I1, I2, O]
Definition Classes
Shape

Inherited methods

def getInlets: List[Inlet[_]]
Inherited from:
Shape
def getOutlets: List[Outlet[_]]
Inherited from:
Shape
def hasSamePortsAndShapeAs(s: Shape): Boolean
Inherited from:
Shape
def hasSamePortsAs(s: Shape): Boolean
Inherited from:
Shape
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def requireSamePortsAndShapeAs(s: Shape): Unit
Inherited from:
Shape
def requireSamePortsAs(s: Shape): Unit
Inherited from:
Shape

Concrete fields

val inlets: Seq[Inlet[_]]
val outlets: Seq[Outlet[_]]