public class ClosedShape$ extends ClosedShape
| Modifier and Type | Field and Description |
|---|---|
static ClosedShape$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ClosedShape$() |
| Modifier and Type | Method and Description |
|---|---|
Shape |
copyFromPorts(scala.collection.immutable.Seq<Inlet<?>> inlets,
scala.collection.immutable.Seq<Outlet<?>> outlets) |
ClosedShape$ |
deepCopy() |
ClosedShape |
getInstance()
Java API: obtain ClosedShape instance
|
scala.collection.immutable.Seq<Inlet<?>> |
inlets() |
scala.collection.immutable.Seq<Outlet<?>> |
outlets() |
java.lang.String |
toString() |
getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAsgetInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAspublic static final ClosedShape$ MODULE$
public scala.collection.immutable.Seq<Inlet<?>> inlets()
inlets in class ClosedShapepublic scala.collection.immutable.Seq<Outlet<?>> outlets()
outlets in class ClosedShapepublic ClosedShape$ deepCopy()
deepCopy in class ClosedShapepublic Shape copyFromPorts(scala.collection.immutable.Seq<Inlet<?>> inlets, scala.collection.immutable.Seq<Outlet<?>> outlets)
copyFromPorts in class ClosedShapepublic ClosedShape getInstance()
getInstance in class ClosedShapepublic java.lang.String toString()
toString in class ClosedShape