public class FanInShape8<T0,T1,T2,T3,T4,T5,T6,T7,O> extends FanInShape<O>
FanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$
Constructor and Description |
---|
FanInShape8(FanInShape.Init<O> _init) |
FanInShape8(Inlet<T0> in0,
Inlet<T1> in1,
Inlet<T2> in2,
Inlet<T3> in3,
Inlet<T4> in4,
Inlet<T5> in5,
Inlet<T6> in6,
Inlet<T7> in7,
Outlet<O> out) |
FanInShape8(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected FanInShape<O> |
construct(FanInShape.Init<O> init) |
FanInShape8<T0,T1,T2,T3,T4,T5,T6,T7,O> |
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.
|
Inlet<T0> |
in0() |
Inlet<T1> |
in1() |
Inlet<T2> |
in2() |
Inlet<T3> |
in3() |
Inlet<T4> |
in4() |
Inlet<T5> |
in5() |
Inlet<T6> |
in6() |
Inlet<T7> |
in7() |
copyFromPorts, getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, inlets, newInlet, out, outlets, requireSamePortsAndShapeAs, requireSamePortsAs
getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
public FanInShape8(FanInShape.Init<O> _init)
public FanInShape8(java.lang.String name)
protected FanInShape<O> construct(FanInShape.Init<O> init)
construct
in class FanInShape<O>
public FanInShape8<T0,T1,T2,T3,T4,T5,T6,T7,O> deepCopy()
Shape
deepCopy
in class FanInShape<O>