AbstractShape
Java API for creating custom Shape types.
Attributes
- Source
- Shape.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Provide the list of all input ports of this shape.
Provide the list of all output ports of this shape.
Concrete methods
Java API: get a list of all input ports
Java API: get a list of all output ports
Inherited methods
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.
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.
Attributes
- Inherited from:
- Shape
- Source
- Shape.scala
Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).
Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).
Attributes
- Inherited from:
- Shape
- Source
- Shape.scala
Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).
Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).
Attributes
- Inherited from:
- Shape
- Source
- Shape.scala
Asserting version of hasSamePortsAndShapeAs.
Asserting version of hasSamePortsAs.
Concrete fields
Scala API: get a list of all input ports
Scala API: get a list of all output ports