Click or drag to resize
Akka.NETShape Class
A Shape describes the inlets and outlets of a IGraphTShape. In keeping with the philosophy that a Graph is a freely reusable blueprint, everything that matters from the outside are the connections that can be made with it, otherwise it is just a black box.
Inheritance Hierarchy
SystemObject
  Akka.StreamsShape
    More...

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class Shape : ICloneable

The Shape type exposes the following members.

Constructors
  NameDescription
Protected methodShape
Initializes a new instance of the Shape class
Top
Properties
  NameDescription
Public propertyInlets
Gets list of all input ports.
Public propertyOutlets
Gets list of all output ports.
Top
Methods
  NameDescription
Public methodClone
TBD
Public methodCopyFromPorts
Create a copy of this Shape object, returning the same type as the original but containing the ports given within the passed-in Shape.
Public methodDeepCopy
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasSamePortsAndShapeAs
Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).
Public methodHasSamePortsAs
Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Extension Methods
See Also
Inheritance Hierarchy
SystemObject
  Akka.StreamsShape
    Akka.StreamsAmorphousShape
    Akka.StreamsBidiShapeTIn1, TOut1, TIn2, TOut2
    Akka.StreamsClosedShape
    Akka.StreamsFanInShapeTOut
    Akka.StreamsFanOutShapeTIn
    Akka.StreamsFlowShapeTIn, TOut
    Akka.StreamsSinkShapeTIn
    Akka.StreamsSourceShapeTOut