PortDrivenConnection<ReferenceType extends Reference> mixin
A mixin for connections that are a single port driven by a signal (as opposed to an interface.)
- Superclass constraints
- Connection<
ReferenceType>
- Connection<
- Mixin applications
Properties
- dst → PortReference
-
The destination load port of the connection.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- point1 → ReferenceType
-
The first point of the connection.
finalinherited
- point2 → ReferenceType
-
The second point of the connection.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hasPoint(
ReferenceType point) → bool -
Indicates whether
pointis one of the points in this connection.inherited -
involvesModule(
BridgeModule module) → bool -
Indicates whether this connection involves the given
moduleon either of its points.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pointForModule(
BridgeModule module) → ReferenceType? -
Returns the point in this connection that corresponds to the given
module, ornullif this does not involvesModule.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited