TieOffConnection class
A connection that represents a tie-off with a constant value.
- Inheritance
-
- Object
- Connection<
Reference> - TieOffConnection
- Mixed-in types
-
- PortDrivenConnection<
Reference>
- PortDrivenConnection<
Constructors
- TieOffConnection(ConstReference point1, PortReference point2)
-
Creates a new TieOffConnection between a PortReference and a
ConstReference.
const
Properties
- dst → PortReference
-
The destination load port of the connection.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- point1 → Reference
-
The first point of the connection.
finalinherited
- point2 → Reference
-
The second point of the connection.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- src → ConstReference
-
The source constant value of the connection.
no setter
Methods
-
hasPoint(
Reference 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) → Reference? -
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited