public class FanOutShape3<I,O0,O1,O2> extends FanOutShape<I>
FanOutShape.Init<I>, FanOutShape.Name<I>, FanOutShape.Name$, FanOutShape.Ports<I>, FanOutShape.Ports$
Constructor and Description |
---|
FanOutShape3(FanOutShape.Init<I> _init) |
FanOutShape3(Inlet<I> in,
Outlet<O0> out0,
Outlet<O1> out1,
Outlet<O2> out2) |
FanOutShape3(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected FanOutShape<I> |
construct(FanOutShape.Init<I> init) |
FanOutShape3<I,O0,O1,O2> |
deepCopy()
Create a copy of this Shape object, returning the same type as the
original; this constraint can unfortunately not be expressed in the
type system.
|
Outlet<O0> |
out0() |
Outlet<O1> |
out1() |
Outlet<O2> |
out2() |
copyFromPorts, getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, in, inlets, newOutlet, outlets, requireSamePortsAndShapeAs, requireSamePortsAs
getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
public FanOutShape3(FanOutShape.Init<I> _init)
public FanOutShape3(java.lang.String name)
protected FanOutShape<I> construct(FanOutShape.Init<I> init)
construct
in class FanOutShape<I>
public FanOutShape3<I,O0,O1,O2> deepCopy()
Shape
deepCopy
in class FanOutShape<I>